Document AWS S3 credential format with deprecation notice#3068
Merged
Conversation
…n notice Adds documentation for the new AWS S3 credentials format and deprecation notice for root-level credentials, addressing strapi/strapi#25914. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Add deprecation notice on CMS S3 page for root-level accessKeyId/ secretAccessKey format. On Cloud page, keep Haiku's code fixes but replace verbose duplicate caution with a tip linking to the CMS page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
pwizla
commented
Apr 17, 2026
pwizla
added a commit
that referenced
this pull request
Apr 17, 2026
* [Docs self-healing] Document AWS S3 credential format with deprecation notice Adds documentation for the new AWS S3 credentials format and deprecation notice for root-level credentials, addressing strapi/strapi#25914. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> * Document deprecated root-level S3 credentials and fix Cloud page Add deprecation notice on CMS S3 page for root-level accessKeyId/ secretAccessKey format. On Cloud page, keep Haiku's code fixes but replace verbose duplicate caution with a tip linking to the CMS page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Apply suggestion from @pwizla --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
pwizla
added a commit
that referenced
this pull request
Apr 17, 2026
) * [Docs self-healing] Document AWS S3 credential format with deprecation notice Adds documentation for the new AWS S3 credentials format and deprecation notice for root-level credentials, addressing strapi/strapi#25914. * Document deprecated root-level S3 credentials and fix Cloud page Add deprecation notice on CMS S3 page for root-level accessKeyId/ secretAccessKey format. On Cloud page, keep Haiku's code fixes but replace verbose duplicate caution with a tip linking to the CMS page. * Apply suggestion from @pwizla --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates documentation based on strapi/strapi#25914.
The AWS S3 provider now supports root-level credentials for backward compatibility but emits a deprecation warning. Users should migrate to the new
credentials: { accessKeyId, secretAccessKey }format.Also documents the AWS SDK security update that resolves a critical vulnerability.
Generated automatically by the docs self-healing workflow (micro-edit, Haiku).
Review before merging.