Skip to content

Commit

Permalink
Update repository-s3.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
InbarShimshon authored Dec 17, 2020
1 parent 77a54aa commit c40c29e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/plugins/repository-s3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ 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]


Expand All @@ -54,12 +63,6 @@ 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]

Expand Down

0 comments on commit c40c29e

Please sign in to comment.