aws-sdk-go-v2
aws-sdk-go-v2 copied to clipboard
AWS SDK for the Go programming language.
### 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...
### 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...
### 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, } }...
### 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...
### 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...
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.
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...
### 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...
### 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 ###...