mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-08-31 02:48:52 +00:00
This change lets you disable ACL when using S3 by using a configuration value of `none`. This way we maintain backward compatibility with the default setting being `private`. Fixes: #1067