abaikan .ds_store saat mengunggah ke S3 menggunakan shell

aws s3 sync . s3://YOUR_BUCKET_NAME --acl public-read --exclude "*.DS_Store"
Ghaith Alzin