Skip to content

Commit 181196f

Browse files
committed
Replace non-ASCII quote with '
1 parent 42cb916 commit 181196f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/S3ObjectLambdaEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class S3ObjectLambdaEvent {
6363
/**
6464
* A pre-signed URL that can be used to fetch the original object from Amazon S3.
6565
*
66-
* The URL is signed using the original callers identity, and their permissions
66+
* The URL is signed using the original caller's identity, and their permissions
6767
* will apply when the URL is used. If there are signed headers in the URL, the
6868
* Lambda function must include these in the call to Amazon S3, except for the Host.
6969
*

0 commit comments

Comments
 (0)