mirror of
https://github.com/suitenumerique/drive.git
synced 2026-09-27 20:15:04 +02:00
An empty AWS_S3_UPLOAD_ACL in an env file is easy to mistake for an unset variable, and unset must keep meaning "private". The explicit "default" value states the intent: let the bucket's default object ACL apply. The frontend translates it where the config is read, so the drivers keep sending exactly the ACL they are given.