Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Information Provided
-
3.20.1, 4.0.0, Future
-
None
-
None
-
Unknown
Description
Presently Copy Object operation works well when the same set of credentials have access to both source and destination buckets.
So when i am performing copy object from an S3 bucket to another S3 bucket with different set of credentials, I have to do a getObject and PutObject operation separately.
An functionality accepting a pair of client (s3, minio, cloud-storage), etc and the respective storage bucket as source and destination could help in simplifying the process even further.