In an HSwift request that uses Keystone authentication, if the target is an object, you use a URL in the following format:
http[s]://api.hcp-domain-name/swift/v1/AUTH_ID/container-name/object-name
In the format above, the account name is replaced with the Keystone Prefix tenant ID (AUTH_) and the Keystone tenant ID. This is interchangeable with the HSwift account name.
Here’s an example in which the HSwift account name is europe, the container name is finance, and the object name is Q4_2012.ppt. The account name is used in place of the Keystone Prefix tenant ID and the Keystone tenant ID:
https://api.hcp.example.com/swift/v1/europe/finance/Q4_2012.ppt
© 2017 Hitachi Data Systems Corporation. All rights reserved.