“Como verificar se tenho acesso ao S3 Bucket na AWS CLI” Respostas de código

Como verificar se tenho acesso ao S3 Bucket na AWS CLI

{
    "Policy": "{\"Version\":\"2008-10-17\",\"Statement\":[{\"Sid\":\"\",\"Effect\":\"Allow\",\"Principal\":\"*\",\"Action\":\"s3:GetObject\",\"Resource\":\"arn:aws:s3:::my-bucket/*\"},{\"Sid\":\"\",\"Effect\":\"Deny\",\"Principal\":\"*\",\"Action\":\"s3:GetObject\",\"Resource\":\"arn:aws:s3:::my-bucket/secret/*\"}]}"
}
Open Owl

Como verificar se tenho acesso ao S3 Bucket na AWS CLI

aws s3api get-bucket-policy --bucket mybucket --query Policy --output text > policy.json
Open Owl

Como verificar se tenho acesso ao S3 Bucket na AWS CLI

aws s3api get-bucket-policy --bucket my-bucket
Open Owl

Respostas semelhantes a “Como verificar se tenho acesso ao S3 Bucket na AWS CLI”

Perguntas semelhantes a “Como verificar se tenho acesso ao S3 Bucket na AWS CLI”

Mais respostas relacionadas para “Como verificar se tenho acesso ao S3 Bucket na AWS CLI” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código