File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
docs/reference/snapshot-restore Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -224,10 +224,12 @@ covered by the {es} test suite.
224224Note that some storage systems claim to be S3-compatible but do not faithfully
225225emulate S3's behaviour in full. The `repository-s3` type requires full
226226compatibility 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
232234You can perform some basic checks of the suitability of your storage system
233235using the {ref}/repo-analysis-api.html[repository analysis API]. If this API
You can’t perform that action at this time.
0 commit comments