From: Norbert Bizet Date: Tue, 31 Aug 2021 14:15:36 +0000 (-0400) Subject: cloud: Fix #8101 Update S3 error list to match the libs3 index X-Git-Tag: Release-11.3.2~377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bb9528d06ee20e422bb38e4a169d681d99ac632;p=thirdparty%2Fbacula.git cloud: Fix #8101 Update S3 error list to match the libs3 index --- diff --git a/bacula/src/stored/s3_driver.c b/bacula/src/stored/s3_driver.c index 4f1f64725..092a95a2c 100644 --- a/bacula/src/stored/s3_driver.c +++ b/bacula/src/stored/s3_driver.c @@ -88,6 +88,7 @@ static const char *S3Errors[] = { "ServerFailedVerification", "ConnectionFailed", "AbortedByCallback", + "NotSupported", "AccessDenied", "AccountProblem", "AmbiguousGrantByEmailAddress", @@ -111,6 +112,7 @@ static const char *S3Errors[] = { "InvalidBucketName", "InvalidBucketState", "InvalidDigest", + "InvalidEncryptionAlgorithmError", "InvalidLocationConstraint", "InvalidObjectState", "InvalidPart", @@ -165,6 +167,7 @@ static const char *S3Errors[] = { "UnexpectedContent", "UnresolvableGrantByEmailAddress", "UserKeyMustBeSpecified", + "QuotaExceeded", "Unknown", "HttpErrorMovedTemporarily", "HttpErrorBadRequest",