ExtraArgs
arguments supported by Bucket.copy
#3163
Labels
bug
This issue is a confirmed bug.
documentation
This is a problem with documentation.
needs-review
p3
This is a minor priority issue
Hi! As far as I understood from https://github.com/boto/s3transfer/blob/279f82c6f9d01b19abf69d8fa08441c2064fba7f/s3transfer/manager.py#L381 the
Bucket.copy
operation should supportALLOWED_COPY_ARGS
set of arguments inExtraArgs
(that is more thanALLOWED_UPLOAD_ARGS
), but in the documentation and here describes thatBucket.copy
supports onlyALLOWED_DOWNLOAD_ARGS
.Which of the options is correct:
ALLOWED_COPY_ARGS
support is guaranteedALLOWED_DOWNLOAD_ARGS
and it is not reasonable to use other argumentsALLOWED_DOWNLOAD_ARGS
set of arguments is actually supportedThe text was updated successfully, but these errors were encountered: