AWS CLI S3 consulting for multipart upload - Api call create-multipart-upload part failing while doing cross account moving of files
Budget: €8 – €30 EUR
I can successfully copy the Pg dump files from unit source S3 account to another S3 bucket different account using the option for multipart upload.
Unfortunately not all gz. files are copied. I am getting an error for files bigger than 5GB - aws cli S3 command limit for file is 5gb:
copy failed: s3://.../.../.../102119.dat.gz to s3://.../.../.../102119.dat.gz
An error occurred (InvalidRequest) when calling the CopyObject operation: The specified copy source is larger than the maximum allowable size for a copy source: 5368709120
Any suggestion how can I resolve this bug?
With our bucket ACL and policy rules multi-part-upload is failing.
Unfortunately not all gz. files are copied. I am getting an error for files bigger than 5GB - aws cli S3 command limit for file is 5gb:
copy failed: s3://.../.../.../102119.dat.gz to s3://.../.../.../102119.dat.gz
An error occurred (InvalidRequest) when calling the CopyObject operation: The specified copy source is larger than the maximum allowable size for a copy source: 5368709120
Any suggestion how can I resolve this bug?
With our bucket ACL and policy rules multi-part-upload is failing.