From 6aadaee3f70c56203f9a74eb9ea126fb3845815b Mon Sep 17 00:00:00 2001 From: Eric Shepherd Date: Tue, 4 Mar 2025 16:16:01 -0500 Subject: [PATCH] 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 --------- Co-authored-by: Nate Prewitt --- docs/source/guide/s3-example-mrap.rst | 27 +++++++++++++++++++++++++++ docs/source/guide/s3-examples.rst | 1 + 2 files changed, 28 insertions(+) create mode 100644 docs/source/guide/s3-example-mrap.rst diff --git a/docs/source/guide/s3-example-mrap.rst b/docs/source/guide/s3-example-mrap.rst new file mode 100644 index 0000000000..f931aacbcb --- /dev/null +++ b/docs/source/guide/s3-example-mrap.rst @@ -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 `_, +which offers a thorough explanation as well as examples for the CLI and for +the SDK for Python. + diff --git a/docs/source/guide/s3-examples.rst b/docs/source/guide/s3-examples.rst index acebe6c2c8..f1870a3657 100644 --- a/docs/source/guide/s3-examples.rst +++ b/docs/source/guide/s3-examples.rst @@ -38,4 +38,5 @@ services. s3-example-access-permissions s3-example-static-web-host s3-example-configuring-buckets + s3-example-mrap s3-example-privatelink