Skip to content

Commit

Permalink
grant create container permission (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou9584 committed Feb 14, 2023
1 parent ca03c47 commit d065ba4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public enum SASPermission {
/**
* Define permission
*/
Write("b", "o", "war"),
Write("b", "co", "war"),
Read("b", "o", "r");

public final String serviceStr, resourceStr, permissionStr;
Expand Down

0 comments on commit d065ba4

Please sign in to comment.