ds_store s3 code example
Example: ignore .DS_store when uploading to s3 using shell
aws s3 sync . s3://YOUR_BUCKET_NAME --acl public-read --exclude "*.DS_Store"
aws s3 sync . s3://YOUR_BUCKET_NAME --acl public-read --exclude "*.DS_Store"