ashokap
Results
2
comments of
ashokap
Thanks but tried copy_from as well and same error received. `bucket = Aws::S3::Bucket.new('abc-tokyo')` `object = bucket.object('12313123/uploads/a.txt')` `object.copy_from(bucket:'abc-mumbai', key:'12313123/uploads/a.txt')` Got the same error message: Full trace below **Aws::S3::Errors::PermanentRedirect: The bucket you...
Infact no matter what operation I do on that target object, I am getting "Aws::S3::Errors::Http301Error: " error. I just instantiated this new object with key and tried "exists?" method. It...