Skip to content

Commit bcd4d51

Browse files
committed
Jump to the relevant heading from release notes to s3 migration docs
1 parent 143c052 commit bcd4d51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/en/docs
    • refguide/installation/upgrading-from-10-to-11
    • releasenotes/studio-pro/11

content/en/docs/refguide/installation/upgrading-from-10-to-11/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ After the upgrade, your app may report the following new error: `A microflow tha
169169

170170
You can resolve the error by enabling entity access for the microflow that calls the **ShowHomePage** microflow. However, this may not always align with your intended access control strategy. Alternatively, you can create a custom microflow that includes the [Show home page](/refguide/show-home-page/) activity without enabling entity access. You can then call this new microflow instead of the one in the **System** module. Another approach is to call the **Show home page** activity directly within your microflow.
171171

172-
### Amazon S3 SDK Upgrade
172+
### Amazon S3 SDK Upgrade {#amazon-s3-sdk-upgrade}
173173

174174
In Mendix 11.6.0 we upgraded the AWS SDK used for accessing S3 storage from version 1 to version 2. SDK version 2 has some [differences](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/migration-s3.html) which affects our S3 storage implementation.
175175

content/en/docs/releasenotes/studio-pro/11/11.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Additionally, page parameters can now be marked as **Optional** and be given a *
154154

155155
### Breaking Changes
156156

157-
* We upgraded the AWS S3 library used for S3 file storage backend from version 1 to 2. This new version of the library has stricter configuration handling and only supports AES for client side encryption. More information can be found in [Upgrading from Mendix Studio Pro 10 to 11](/refguide/upgrading-from-10-to-11/) and [S3 Storage Service Settings](/refguide/custom-settings/#amazon-s3-storage-service-settings).
157+
* We upgraded the AWS S3 library used for S3 file storage backend from version 1 to 2. This new version of the library has stricter configuration handling and only supports AES for client side encryption. More information can be found in [Upgrading from Mendix Studio Pro 10 to 11](/refguide/upgrading-from-10-to-11/#amazon-s3-sdk-upgrade) and [S3 Storage Service Settings](/refguide/custom-settings/#amazon-s3-storage-service-settings).
158158
* We added a consistency check for code actions that have a filename that does not match the casing of the document name, which could cause issues on certain operating systems, and when deploying to the cloud environment.
159159

160160
### Known Issues

0 commit comments

Comments
 (0)