Answers for "copy local files to s3"

1

copy folder from s3 to local

aws s3 cp s3://myBucket/dir localdir --recursive
Posted by: Guest on April-21-2020
0

copy local files to s3

aws s3 cp <your directory path> s3://<your bucket name> --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --recursive
Posted by: Guest on April-06-2021

Browse Popular Code Answers by Language