We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make black
1 parent 850a48b commit e16c0cbCopy full SHA for e16c0cb
samcli/lib/bootstrap/bootstrap.py
@@ -35,7 +35,10 @@ def manage_stack(profile, region):
35
# This bucket name is what we would write to a config file
36
return bucket_name
37
38
-def print_managed_s3_bucket_info(s3_bucket, bold=False, show_s3_bucket_option=True):
+
39
+def print_managed_s3_bucket_info(
40
+ s3_bucket: str, bold: Optional[bool] = False, show_s3_bucket_option: Optional[bool] = True
41
+):
42
"""
43
Print information about the managed S3 bucket.
44
0 commit comments