-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Allowing access to Swift containers shared by ACL #21008
Allowing access to Swift containers shared by ACL #21008
Conversation
By analyzing the blame information on this pull request, we identified @berendt, @PVince81 and @icewind1991 to be potential reviewers |
@tjdett Can we get a license statement on your patch for this? We either need MIT license or a signed CLA - https://owncloud.org/contribute/agreement/ Thanks for your patch and sorry that this was on hold for so long. |
@MorrisJobke I have personal authority to licence this as MIT, but the contributor agreement for myself and @DanielTosello is still stuck in our legal department. If MIT, how would you like me to indicate it? In the code or the commit? |
Please leave a comment stating that this contribution is MIT licensed. |
The commits in the following pull-requests are provided under the MIT Licence:
This also applies to any alterations to the listed pull-requests provided by @DanielTosello on behalf of the University of Melbourne. |
@DeepDiver1975 core-ci-linux-swift-primary-storage/database=mysql,label=SLAVE somehow seems to make problems, care to check? THX
|
@DeepDiver1975 @LukasReschke @Xenopathic @butonic I guess there is a difference between the primary storage object store and the files_external object store, right? @Xenopathic Is there already an objectstore files_external test setup? |
@MorrisJobke this PR only affects files_external for external storage mount points. |
I merged this with master and ran the unit tests locally, they passed:
Let me rebase this branch to let CI have another go. |
4fe32be
to
f7cbffb
Compare
To avoid a confusing extra field, the bucket field is overloaded to optionally take a URL.
f7cbffb
to
8799d55
Compare
Rebased again, CI was stuck 😦 @icewind1991 @Xenopathic please review the code change |
Changes look good 👍 |
…shared-containers Allowing access to Swift containers shared by ACL
To avoid a confusing extra field, the bucket field is overloaded to
optionally take a URL.
This is just a copy of #19003 to have it run at our CI.
@PVince81 already 👍ed this: #19003 (comment)
@butonic @icewind1991 @Xenopathic Want to review this?