-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multipart Copy #80
Comments
I am also getting the same error when trying this. In my case the source and destination were in the same bucket. |
I believe the fix should be to not add this if we are doing an UploadPartCopy but only if we are doing a CopyObject. See: https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html vs https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html Lines 392 to 412 in 287e4be
I believe it should be:
|
Is the Multipart Copy working? I'm getting the following response when I try to copy a 6 GB file from a bucket to another:
ERROR: ErrorInvalidArgument
Message: The specified header is not valid in this context
Extra Details:
ArgumentName: x-amz-metadata-directive
ArgumentValue: REPLACE
RequestId: B9A7B3C41FB12F55
HostId: oTuaiCPM5pCw99BQ1RDzSMjSTRUXhCGKgkYvwa6KrhmGp8yM8l70+9UwvXXbH2RN9cilgPyHPRE=
The text was updated successfully, but these errors were encountered: