1
votes

Recently I have checked my AWS billing details in the CSV file. I was charged for the ListBucket operation. I have enabled CLoudTrail to understand who is making ListBucket requests. Using CloudTrail I could see only ListObject requests. But i was charged for ListBucket(under line_item_operation field in the CSV file).

Any difference between ListBucket and ListObjects?

I think ListBucket is deprecated.Daniel Farrell
I think IAM uses s3:ListBucket permissions to allow users to run ListObjects(), so it is quite confusing. So, think of them as being the same.John Rotenstein