In an S3 compatible request, you specify the tenant you’re using as the service point in the s3curl.pl file, which is in the s3curl directory. In this file, find the line that begins like this:
my @endpoints = (
Between the opening parenthesis shown above and the first closing parenthesis that follows it, add the tenant URL in this format:
'tenant-name.hcp-domain-name',
For example:
my @endpoints = ('europe.hcp.example.com',);
To specify additional tenants, follow this example:
my @endpoints = ('europe.hcp.example.com',
'america.hcp.example.com',
'africa.hcp.example.com',);
© 2015, 2020 Hitachi Vantara LLC. All rights reserved.