mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
f009375fbc
When using Google Cloud Storage with uniform bucket-level access enabled, object-level ACLs are not supported and cause InvalidArgument errors. This change makes the ACL parameter conditional in both `store()` and `getPresignedPost()` methods, allowing users to set `AWS_S3_ACL=` (empty) to disable object-level ACLs. Fixes #11221