amazonka icon indicating copy to clipboard operation
amazonka copied to clipboard

A comprehensive Amazon Web Services SDK for Haskell.

Results 109 amazonka issues
Sort by recently updated
recently updated
newest added

Currently, when creating a new S3 Bucket via `CreateBucket`, if no locaiton constraint or configuration is specified, then an empty XML element is sent. This results in a validation error,...

bug
post 2.0

S3 throttles differently to other services, in that (unless there is special code to handle 100 CONTINUE) it tends to accept connections then terminate them at some random point for...

post 2.0

One currently needs to extract status code in the following fashion: ``` r

feature request
post 2.0

To be able to upload arbitrarily large archives to AWS Glacier, I wrapped its multipart upload in a Conduit of ByteStrings. However, it still uses more memory at once than...

bug
post 2.0

BatchGet and BatchWrite both return an UnprocessedItems (see http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchWriteItem.html). The documentation states that if DynamoDB returns any unprocessed items, the request should be retried with just the unprocessed items using...

feature request
post 2.0

I don't know if this is a bug in amazonka or a bug in the emulation of S3 by [localstack](https://github.com/localstack/localstack)/[moto](https://github.com/spulec/moto), so I apologize in advance if this bug is going...

bug
post 2.0

The correct form for serialised `Grantee` should be: ``

bug
post 2.0

This is the current behavior, but it seems a bit severe. I usually try to reserve error-level logging for issues that someone needs to take a look at (generally with...

enhancement
post 2.0

The GetLogEvents (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_GetLogEvents.html) API call can take nextToken as usual, but the response is a bit unusual in that it returns both a nextBackwardToken and nextForwardToken. I think that's what...

enhancement
post 2.0