Targeting an object

In an S3 compatible request that uses AWS authentication, if the target is an object, you use a URL in either of these formats:

http[s]://bucket-name.tenant-name.hcp-domain-name/object-name
http[s]://tenant-name.hcp-domain-name/bucket-name/object-name

In the first format above, the bucket name is part of the hostname. In the second format, the bucket name follows the hostname.

Here are examples in which the tenant name is europe, the bucket name is finance, and the object name is Q4_2019.ppt:

https://finance.europe.hcp.example.com/Q4_2019.ppt
https://europe.hcp.example.com/finance/Q4_2019.ppt