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
Since this was added - awslabs/aws-c-s3#439 I am getting IllegalArgumentException - S3Client.makeMetaRequest has invalid options; Operation name must be set for MetaRequestType.DEFAULT when I try to delete objects.
Expected Behavior
I expect the DeleteObjects to work (like it did before version 0.30.0) and not throw IllegalArgumentException - S3Client.makeMetaRequest has invalid options; Operation name must be set for MetaRequestType.DEFAULT
Current Behavior
java.util.concurrent.CompletableFuture@a2ac4b[Completed exceptionally: java.lang.IllegalArgumentException: S3Client.makeMetaRequest has invalid options; Operation name must be set for MetaRequestType.DEFAULT.]
Describe the bug
Since this was added - awslabs/aws-c-s3#439 I am getting
IllegalArgumentException - S3Client.makeMetaRequest has invalid options; Operation name must be set for MetaRequestType.DEFAULT
when I try to delete objects.Expected Behavior
I expect the DeleteObjects to work (like it did before version 0.30.0) and not throw
IllegalArgumentException - S3Client.makeMetaRequest has invalid options; Operation name must be set for MetaRequestType.DEFAULT
Current Behavior
java.util.concurrent.CompletableFuture@a2ac4b[Completed exceptionally: java.lang.IllegalArgumentException: S3Client.makeMetaRequest has invalid options; Operation name must be set for MetaRequestType.DEFAULT.]
Reproduction Steps
I am using it with Spring Webflux.
S3 Async Client Config:
Service:
I know I am using
DeleteObjects
to delete just one object but this is done for a completely different reason, unrelated to the issue.Possible Solution
If I am calling
DeleteObjects
correctly, could the reason be fromS3CrtAsyncHttpClient
.This method has cases for
GetObject
andPutObject
that populate it with aMetaRequestType
different thanDEFAULT
.Additional Information/Context
No response
aws-crt-java version used
0.30.0 or higher
Java version used
21
Operating System and version
Windows 11
The text was updated successfully, but these errors were encountered: