ignore .DS_store when uploading to s3 using shell

Shell
aws s3 sync . s3://YOUR_BUCKET_NAME --acl public-read --exclude "*.DS_Store"
Source

Also in Shell: