-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Make storage deletion work on more S3 providers #1600
Conversation
@wvengen Are you setting an |
Ah, i see I guess the |
Since this is such a small change, also porting to #1603 so you can use this in the v1.9.4 release. |
Thank you so much! |
In our situation, there is an |
Thanks for the quick fix - that slipped through somehow, since we weren't using the access point URLs, perhaps we should add more tests there. This is now in the 1.9.4 release so you should be able to use that. |
I came across this problem and noticed that the access URL is used when deleting files, causing my file deletions to fail on OpenStack SWIFT S3 (relates to #1090). This trivial change makes it work there.