-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Unexpected behaviour: S3 meta client copy when uploading parts of copy #4326
Comments
Thanks for reaching out. Can you share your debug logs to help us with further investigation? You can get those by adding |
2024-11-05 22:01:13,232 urllib3.connectionpool [DEBUG] https://s3.gra.io.cloud.ovh.net:443 "GET /s3-data?list-type=2&encoding-type=url HTTP/11" 200 8695 host;x-amz-content-sha256;x-amz-date host:s3.gra.io.cloud.ovh.net host;x-amz-content-sha256;x-amz-date host;x-amz-content-sha256;x-amz-date |
and it ends like:
Is there a way to write this log in a file? |
Describe the bug
I have two buckets in two different regions. Both buckets are properly described and verified (assume orig == origin, where the file is located at this present moment and dest == destination, where the file must be copied)
I just need to make some simple copies between bucket (without versioning, yet both have versioning enabled):
That calls a multipart put since files are >10GB size. Printing some inputs your func
CopyPartTask
fromcopies.py
we get:
Why the multipart upload can't finish? The parts return a 200
Regression Issue
Expected Behavior
I would expect the multipart upload to finish if the parts can be uploaded
Current Behavior
An error saying the bucket can't be found
Reproduction Steps
Described above
Possible Solution
No response
Additional Information/Context
No response
SDK version used
None
Environment details (OS name and version, etc.)
Ubuntu 23.04, Python 3.12, boto3 1.34.162
The text was updated successfully, but these errors were encountered: