awslabs / aws-crt-java

Java bindings for the AWS Common Runtime
Apache License 2.0
59 stars 39 forks source link

Expose operationName for S3 requests #800

Closed graebm closed 5 months ago

graebm commented 5 months ago

Issue: If an S3MetaRequestType.PUT_OBJECT failed, you couldn't tell exactly which S3 operation failed. Was it PutObject? StartMultipartUpload? UploadPart? CompleteMultipartUpload?

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.