Request¶
Method¶
Method | URI | Description |
---|---|---|
HEAD | /v1/{account}/{container}/{object}{?temp_url_sig,temp_url_expires} | Shows object metadata. |
{account} indicates the name of an account.
{container} indicates the name of a container.
{object} indicates the name of an object.
This operation does not involve a request body.
Example Request¶
Show object metadata:
curl -i $publicURL/marktwain/goodbye -X HEAD -H "X-Auth-Token:$token"
Request Query Parameters¶
Parameter | Type | Description |
---|---|---|
temp_url_sig | String (Optional) | Used with TempURL to sign the request. |
temp_url_expires | String (Optional) | Used with TempURL to specify the expiry time of the signature. |
Request Headers¶
Request URI parameters
Parameter | Type | Description |
---|---|---|
{account} | String (Required) | A unique account name. In the current version, it indicates a unique ID for the account. |
{container} | String (Required) | A unique container name. For details about container naming rules, see Naming Rules. |
{object} | String (Required) | An object name. For details about object naming rules, see Object Naming Rules. |
Header | Type | Description |
---|---|---|
X-Auth-Token | String (Required) | Authentication token. |