axman6 / amazonka-s3-streaming

Provides a conduit based interface to uploading data to S3 using the Multipart API
MIT License
20 stars 23 forks source link

Remove AWSConstraint usage #13

Closed koterpillar closed 6 years ago

koterpillar commented 6 years ago

Requiring both MonadAWS and AWSConstraint makes it hard to use the library with a non-trivial AWS monad transformer stack. Leave MonadAWS and remove AWSConstraint as it's what is used for most amazonka functions.

axman6 commented 6 years ago

Looks good, thanks!