Skip to content

Commit

Permalink
Merge pull request #791 from aws-ia/fix_s3_upload
Browse files Browse the repository at this point in the history
fix taskcat upload
  • Loading branch information
andrew-glenn authored Mar 28, 2023
2 parents fd62090 + ba1f5d6 commit c6e18a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.36
current_version = 0.9.37
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.36
0.9.37
2 changes: 1 addition & 1 deletion taskcat/_cli_modules/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(
if object_acl:
args["project"]["s3_object_acl"] = object_acl
if bucket_name:
args["project"]["bucket_name"] = bucket_name
args["project"]["s3_bucket"] = bucket_name
if key_prefix:
args["project"]["name"] = key_prefix
config = Config.create(
Expand Down

0 comments on commit c6e18a6

Please sign in to comment.