Hi, I am failing at Authentication since I think it is trying to go through Keystone auth APIs and my setup doesn’t have a keystone installed. Can you please let us know how that works?
swiftApi =
ContextBuilder.newBuilder("openstack-swift").endpoint(auth_url).credentials(username,
password).buildApi(SwiftApi.class);
We are trying it this way -
Auth_url is URL of swift setup.
