jakejarvis / s3-sync-action

🔄 GitHub Action to sync a directory with a remote S3 bucket 🧺
https://github.com/marketplace/actions/s3-sync
MIT License
1.04k stars 477 forks source link

Downloading files during sync #76

Open mapa17 opened 1 year ago

mapa17 commented 1 year ago

Hello,

this might be a very stupid question, but should it be possible to download files from a private s3 bucket?

I managed to upload files to the desired s3 bucket, but none of the files present in the bucket seems to be downloaded when syncing (which I would expect to happen as part of a sync).

In addition I am very confused why in the example configuration the setting --acl public-read is used if one already specifies AWS credentials. The bucket I care about is not set to public.

GordonSmith commented 1 month ago

Just a quick me too - am looking for a way to sync down (from AWS into the GH Action)