Skip to content

Create S3 credentials

Create S3 credentials

  1. Select Create S3 Credential.
  2. Provide a name for the credential.
  3. Select OK. The dialog box displays the Access and Secret tokens. These values are displayed one-time. You can copy and store both values. DO NOT SELECT CLOSE.
  4. Download the .cfg file that contains the S3 credentials. The filename format is s3-<CREDENTIAL-NAME>.cfg.
  5. Select Close.

To use the .cfg file with an S3 tool such as s3cmd, type the following in the terminal to use the .cfg file (using the -c option) for authentication.

Bash
s3cmd -c s3-<CREDENTIAL-NAME>.cfg