Skip to content

Commit c42225f

Browse files
Update private-cloud-storage-plans.md
1 parent 2321f1a commit c42225f

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-storage-plans.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -930,18 +930,15 @@ Although we offer additional flexibility and provide other options, Mendix recom
930930
{{% /alert %}}
931931

932932
{{% alert color="warning" %}}
933-
In Studio Pro version 11.6, the AWS S3 library was updated from version 1 to version 2.
934-
This new AWS library version can no longer automatically detect an S3 bucket's region from its endpoint address, and needs the bucket endpoint to be specified manually.
933+
In Studio Pro version 11.6, the AWS S3 library was updated from version 1 to version 2. This new AWS library version can no longer automatically detect an S3 bucket's region from its endpoint address. You must specify the bucket endpoint manually.
935934

936935
Mendix Operator 2.25 (or later versions) will automatically recognise an S3 bucket's region from its endpoint address:
937-
if the bucket endpoint has a `<subdomains>.<region>.amazonaws.com` format (or `<subdomains>.<region>.amazonaws.com.<suffix>` format for AWS China regions),
938-
the Operator will use the `<region>` part.
939936

940-
If the S3 bucket endpoint doesn't match this format, the Mendix Operator will use a default `us-east-1` region, as this works with most S3-compatible buckets like [Minio](#blob-minio) and [Google Cloud Storage](#blob-gcp-storage-bucket).
937+
* If the bucket endpoint has a `<subdomains>.<region>.amazonaws.com` format (or `<subdomains>.<region>.amazonaws.com.<suffix>` format for AWS China regions),
938+
the Operator will use the `<region>` part.
939+
* If the S3 bucket endpoint does not match this format, the Mendix Operator will use a default `us-east-1` region, as this works with most S3-compatible buckets like [Minio](#blob-minio) and [Google Cloud Storage](#blob-gcp-storage-bucket).
941940

942-
In some scenarios (legacy or custom S3 endpoints), this autodetection might not work correctly.
943-
In this case, you can manually specify the S3 bucket region by setting the [com.mendix.storage.s3.Region](/refguide/custom-settings/#commendixstorages3Region) Custom Runtime Setting.
944-
A manually specified `com.mendix.storage.s3.Region` will override the autodetected bucket region.
941+
In some scenarios (legacy or custom S3 endpoints), this autodetection might not work correctly. In this case, you can manually specify the S3 bucket region by setting the [com.mendix.storage.s3.Region](/refguide/custom-settings/#commendixstorages3Region) Custom Runtime Setting. A manually specified `com.mendix.storage.s3.Region` will override the autodetected bucket region.
945942
{{% /alert %}}.
946943

947944
#### Create Account with Existing Policy {#s3-create-account-existing-policy}

0 commit comments

Comments
 (0)