S3 Copy Command
It’s just some quick command if you would like to copy to and from S3.
aws s3 ls s3://mys3bucket/folder/subfolder/
aws s3 cp s3://mys3bucket/folder/subfolder/testfile .
aws s3 cp s3://mys3bucket/folder/subfolder . –recursive
aws s3 cp –recursive s3://mys3bucket/folder s3://mys3target/folder
There is also a good s3 copy command that you can use: https://github.com/aws-samples/amazon-s3-resumable-upload
Note: If you would like to do a mass copy to S3 and auto resumable and very reliable, I recommend you to try SFTP for S3, Kinesis Firehose, AWS DataSync, and my favorite is AWS Storage Gateway.
Best,
Doddi
Hey people!!!!! Good mood and good luck to everyone!!!!!
Hi , do you have similar aws architecture decison flowchart or guide me where I can get in similar manner…
A cloud architecture is the most advanced and cutting-edge technology. The technique you described in this post, which includes reviewing…
Hi Tama, thanks for reading this article. Definitely the answer will be back to your decision, but here are some…
Hello Mr.Doddi! I've been read for your article since 2 years ago before i get into a collage. Then now…