javaswift / joss

Java library for OpenStack Storage, aka Swift
http://javaswift.org
117 stars 108 forks source link

#133 Enable support for keystone v3 authentication #142

Closed kevinconaway closed 6 years ago

kevinconaway commented 6 years ago

This PR enables support for Keystone V3 authentication. Addresses #133

ferrys commented 6 years ago

Fix for issue #133

vahAAA commented 6 years ago

Do you have any visibility on when this pull request will be merged? Thanks in advance!

ferrys commented 6 years ago

Hi @vahAAA, hopefully soon! It is high priority

areawen commented 6 years ago

how to use it?

lrkwz commented 4 years ago

how to use it?

Just add .setAuthenticationMethod(AuthenticationMethod.KEYSTONE_V3) to the authentication chain.