Skip to content

S3 credentials

S3 credentials are useful for programmatically working with stored objects. S3 credentials are tied to your user account, meaning that you can use the same credentials across multiple Rumble Cloud projects.

There are tools available for working with S3 objects, such s3cmd. You can install s3cmd using a package manager such as Homebrew or Choclately.

Select API > S3 Credentials to display the S3 credentials dashboard. The dashboard displays your existing credentials and lets you create new credentials.

From the S3 credentials console, you can take the following actions:

  • Delete
  • Copy Access Key
  • Copy Secret Key

Warning

The S3 credentials file contains confidential authorization information. Do not share your file. Do store your file securely.

INI
[default]
access_key = fgmWGy9r92iv5RRk0kscAWSWAs2Pu00O
secret_key = tYuXhyDFE2v888k43sRIn0zs2Pu0RRkt
host_base = https://object.us-east-1.rumble.cloud
host_bucket = https://object.us-east-1.rumble.cloud
bucket_location = local
check_ssl_certificate = True
check_ssl_hostname = True
use_https = True

See also: