Skip to content

Commit b24f307

Browse files
committed
Fix policy typo where an extra space crept in.
1 parent 13bb81a commit b24f307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/storage/object/cloudian/src/main/java/org/apache/cloudstack/storage/datastore/util/CloudianHyperStoreUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class CloudianHyperStoreUtil {
8080
" \"Effect\": \"Deny\",\n" +
8181
" \"Action\": [\n" +
8282
" \"s3:createBucket\",\n" +
83-
" \"s3: deleteBucket\"\n" +
83+
" \"s3:deleteBucket\"\n" +
8484
" ],\n" +
8585
" \"Resource\": \"*\"\n" +
8686
" }\n" +

0 commit comments

Comments
 (0)