We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856936c commit 3274e7fCopy full SHA for 3274e7f
docs/plugins/repository-s3.asciidoc
@@ -284,22 +284,7 @@ You may further restrict the permissions by specifying a prefix within the bucke
284
// NOTCONSOLE
285
286
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
+registration will fail.
303
304
[[repository-s3-aws-vpc]]
305
[float]
0 commit comments