-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MRAP section to developer guide (#4460)
* Add MRAP section This PR adds a section that briefly says what MRAP is and points to the content in the S3 developer guide, which includes Python examples. * Update docs/source/guide/s3-example-mrap.rst You're right, this should just be 2025. Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com> --------- Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
- Loading branch information
1 parent
041070b
commit 6aadaee
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.. Copyright 2025 Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 | ||
International License (the "License"). You may not use this file except in compliance with the | ||
License. A copy of the License is located at http://creativecommons.org/licenses/by-nc-sa/4.0/. | ||
This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, | ||
either express or implied. See the License for the specific language governing permissions and | ||
limitations under the License. | ||
########################## | ||
Multi-Region Access Points | ||
########################## | ||
|
||
Amazon S3 Multi-Region Access Points (MRAPs) provide global endpoints that | ||
applications can use to fulfill requests from Amazon S3 buckets located in | ||
multiple AWS Regions. You can use them to build multi-Region applications | ||
with the same architecture used by single-Region applications, then run those | ||
applications anywhere in the world. | ||
|
||
To learn more about using Multi-Region Access Points in your Boto3 | ||
application, see `Using Multi-Region Access Points with supported API | ||
operations <https://docs.aws.amazon.com/AmazonS3/latest/userguide/MrapOperations.html>`_, | ||
which offers a thorough explanation as well as examples for the CLI and for | ||
the SDK for Python. | ||
|
This file contains 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