Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: formatting improvements

...

  1. Log into the Content Portal using the following endpoint: http://<IP of Content Portal>:<SCSP Port>/_admin/portal. If you have a an SSL offloader (e.g. if you use the Swarm Developer Edition) the endpoint is: https://<IP of Content Portal>/_admin/portal

  2. Create a new domain within either the System Tenant or another tenant, using the Add button from the upper right corner.

  3. Create a bucket within the newly created domain using the Add button from the upper right corner.

  4. Create a an S3 token for the newly created domain using the gear icon from the upper right corner of the UI.

  5. Make sure to write down the S3 Secret Key and the Token ID

    Image RemovedImage Added

6. Make sure you have a DNS entry pointing the FQDN of the newly created domain to the IP address of the Content Gateway. For testing purposes you can add that entry to the C:\Windows\System32\drivers\etc\hosts file

7. Open S3 Browser and go to Accounts Add New Account.

  • Select “S3 S3 Compatible Storage” Storageas the Account Type

  • The REST Endpoint should be <FQDN of newly created domain>:<S3 port configured in /etc/caringo/cloudgateway/gateway.cfg> if you don’t have a an SSL offloader in front of the Content Gateway, or <FQDN of newly created domain> if you have a an SSL offloader in front of the Content Gateway (e.g. if you use the Swarm Developer Edition)

  • Access Key ID should be the Token ID of the S3 token created at Step 5

  • Secret Access Key should be the S3 Secret Key of the S3 token created at Step 5

  • If you have a an SSL offloader configured in front of the Content Gateway, enable “Use Use secure transfer (SSL/TLS)

  • In the Advanced S3-compatible storage settings make sure you have “Path style” Path styleselected as the Addressing model

...