Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Configuring existing Amazon S3 applications to work with Swarm consists of changing the region end-point and changing the authentication credentials.

Best practice

Start with the documentation provided by Amazon Web Services and then use this section to help you integrate your S3 applications with the Swarm platform.

Within your S3 applications, change the following items:

  1. Region end-point – Use the Swarm storage domain name in place of the Amazon S3 region end-point host name. 

  2. Access Key – In the Content UI, create an S3 authentication token in the correct domain and bucket, and use that token ID as your Access Key ID. For creating tokens in Content UI, see Setting Tokens.

  3. Secret Key – From the same token, use its secret key value in your S3 applications. 

  4. Update your configuration for best results:

    • To avoid certificate validation failure, enable "path style" access; otherwise, the client/SDK may attempt to access as mybucket.mydomain.example.com/object.

    • For best performance, use Version 2 signatures with the AWS .NET SDK. See https://docs.aws.amazon.com/general/latest/gr/signature-version-2.html.

    • For multipart uploads, increase the part size to 100 MB or more, if configurable.

  • No labels