Skip to content

Commit c1684d3

Browse files
authored
More S3-compatible repo deflection (elastic#100754) (elastic#100758)
Call out explicitly that users need to reproduce issues with the real S3 before reporting them to ES.
1 parent 7a89e67 commit c1684d3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/reference/snapshot-restore/repository-s3.asciidoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,12 @@ covered by the {es} test suite.
224224
Note that some storage systems claim to be S3-compatible but do not faithfully
225225
emulate S3's behaviour in full. The `repository-s3` type requires full
226226
compatibility with S3. In particular it must support the same set of API
227-
endpoints, return the same errors in case of failures, and offer consistency
228-
and performance at least as good as S3 even when accessed concurrently by
229-
multiple nodes. You will need to work with the supplier of your storage system
230-
to address any incompatibilities you encounter.
227+
endpoints, return the same errors in case of failures, and offer consistency and
228+
performance at least as good as S3 even when accessed concurrently by multiple
229+
nodes. You will need to work with the supplier of your storage system to address
230+
any incompatibilities you encounter. Please do not report {es} issues involving
231+
storage systems which claim to be S3-compatible unless you can demonstrate that
232+
the same issue exists when using a genuine AWS S3 repository.
231233

232234
You can perform some basic checks of the suitability of your storage system
233235
using the {ref}/repo-analysis-api.html[repository analysis API]. If this API

0 commit comments

Comments
 (0)