mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
Improve changelog
This commit is contained in:
parent
4a0b7328ec
commit
b1bbdcb637
@ -1,15 +1,14 @@
|
|||||||
Enhancement: Allow usage of deprecated S3 ListObjectsV1 API
|
Enhancement: Allow usage of deprecated S3 ListObjectsV1 API
|
||||||
|
|
||||||
Restic didn't work with some S3 API implementations that don't have a
|
Some S3 API implementations, e.g. Ceph before version 14.2.5, have a broken
|
||||||
broken `ListObjectsV2` API endpoint. This concerns mainly Ceph versions
|
`ListObjectsV2` implementation which cause problems for restic when using their
|
||||||
before v14.2.5 , but may impact other S3 API implementations. When a broken
|
API endpoints. When a broken server implementation is used, restic prints
|
||||||
server implementation is used, restic prints errors similar to the following:
|
errors similar to the following:
|
||||||
|
|
||||||
List() returned error: Truncated response should have continuation token set
|
List() returned error: Truncated response should have continuation token set
|
||||||
|
|
||||||
As a temporary workaround, restic now allows selection of the older
|
As a temporary workaround, restic now allows using the older `ListObjects`
|
||||||
`ListObjects` endpoint by using the `s3.list-objects-v1` extended option, for
|
endpoint by setting the `s3.list-objects-v1` extended option, for instance:
|
||||||
instance:
|
|
||||||
|
|
||||||
restic -o s3.list-objects-v1=true snapshots
|
restic -o s3.list-objects-v1=true snapshots
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user