Browse Source

oss policy

chenjunkai 6 years ago
parent
commit
20fd23fc3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/StsOssController.py

+ 1 - 1
Controller/StsOssController.py

@@ -72,7 +72,7 @@ class StsOssView(View):
             "Statement": [
                 {
                     # "Action": ["oss:PutObject", "oss:DeleteObject", "oss:GetObject",""],
-                    "Action": ["*"],
+                    "Action": ["oss:*"],
                     "Resource": [Resource_access],
                     "Effect": "Allow",
                     "Condition": {