Depending on whether the HSwift request uses a Keystone tenant ID or the account name, the request line for a request to check the metadata of an object has either of these formats:
•With the Keystone tenant ID:
HEAD /swift/v1/tenant-ID/container-name/folder-name/object-name HTTP/1.1
•With the account name:
HEAD /swift/v1/account-name/container-name/folder-name/object-name HTTP/1.1
Depending on whether the HSwift request uses a Keystone tenant ID or the account name, the request line for a request to check the metadata of a directory has either of these formats:
•With the Keystone tenant ID:
HEAD /swift/v1/tenant-ID-token/container-name/directory-name/ HTTP/1.1
•With the account name:
HEAD /swift/v1/account-name/container-name/directory-name/ HTTP/1.1
© 2017 Hitachi Data Systems Corporation. All rights reserved.