You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/S3ObjectLambdaEvent.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ public class S3ObjectLambdaEvent {
63
63
/**
64
64
* A pre-signed URL that can be used to fetch the original object from Amazon S3.
65
65
*
66
-
* The URL is signed using the original caller’s identity, and their permissions
66
+
* The URL is signed using the original caller's identity, and their permissions
67
67
* will apply when the URL is used. If there are signed headers in the URL, the
68
68
* Lambda function must include these in the call to Amazon S3, except for the Host.
0 commit comments