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

Switch from MonadAWS to AWSConstraint #20

Closed koterpillar closed 2 years ago

koterpillar commented 4 years ago

AWSConstraint is a more relaxed constraint, so streamingUpload can be run in different monad transformer stacks, particularly where AWST' is instantiated with a different environment than the default Env.

endgame commented 2 years ago

This will become irrelevant soon, as amazonka-2.0 does not require a transformer any more.