Top
Cloud Storage Gateway V1.3.0 User's Guide
FUJITSU Software

3.1.2 Information Required for Registering a Cloud Provider

Amazon S3

Item

Description

Provider name

A name used for identifying the cloud provider.
You can use up to 32 alphanumeric characters and symbols (!@#$%^&*()_+-=[]{}|').

URI

A URI for connecting to the cloud provider.
Specify the URI of the region in which the bucket to be used exists.

Example:

  • If the bucket is in the Asia Pacific (Tokyo) region, specify one of the following URIs:
    https://s3-ap-northeast-1.amazonaws.com/
    https://s3.ap-northeast-1.amazonaws.com/

  • If the bucket is in the US East (Northern Virginia) region, specify the following URI:
    https://s3.us-east-1.amazonaws.com/

For information about the region and the URI (endpoint), check the Web site of Amazon Web Services.

Access key ID

A component of the security authentication information (access key) required for accessing cloud provider. It is used as the user ID for accessing the cloud provider service.

Secret access key

A component of the security authentication information (access key) required for accessing cloud provider. It is used as the password for accessing the cloud provider service.

Network name or network ID (for systems with multiple networks)

A network name or network ID used for communicating with the cloud provider.

Note

To specify a URI, use one of the following formats that include the region. (XXXXX: region)

  • https://s3-XXXXX.amazonaws.com/

  • https://s3.XXXXX.amazonaws.com/

Any other formats are unsupported.

[Examples of unsupported URIs]

  • s3.dualstack.XXXXX.amazonaws.com

  • s3.amazonaws.com

  • s3-external-1.amazonaws.com

Microsoft Azure Blob Storage

Item

Description

Provider name

A name used for identifying the cloud provider.
You can use up to 32 alphanumeric characters and symbols (!@#$%^&*()_+-=[]{}|').

URI

A URI for connecting to the cloud provider.
Specify the URI of the storage account in which the bucket to be used exists.

Example:

  • If the storage account name is "xyz", specify the following URIs:
    https://xyz.blob.core.windows.net/

Account

An account name for the cloud provider storage account.

Access key

An access key for the cloud provider storage account.

Network name or network ID (for systems with multiple networks)

A network name or network ID used for communicating with the cloud provider.

OpenStack Swift

Item

Description

Provider name

A name used for identifying the cloud provider.
You can use up to 32 alphanumeric characters and symbols (!@#$%^&*()_+-=[]{}|').

URI

A URI for connecting to the cloud provider.

Account

An account name for accessing the cloud provider.

Password

A password for accessing the cloud provider.

Domain ID

A domain ID for accessing the cloud provider.

Project ID

A project ID for accessing the cloud provider.

Network name or network ID (for systems with multiple networks)

A network name or network ID used for communicating with the cloud provider.

Point

For accounts or access key IDs, grant permission to allow referencing and updating to the cloud storage.
For details about permissions, check the user's guide of each cloud provider.