Skip to content

Commit

Permalink
added missing space in aws s3 upload cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Adams committed May 19, 2020
1 parent f5c25c4 commit 5d616ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ga4gh/refget/loader/destinations/aws/s3/aws_s3_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, manifest):
+ "--bucket {bucket_name} " \
+ "--key {s3_path} " \
+ "--acl public-read " \
+ "--content-type {content_type}" \
+ "--content-type {content_type} " \
+ "{aws_profile} "

# template for putting a seq by its primary id
Expand Down

0 comments on commit 5d616ee

Please sign in to comment.