We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f717c24 + 78f85b2 commit ac4b163Copy full SHA for ac4b163
1 file changed
rootfs/bin/create_bucket
@@ -25,6 +25,8 @@ except botocore.exceptions.ClientError as e:
25
error_code = int(e.response['Error']['Code'])
26
if error_code == 404:
27
exists = False
28
+ else:
29
+ raise
30
31
if not exists:
32
conn.create_bucket(Bucket=bucket_name)
0 commit comments