Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

botocore.exceptions.clienterror: an error occurred (accessdenied) when calling the listobjects operation: access denied

{
   "Version":"2012-10-17",
   "Statement":[
      {
         "Effect":"Allow",
         "Action":[
            "s3:ListBucket"
         ],
         "Resource":"arn:aws:s3:::my-bucket"
      }
   ]
}
 
PREVIOUS NEXT
Tagged: #error #occurred #calling #listobjects #access #denied
ADD COMMENT
Topic
Name
6+2 =