Answers for "ignore .DS_store when uploading to s3 using shell"

0

ignore .DS_store when uploading to s3 using shell

aws s3 sync . s3://YOUR_BUCKET_NAME --acl public-read --exclude "*.DS_Store"
Posted by: Guest on June-23-2020

Code answers related to "ignore .DS_store when uploading to s3 using shell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language