-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Labels
For releaseTo be included in next releaseTo be included in next release
Description
In the following lines, we check if the visibility has been specified, and if it hasn't we default to private. https://github.com/Superbalist/flysystem-google-cloud-storage/blob/master/src/GoogleStorageAdapter.php#L143-L149
Is there any reason we need to default to anything at all? If we specify nothing, the default object ACL of the bucket should be applied (by default private, visible to owner). This seems like more desirable behaviour imo – if users specify a default object ACL on their buckets, I believe it's expected that it will apply to uploaded files.
If there is a good reason this is being done, let's keep it but make it clear in the documentation that we're applying private visibility by default.
alexking
Metadata
Metadata
Assignees
Labels
For releaseTo be included in next releaseTo be included in next release