mirror of
https://github.com/zhigang1992/aliyun-oss-react-native.git
synced 2026-06-17 02:41:45 +08:00
18 lines
349 B
Plaintext
Executable File
18 lines
349 B
Plaintext
Executable File
{
|
|
"Statement": [
|
|
{
|
|
"Action": [
|
|
"oss:GetObject",
|
|
"oss:PutObject",
|
|
"oss:DeleteObject",
|
|
"oss:ListParts",
|
|
"oss:AbortMultipartUpload",
|
|
"oss:ListObjects"
|
|
],
|
|
"Effect": "Allow",
|
|
"Resource": ["acs:oss:*:*:$BUCKET_NAME/*", "acs:oss:*:*:$BUCKET_NAME"]
|
|
}
|
|
],
|
|
"Version": "1"
|
|
}
|