简体   繁体   中英

Amazon S3 copying objects between buckets

Hi I want to copy an object from one bucket of Amazon AWS S3 to another bucket having different credentials from the first bucket. Both the buckets have different sets of encryption keys to encrypt and decrypt the objects. Is there any method of doing this other than simply downloading the object from one bucket and uploading it in another using java?

If you just want to do this once,

  1. Go to https://console.aws.amazon.com/s3/home

  2. Open the source bucket

  3. Select the object you want to copy

  4. Select copy option from Actions menu.

  5. Open Destination bucket.

  6. Go to target path, and select paste action from Actions menu.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM