Remove nargs=? from --sse-customer-algo arg

This commit is contained in:
Cody Wyatt Neiman 2022-11-04 13:10:40 -04:00
parent 095f8ebe86
commit ff28d0a02f
No known key found for this signature in database
GPG key ID: 94475C8B94E4698D

View file

@ -508,7 +508,6 @@ def main():
upload_parser.add_argument(
"--sse-customer-algo",
help="Algorithm for SSE-C, only used if sse-customer-key is also specified",
nargs="?",
default="AES256",
)