简体   繁体   中英

AWS S3 copy file from one root to another using java

I've been looking for a tool to help me copy content of an S3 bucket into a second bucket without downloading the content first to a local system.

I've tried AWS S3 console copy option but that resulted in some missing.

source Path :- https://s3.amazonaws.com/RedRidingHoodFiles/inmemory/Basket/dffd7780-238a-4750-96b2-9e9ef1b4a4cf/main.png

destination path:- https://s3.amazonaws.com/RedRidingHoodFiles/inmemory/Basket/test/main.png .

You can try Bucket Explorer which allows you to copy form one Bucket to second Bucket without downloading S3 Object at local. More details read this page

[Disclosure]: I am a developer of Bucket Explorer.

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