You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
I'm using your action to upload a public website to a S3 bucket. It works fine to upload all the files but the permission of files once uploaded are not public.
Is is possible to add a --acl public-read option ?
Thanks
The text was updated successfully, but these errors were encountered:
Great idea. Just in case someone doesn't want to make their bucket readable, you should now be able to specify this in your .yml file (using your example from the other issue):
You can add any other arguments there too. My bucket must be configured to be public-read by default since I haven't ran into this issue, so let me know if this works for yours if you don't mind! :)
I'm using your action to upload a public website to a S3 bucket. It works fine to upload all the files but the permission of files once uploaded are not public.
Is is possible to add a --acl public-read option ?
Thanks
The text was updated successfully, but these errors were encountered: