From 4320ff2bbfd344067d9438518e905ed7bb4e4394 Mon Sep 17 00:00:00 2001 From: Nick Douma Date: Wed, 11 Nov 2020 12:33:22 +0100 Subject: [PATCH] Add changelog entry for s3.list-objects-v1 --- changelog/unreleased/issue-3083 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 changelog/unreleased/issue-3083 diff --git a/changelog/unreleased/issue-3083 b/changelog/unreleased/issue-3083 new file mode 100644 index 000000000..00e34167b --- /dev/null +++ b/changelog/unreleased/issue-3083 @@ -0,0 +1,13 @@ +Enhancement: Allow usage of deprecated S3 ListObjectsV1 API + +Restic didn't work with some S3 API implementations that don't have a +working ListObjectsV2 API endpoint. This concerns mainly Ceph versions +before v14.2.5 , but may impact other S3 API implementations. + +Restic now allows selection of the older ListObjectsV1 endpoint by using +the 's3.list-objects-v1' extended option, for instance: + +`restic -o s3.list-objects-v1=true snapshots` + +https://github.com/restic/restic/issues/3083 +https://github.com/restic/restic/pull/3085 \ No newline at end of file