You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in a situation where I need to copy 40,000 objects in S3 buckets to another bucket.
Unfortunately, s3 copy_object() has a limit of 5GB and I was wondering
if it's a good way to apply async on copy() itself since it copies in multipart creating multiple threads internally.
Do you have any suggestions on this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm in a situation where I need to copy 40,000 objects in S3 buckets to another bucket.
Unfortunately, s3 copy_object() has a limit of 5GB and I was wondering
if it's a good way to apply async on copy() itself since it copies in multipart creating multiple threads internally.
Do you have any suggestions on this?
Beta Was this translation helpful? Give feedback.
All reactions