Skip to main content
Version: 5.1.0.0

S3 Landscape

Description

The S3 Landscape holds all necessary configuration properties to connect to the S3 object store.

aws-s3-landscape_view.png
Base view of the environment Entry AWS S3 Landscape

The S3 URL is typically built according to the pattern https://s3.<region>.amazonaws.com

If you select another Region the Base URL will automatically change if it follows the above pattern.

If you want to use another -non amazon- URL, e.g. to a Minio server, deselect the checkbox; then the text field is editable.

The Bucket name is added to the URL depending on the URL-style:

  • If you selected Path style then the full URL is built according to the pattern https://s3.<region>.amazonaws.com/<bucket-name>

  • If Path style is not selected (the default) then the URL is build like https://<bucket-name>.s3.<region>.amazonaws.com