From aad1940e6170b10f0fcd2323da25fe5176dbbc8f Mon Sep 17 00:00:00 2001 From: s-hertel Date: Thu, 7 Jun 2018 16:59:56 -0400 Subject: [PATCH] changelog --- changelogs/fragments/aws_s3_fix_exception_handling.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/fragments/aws_s3_fix_exception_handling.yaml diff --git a/changelogs/fragments/aws_s3_fix_exception_handling.yaml b/changelogs/fragments/aws_s3_fix_exception_handling.yaml new file mode 100644 index 00000000000..756f1981638 --- /dev/null +++ b/changelogs/fragments/aws_s3_fix_exception_handling.yaml @@ -0,0 +1,5 @@ +--- +bugfixes: + - fix permission handling to try to download a file even if the user does not have permission to list all objects in the bucket + - fix BotoCoreError exception handling + - fix errors with S3-compatible APIs if they cannot use ACLs for buckets or objects