Q:

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"
0
aws s3 mv . s3://YOUR_BUCKET_NAME --recursive --exclude "*.DS_Store"
0

New to Communities?

Join the community