[Docs] Remove reference to repository-s3 plugin creating an S3 bucket (#31359)
Closes #30910
This commit is contained in:
parent
856936c286
commit
3274e7fd1a
|
@ -284,22 +284,7 @@ You may further restrict the permissions by specifying a prefix within the bucke
|
||||||
// NOTCONSOLE
|
// NOTCONSOLE
|
||||||
|
|
||||||
The bucket needs to exist to register a repository for snapshots. If you did not create the bucket then the repository
|
The bucket needs to exist to register a repository for snapshots. If you did not create the bucket then the repository
|
||||||
registration will fail. If you want Elasticsearch to create the bucket instead, you can add the permission to create a
|
registration will fail.
|
||||||
specific bucket like this:
|
|
||||||
|
|
||||||
[source,js]
|
|
||||||
----
|
|
||||||
{
|
|
||||||
"Action": [
|
|
||||||
"s3:CreateBucket"
|
|
||||||
],
|
|
||||||
"Effect": "Allow",
|
|
||||||
"Resource": [
|
|
||||||
"arn:aws:s3:::snaps.example.com"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
----
|
|
||||||
// NOTCONSOLE
|
|
||||||
|
|
||||||
[[repository-s3-aws-vpc]]
|
[[repository-s3-aws-vpc]]
|
||||||
[float]
|
[float]
|
||||||
|
|
Loading…
Reference in New Issue