-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better object ACL support #57
base: master
Are you sure you want to change the base?
Conversation
…licitly specified, and copy the actual ACL when copying an object.
Still need to update the tests... |
@matthewgoslett All tests here pass except for the PHP nightly. That failure is actually due to changes in the We have a couple of options here:
|
Also, @matthewgoslett, I made the default when Reference: https://cloud.google.com/storage/docs/json_api/v1/defaultObjectAccessControls |
Is there any expectation from flysystem as to what the default visibility should be? |
@matthewgoslett Not in the base adapters. If you look at the local and FTP adapters, for instance, the visibility is only set if |
Same is actually true for the S3 adapter. |
@mgriego apologies for allowing this to become stale. Could you merge the latest master into this branch? We no longer test against |
This solves and issue for me, anything I can do to help get the PR moved along? |
@nicja are you able to merge this PR? I've just had to effectively monkey patch my own system to get what I needed. I assume others are doing the same given this PR has been sitting around for years. |
@kublermdk unfortunately I am no longer an admin on this repo. |
@matthewgoslett are you able to merge this PR? It's been sitting here for a long time. |
Hey
I'm not admin of this repo and haven't been involved for many years.
You'll need to ping someone from the https://github.com/Superbalist
organisation. I really don't know anyone who'd be able to assist here.
…On Mon, 31 Jan 2022 at 09:29, Michael Kubler ***@***.***> wrote:
@matthewgoslett <https://github.com/matthewgoslett> are you able to merge
this PR? It's been sitting here for a long time.
Alternatively can you add others as admins so they can maintain the
codebase? Or do you know who has access?
—
Reply to this email directly, view it on GitHub
<#57 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAL7XH57GGK2U6LBWPEDR5DUYY25XANCNFSM4DJ62VTA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Allow the default bucket ACL to be applied when visibility is not explicitly specified, and copy the actual ACL when copying an object.