Skip to content

Commit

Permalink
Update repository-s3.asciidoc
Browse files Browse the repository at this point in the history
the bucket naming convention should be clear, underscores (which we use in all of our examples) are not allowed so we should really change all these examples.
  • Loading branch information
InbarShimshon authored Dec 17, 2020
1 parent a90cf12 commit 77a54aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/plugins/repository-s3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,18 @@ PUT _snapshot/my_s3_repository
}
}
----

*bucket:* The name of the bucket to be used for snapshots. (Mandatory)
Note that the bucket name can be between 3 and 63 characters long, and can contain only lower-case characters, numbers, periods, and dashes it cannot contain underscores, end with a dash, have consecutive periods, or use dashes adjacent to periods

The bucket naming convention is outlines in AWS [here] (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-s3-bucket-naming-requirements.html)



// TEST[skip:we don't have S3 setup while testing this]



Most client settings can be added to the `elasticsearch.yml` configuration file
with the exception of the secure settings, which you add to the {es} keystore.
For more information about creating and updating the {es} keystore, see
Expand Down

0 comments on commit 77a54aa

Please sign in to comment.