Answers for "how to upload files to s3 bucket from mac shell"

2

how to upload files to s3 bucket from mac shell

aws s3 mv . s3://YOUR_BUCKET_NAME --recursive --exclude "*.DS_Store"
Posted by: Guest on June-23-2020
1

how to upload files to s3 bucket from mac shell

// If YOU WANT TO MAKE FILES AND FOLDERS Public
aws s3 sync . s3://dronervm --acl public-read --exclude "*.DS_Store"
Posted by: Guest on June-23-2020

Code answers related to "how to upload files to s3 bucket from mac shell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language