Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

verdaccio-aws-s3-storage@10.1.0

Choose a tag to compare

@github-actions github-actions released this 02 May 07:40
· 379 commits to main since this release

Minor Changes

  • 5b9811d: set ACL of tarball files

    Specify ACL of Tarball Files

    You can specify ACL of tarball files in S3 by the tarballACL configuration, set to 'private' by default. To enable S3 integrated CDN service (Amazon CloudFront for example), set tarballACL to 'public-read' to grant tarball files anonymous read permission.

    store:
      aws-s3-storage:
        tarballACL: public-read

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

10.0.0 (2021-03-29)

Note: Version bump only for package verdaccio-aws-s3-storage