We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4442ec3 commit f227cc6Copy full SHA for f227cc6
aws_lambda_powertools/utilities/data_classes/s3_event.py
@@ -64,7 +64,7 @@ def bucket(self) -> S3EventNotificationEventBridgeBucket:
64
return S3EventNotificationEventBridgeBucket(self["bucket"])
65
66
@property
67
- def object(self) -> S3EventBridgeNotificationObject: # noqa: A003 # ignore shadowing built-in grammar
+ def object(self) -> S3EventBridgeNotificationObject: # noqa: A003
68
"""Get the request-id for the S3 notification"""
69
return S3EventBridgeNotificationObject(self["object"])
70
0 commit comments