mirror of
https://github.com/rclone/rclone.git
synced 2025-04-19 01:59:00 +08:00
s3: add workaround for Exaba bug FIXME DO NOT MERGE
This commit is contained in:
parent
3a26c7a6e8
commit
83b964c0dd
@ -4662,7 +4662,7 @@ func (f *Fs) makeBucket(ctx context.Context, bucket string) error {
|
||||
var awsErr smithy.APIError
|
||||
if errors.As(err, &awsErr) {
|
||||
switch awsErr.ErrorCode() {
|
||||
case "BucketAlreadyOwnedByYou":
|
||||
case "BucketAlreadyOwnedByYou", "Conflict": // FIXME Exaba workaround
|
||||
err = nil
|
||||
case "BucketAlreadyExists", "BucketNameUnavailable":
|
||||
if f.opt.UseAlreadyExists.Value {
|
||||
|
Loading…
x
Reference in New Issue
Block a user