{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:*",
"Resource": "*"
}
]
}
this is my amazons3fullaccess policy but now i want to give only get put and delete access not full access
You could do the following using wildcards:
Or if you want to be more specific (good practice!):