-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(sqs:large-message): Expose SDK v2 s3 client #602
Conversation
2f446be
to
5db7fb9
Compare
5db7fb9
to
a30360d
Compare
@@ -180,4 +180,31 @@ processing. | |||
return "ok"; | |||
} | |||
} | |||
``` | |||
|
|||
## Passing custom S3Client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider a change to Overriding the default S3Client
to match the method name.
|
||
## Passing custom S3Client | ||
|
||
If you need to pass custom S3Client such as region to the SDK, you can pass your own `S3Client` to be used by utility either for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wording change.
"If you require customisations to the default S3Client, you can create your own S3Client and pass it to ......"
powertools-sqs/src/main/java/software/amazon/lambda/powertools/sqs/SqsUtils.java
Show resolved
Hide resolved
powertools-sqs/src/main/java/software/amazon/lambda/powertools/sqs/SqsUtils.java
Outdated
Show resolved
Hide resolved
powertools-sqs/src/main/java/software/amazon/payloadoffloading/PayloadS3Pointer.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
**Issue #597
Description of changes:
Checklist
Breaking change checklist
RFC issue #:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.