public final class DefaultAwsCrtS3V4aSigner extends Object implements AwsCrtS3V4aSigner
AwsCrtS3V4aSigner.Builder| Modifier and Type | Method and Description |
|---|---|
static AwsCrtS3V4aSigner.Builder |
builder() |
static AwsCrtS3V4aSigner |
create()
Create a default AwsS34aSigner.
|
SdkHttpFullRequest |
presign(SdkHttpFullRequest request,
ExecutionAttributes executionAttributes)
Method that takes in an request and returns a pre signed version of the request.
|
SdkHttpFullRequest |
sign(SdkHttpFullRequest request,
ExecutionAttributes executionAttributes)
Method that takes in an request and returns a signed version of the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcredentialTypepublic static AwsCrtS3V4aSigner create()
AwsCrtS3V4aSignercreate in interface AwsCrtS3V4aSignerpublic static AwsCrtS3V4aSigner.Builder builder()
builder in interface AwsCrtS3V4aSignerpublic SdkHttpFullRequest sign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)
Signerpublic SdkHttpFullRequest presign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)
PresignerCopyright © 2026. All rights reserved.