mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Implement PR #201 by @jszwedko
This commit is contained in:
parent
53c9eb572e
commit
bfe58dd4a8
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ class UploadImage(Task):
|
|||
'--access-key', info.credentials['access-key'],
|
||||
'--secret-key', info.credentials['secret-key'],
|
||||
'--url', s3_url,
|
||||
'--region', info._ec2['region'],
|
||||
'--ec2cert', cert_ec2])
|
||||
'--region', info._ec2['region']])
|
||||
|
||||
|
||||
class RemoveBundle(Task):
|
||||
|
|
Loading…
Add table
Reference in a new issue