how to upload files to s3 bucket from mac shell
aws s3 mv . s3://YOUR_BUCKET_NAME --recursive --exclude "*.DS_Store"
how to upload files to s3 bucket from mac shell
aws s3 mv . s3://YOUR_BUCKET_NAME --recursive --exclude "*.DS_Store"
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"
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us