Difference between revisions of "S3:GetObject"
Jump to navigation
Jump to search
↑ https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAcl.html
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | aws s3api put-bucket-notification-configuration | + | [[aws s3api put-bucket-notification-configuration]] |
+ | |||
+ | |||
+ | [[PutBucketNotificationConfiguration]] | ||
+ | [[s3:ListBucket]] | ||
+ | |||
+ | |||
+ | [[Data lake]]: | ||
+ | {{data lake example query}} | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[s3:ListBucket]]</code> | ||
+ | * [[Logging data events]] | ||
== See also == | == See also == | ||
* {{S3:}} | * {{S3:}} | ||
+ | * {{aws s3api put-bucket-notification-configuration}} | ||
[[Category:S3]] | [[Category:S3]] |
Latest revision as of 13:55, 30 August 2024
aws s3api put-bucket-notification-configuration
PutBucketNotificationConfiguration s3:ListBucket
select userIdentity.arn as user, element_at(requestParameters, 'bucketName') as bucket, element_at(requestParameters, 'key') as key, count(*) as attempts from xxxxx-yyyyy-xxxxx-zzzz-xxxxx where eventSource = 's3.amazonaws.com' and eventName = 'GetObject' and userIdentity.arn = 'arn:aws:sts::0987654321:assumed-role/your-role/[email protected]' group by 1, 2, 3 order by attempts desc
Related[edit]
See also[edit]
s3:, s3:ListBucket, s3:ListAllMyBuckets, s3:PutObject, s3:PutObjectAcl, s3:GetObject, s3:GetObjectAcl [1], s3:GetBucketPolicy, s3:PutBucketPolicy, s3:DeleteObject, s3:ReplicateObject, s3:ReplicateDelete, s3:ReplicateTags
- aws s3api put-bucket-notification-configuration
Advertising: