Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

AWS S3 Sync Options

Compare
Choose a tag to compare
@dandean dandean released this 27 Feb 19:44
· 96 commits to master since this release

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!