Skip to content

Commit 49df228

Browse files
Merge pull request #10813 from zlogic/mxok-aws-sdkv2-versions
Clarified which Mendix Runtime versions use AWS SDK v2 in MxOK (small correction, no release date)
2 parents fcda159 + fdbb7c4 commit 49df228

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@ If the commands return a *not found* response, your environment database and blo
147147

148148
#### S3 Bucket Region Might Need to Be Set Manually
149149

150-
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, and needs the bucket endpoint to be specified manually. The AWS S3 library is also updated in the latest LTS versions of Studio Pro.
150+
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, and needs the bucket endpoint to be specified manually.
151+
152+
The AWS S3 library is also updated in the latest LTS versions of Studio Pro:
153+
154+
* 9.24.41 (or later)
155+
* 10.24.14 (or later).
151156

152157
Mendix Operator 2.25 (or later versions) will automatically recognise an S3 bucket's region from its endpoint address:
153158

@@ -157,7 +162,7 @@ the Operator uses `<region>` as the S3 region name.
157162

158163
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.
159164

160-
Mendix Operator versions 2.24.2 (and older) does not autodetect S3 bucket regions. To use Mendix 11.6 (or the latest LTS versions), manually set the `com.mendix.storage.s3.Region` custom Runtime setting. You can also consider upgrading to Mendix Operator 2.25.0 or newer.
165+
Mendix Operator versions 2.24.2 (and older) does not autodetect S3 bucket regions. To use Mendix versions with version 2 of the AWS S3 library, manually set the `com.mendix.storage.s3.Region` custom Runtime setting. You can also consider upgrading to Mendix Operator 2.25.0 or newer.
161166

162167
This issue does not affect [Azure Blob Storage](#blob-azure) or [ephemeral](#blob-ephemeral) data storage plans.
163168

0 commit comments

Comments
 (0)