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 [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...

bug
needs-triage

### 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...

bug
needs-review

### 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...

bug
response-requested
p2

### 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 -...

feature-request
p3
queued

### 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()`...

bug
investigating
service-api

### 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...

guidance
response-requested
p2

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...

bug
workaround-available
p3
queued

### 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:...

feature-request
p3
queued
feature/dynamodb/attributevalue

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`...

feature-request
breaking-change
p3
queued
feature/dynamodb/attributevalue