You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the *Amazon S3 User Guide*. For information about S3 replication on Outposts
1448
-
configuration, see [Replicating objects for Amazon Web Services Outposts](https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsReplication.html)
1448
+
configuration, see [Replicating objects for S3 on Outposts](https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsReplication.html)
1449
1449
in the *Amazon S3 User Guide*.
1450
1450
1451
1451
It can take a while to propagate `PUT` or `DELETE` requests for a replication
@@ -2445,9 +2445,9 @@ defmodule AWS.S3Control do
2445
2445
[PutBucketReplication](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketReplication.html) in the *Amazon S3 API Reference*.
2446
2446
2447
2447
Creates a replication configuration or replaces an existing one. For information
2448
-
about S3 replication on Outposts configuration, see [Replicating objects for
It can take a while to propagate `PUT` or `DELETE` requests for a replication
@@ -2502,22 +2502,24 @@ defmodule AWS.S3Control do
2502
2502
For more information about permissions, see [Setting up IAM with S3 on Outposts](https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsIAM.html)
2503
2503
and [Managing access to S3 on Outposts buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsBucketPolicy.html).
2504
2504
2505
-
To perform this operation, the user or role must also have the
2506
-
[iam:PassRole](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html) permission.
2505
+
To perform this operation, the user or role must also have the `iam:CreateRole`
2506
+
and `iam:PassRole` permissions. For more information, see [Granting a user permissions to pass a role to an Amazon Web Services
0 commit comments