Fix order list
This commit is contained in:
parent
2b2c593531
commit
1f409197c3
1 changed files with 29 additions and 29 deletions
|
@ -12,8 +12,8 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"Version": "2012-10-17",
|
"Version": "2012-10-17",
|
||||||
"Statement": [
|
"Statement": [
|
||||||
{
|
{
|
||||||
|
@ -23,8 +23,8 @@
|
||||||
"Resource": "arn:aws:s3:::bucket_name/uploads/*"
|
"Resource": "arn:aws:s3:::bucket_name/uploads/*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Go to IAM console and create a new IAM user. Remember your user credentials(`key`/`access token`)
|
4. Go to IAM console and create a new IAM user. Remember your user credentials(`key`/`access token`)
|
||||||
|
|
||||||
|
@ -40,8 +40,8 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"Version": "2012-10-17",
|
"Version": "2012-10-17",
|
||||||
"Statement": [
|
"Statement": [
|
||||||
{
|
{
|
||||||
|
@ -54,8 +54,8 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related Tools
|
## Related Tools
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue