aws-sdk-go-v2
aws-sdk-go-v2 copied to clipboard
AWS SDK for the Go programming language.
### Describe the bug [Link](https://github.com/aws/aws-sdk-js/issues/2208) for a similar case to this problem. ### Expected Behavior I want to write 0 value in `MinSegmentLength` field of the `types.HlsGroupSettings` ### Current Behavior...
### Describe the bug I am creating batch operation jobs using S3Control CreateJob function. I have the ConfirmationRequired flag set to false in my job input. ### Expected Behavior The...
### Describe the bug I get the following error: `api error InvalidSignatureException: The request signature we calculated does not match the signature you provided.` when trying to run multiple parts...
### Describe the feature See cx use case in #2475 and my response. ### Use Case n/a ### Proposed Solution _No response_ ### Other Information _No response_ ### Acknowledgements -...
### Describe the bug See: https://github.com/aws/aws-sdk-go-v2/discussions/2093 ### Expected Behavior I expect the call to `sts.GetCallerIdentity()` to succeed immediately after authenticating/receiving new sts credentials. ### Current Behavior The calls to `sts.GetCallerIdentity()`...
### Describe the bug When generating a presigned URL with PresignPutObject and setting the Expires field, attempting to put an object to S3 returns the error "SignatureDoesNotMatch". However, without setting...
See #2511. We have a special case for `io.PipeReader` that sets request ContentLength to -1, which is at odds with certain payload signing schemes in S3. Unclear whether we'll be...
### Describe the bug I am seeing that it's not possible to use `omitempty` on `time.Time` struct fields with `attributevalue.MarshalMap()` from `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue`. This behavior was observed on the latest version:...
See #2526. Attributevalue names are case-sensitive and the marshaler should treat them as such. This is a behaviorally sensitive change and would require a major version bump of the `attributevalue`...