This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
AWS S3 Sync Options
This release adds the ability to pass arbitrary options to aws sync
:
storybook-to-aws-s3 --bucket-path=bucket-name/bucket-path --s3-sync-options=--acl=public-read
storybook-to-aws-s3 --bucket-path=bucket-name/bucket-path --s3-sync-options="--acl=public-read --quiet"
Thanks @nkov!