Skip to content
Discussion options

You must be logged in to vote

This seems to be caused by Flysystem v3.

In createOptionsFromConfig(), configuration values are appended under the params key.
As a result, the ACL is stored as:

$options['params']['ACL']

However, the adapter later tries to read:

$options['ACL']

Because of this mismatch, the ACL option is ignored during upload.

I've opened a PR to address this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@freekmurze
Comment options

Answer selected by duytanvu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants