1up-lab / OneupFlysystemBundle

A Flysystem integration for your Symfony projects.
MIT License
630 stars 119 forks source link

Add noPredefinedVisibility to support google cloud storage uniform bucket #280

Closed Kozzi11 closed 1 year ago

bytehead commented 1 year ago

Hey @Kozzi11! Thanks for the contribution! Do you have any sources regarding this change?

Kozzi11 commented 1 year ago

Hi @bytehead some info could be taken from here https://github.com/thephpleague/flysystem/pull/1357 and from here https://github.com/thephpleague/flysystem/commit/72401d9d058a404df013f67f3154c8b49751b9c4 But using UniformBucketLevelAccessVisibility.php is only possible with new codebases

bytehead commented 1 year ago

Thank you very much!