1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 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.
|