mirror of https://github.com/apache/cloudstack.git
- CLOUDSTACK-3229: Fixes a syntax error in s3xen
This commit is contained in:
parent
f12adfff8a
commit
9f1c74fe65
|
|
@ -352,7 +352,7 @@ def s3(session, args):
|
|||
client.delete(bucket, key, filename)
|
||||
else:
|
||||
raise RuntimeError(
|
||||
"S3 plugin does not support operation " + operation))
|
||||
"S3 plugin does not support operation " + operation)
|
||||
|
||||
return 'true'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue