mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #1300] Support for OpenStack Identity API v3 #696
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#696
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ocafebabe on GitHub (May 26, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1300
Hi,
This is more a feature request than a bug: I'm currently using S3FS with an object storage that is S3 compatible (OpenStack Swift) and this works perfectly well. But my cloud provider (OVH) has warned me that support for the Identity API v2 is going to be deprecated by June 23rd and replaced completely by v3.
With v2, I didn't have to do anything special to make it work with S3FS, but I'm afraid that it'll stop working as soon as the new API is deployed...
I was wondering if there was a way to use the new API with S3FS, especially the new domain attribute that is now mandatory with the new version.
Thanks
@gaul commented on GitHub (May 27, 2020):
Sorry I don't understand this request. Does OVH have a different authentication scheme than signature v4? If so it is not S3-compatible.
@ggtakec commented on GitHub (May 27, 2020):
I don't think the difference between Openstack Identiy v2 and v3 affects s3fs.
If currently you can access swift (using identiy v2) with s3fs, I think that you are using
Access Key/Secret Access Keyof Identiy (Openstack) user.If your openstack changes to Identiy v3 and the
Access Key/Secret Access Keywhich you are currently using to access Swift is no longer available, I think you will have problems.However, even if the authentication API changes, I believe that it does not affect the
Access Key/Secret Access Key.(Unfortunately, I have no deep knowledge of Openstack, so please forgive me if I made a mistake)
@ocafebabe commented on GitHub (May 27, 2020):
No, they're S3 compatible with the v4 signature, I was talking about the identity system of OpenStack which is the one running underneath the compatibility layer...