You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-storage-plans.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -930,18 +930,15 @@ Although we offer additional flexibility and provide other options, Mendix recom
930
930
{{% /alert %}}
931
931
932
932
{{% 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.
935
934
936
935
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.
939
936
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).
941
940
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.
945
942
{{% /alert %}}.
946
943
947
944
#### Create Account with Existing Policy {#s3-create-account-existing-policy}
0 commit comments