Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to directly configure the S3 ACL #420

Merged
merged 5 commits into from Aug 5, 2021

Commits on Aug 4, 2021

  1. Add ability to directly configure the S3 ACL

    This allows `AssetSync.config.aws_acl` to be set to values like 'bucket-owner-full-control', which can be important for cross-account bucket syncing.
    Setting this config value will override the `AssetSync.config.fog_public` setting if set, as it is more specific.
    atyndall committed Aug 4, 2021
    Copy the full SHA
    64d4853 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Copy the full SHA
    ab0037f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a227e10 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b452de8 View commit details
    Browse the repository at this point in the history
  4. Add aws_acl to README.md

    atyndall committed Aug 5, 2021
    Copy the full SHA
    cc6aa8f View commit details
    Browse the repository at this point in the history