sto cercando questi policy attraverso console.aws.amazon.com sulle mie secchi:s3 politica ha un'azione non valida - S3: ListAllMyBuckets
{ "Statement": [ { "Effect": "Allow", "Action": [ "s3:ListBucket", "s3:GetBucketLocation", "s3:ListBucketMultipartUploads" ], "Resource": "arn:aws:s3:::itnighq", "Condition": {} }, { "Effect": "Allow", "Action": [ "s3:AbortMultipartUpload", "s3:DeleteObject", "s3:DeleteObjectVersion", "s3:GetObject", "s3:GetObjectAcl", "s3:GetObjectVersion", "s3:GetObjectVersionAcl", "s3:PutObject", "s3:PutObjectAcl", "s3:PutObjectAclVersion" ], "Resource": "arn:aws:s3:::itnighq/*", "Condition": {} }, { "Effect": "Allow", "Action": "s3:ListAllMyBuckets", "Resource": "*", "Condition": {} } ] }
Ma sto ricevendo questo messaggio di errore: politica ha azione non valida - S3: ListAllMyBuckets Non sembra che piaccia "Risorsa": "*", ho anche provato a usare ** arn: aws: s3 ::: ****, ma non funziona neanche .
Qualcuno ha qualche idea?
Potrebbe descrivere i passaggi per come applicare questa politica in IAM? – dnlbrky