Commands used as shown in the video https://youtu.be/P-Pr7Dy6mP8 .
0
0
4
| 1 | { |
| 2 | "Version": "2012-10-17", |
| 3 | "Statement": [ |
| 4 | { |
| 5 | "Effect": "Allow", |
| 6 | "Action": ["s3:*"], |
| 7 | "Resource": ["arn:aws:s3:::resticsample/*"] |
| 8 | } |
| 9 | ] |
| 10 | } |