Skip to content

Commit ba1e3c0

Browse files
committed
[Docs] Remove reference to repository-s3 plugin creating an S3 bucket (#31359)
Closes #30910
1 parent f1f6be2 commit ba1e3c0

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

docs/plugins/repository-s3.asciidoc

+1-16
Original file line numberDiff line numberDiff line change
@@ -284,22 +284,7 @@ You may further restrict the permissions by specifying a prefix within the bucke
284284
// NOTCONSOLE
285285

286286
The bucket needs to exist to register a repository for snapshots. If you did not create the bucket then the repository
287-
registration will fail. If you want Elasticsearch to create the bucket instead, you can add the permission to create a
288-
specific bucket like this:
289-
290-
[source,js]
291-
----
292-
{
293-
"Action": [
294-
"s3:CreateBucket"
295-
],
296-
"Effect": "Allow",
297-
"Resource": [
298-
"arn:aws:s3:::snaps.example.com"
299-
]
300-
}
301-
----
302-
// NOTCONSOLE
287+
registration will fail.
303288

304289
[[repository-s3-aws-vpc]]
305290
[float]

0 commit comments

Comments
 (0)