Skip to content

Commit

Permalink
Add MRAP section to developer guide (#4460)
Browse files Browse the repository at this point in the history
* 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
shepazon and nateprewitt authored Mar 4, 2025
1 parent 041070b commit 6aadaee
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/source/guide/s3-example-mrap.rst
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.

1 change: 1 addition & 0 deletions docs/source/guide/s3-examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ services.
s3-example-access-permissions
s3-example-static-web-host
s3-example-configuring-buckets
s3-example-mrap
s3-example-privatelink

0 comments on commit 6aadaee

Please sign in to comment.