I have a bucket bucket_a
and trying to copy the content of this bucket into another bucket bucket_b
but it is taking huge time to copy the objects from a folder folder_a
of bucket bucket_a
to folder_a
of bucket bucket_b
as there are nearly 9k objects in each folder with size 600MB each and I have 20 folders like that.
I tried accelerate option of bucket and used cp
command of aws cli and it looks like it will take another 2-3 days to copy the contents.