aws-sdk-go-v2 icon indicating copy to clipboard operation
aws-sdk-go-v2 copied to clipboard

AWS SDK for the Go programming language.

Results 231 aws-sdk-go-v2 issues
Sort by recently updated
recently updated
newest added

### Describe the bug The documentation for HeadObjectOutput says that the DeleteMarker field is true if the object is a delete marker. ``` // Specifies whether the object retrieved was...

bug
service-api
p2

### Acknowledgements - [x] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue - [x] I have verified all of my SDK modules are up-to-date (you can perform a...

service-api

### Describe the feature I have S3 client with following code ```golang type S3LogToZeroLogAdapter struct { logger zerolog.Logger } func newS3Logger(logger zerolog.Logger) S3LogToZeroLogAdapter { return S3LogToZeroLogAdapter{ logger: logger, } }...

feature-request
p2
queued

### Describe the feature Related to #1652 Add functionality to directly unmarshal DynamoDB JSON format into map[string]types.AttributeValue ### Use Case When processing DynamoDB Streams events in Lambda functions, we receive...

feature-request
p2
queued
feature/dynamodb/attributevalue

### Acknowledgements - [x] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue - [x] I have verified all of my SDK modules are up-to-date (you can perform a...

bug
p2
queued

Useful for metrics, etc. You can sort of do this right now if you capture it from the user-agent built by an operation but that's not ideal.

feature-request
p3
queued

The header and trailer middlewares for flex checksums are implemented separately, historically because they occurred in two completely different places in the middleware stack (different phases even). With the SRA...

feature-request
p3
queued

### Describe the issue The comments for `service/s3` are formatted in a way that confuses godoc and results in slightly garbled documentation. For example, see the codeblock that's created from...

documentation
p3

### Describe the feature I would like to be able to add some application specific string to the user agent header sent with http requests to the IMDS service ###...

feature-request
p2
queued