From 3877df4e62dad93ef0309011896ae77262c22690 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 10 Jan 2021 17:53:32 +0000 Subject: [PATCH] s3: update help for --s3-no-check-bucket #4913 --- backend/s3/s3.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/s3/s3.go b/backend/s3/s3.go index 9c9fbed39..9ed30e181 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -1181,6 +1181,10 @@ In Ceph, this can be increased with the "rgw list buckets max chunk" option. This can be useful when trying to minimise the number of transactions rclone does if you know the bucket exists already. + +It can also be needed if the user you are using does not have bucket +creation permissions. Before v1.52.0 this would have passed silently +due to a bug. `, Default: false, Advanced: true,