Highlight that s3.list-objects-v1 is a temporary

This commit is contained in:
Alexander Neumann
2020-11-11 20:00:34 +01:00
parent f013662e3f
commit 3e0456d88b
2 changed files with 18 additions and 9 deletions

View File

@@ -240,9 +240,12 @@ or is only available via HTTP, you can specify the URL to the server
like this: ``s3:http://server:port/bucket_name``.
.. note:: Certain S3-compatible servers do not properly implement the ListObjectsV2 API,
most notably Ceph versions before v14.2.5. On these backends you need to
provide the ``-o s3.list-objects-v1=true`` option to use the ListObjects API instead.
.. note:: Certain S3-compatible servers do not properly implement the
``ListObjectsV2`` API, most notably Ceph versions before v14.2.5. On these
backends, as a temporary workaround, you can provide the
``-o s3.list-objects-v1=true`` option to use the older
``ListObjects`` API instead. This option may be removed in future
versions of restic.
Minio Server