distributed-dataset-aws-0.0.1.0: AWS backends for distributed-dataset.
Safe HaskellNone
LanguageHaskell2010

Control.Distributed.Dataset.AWS

Synopsis

Documentation

s3ShuffleStore :: Text -> Text -> ShuffleStore Source #

A shuffle store which uses given S3 bucket and the prefix as a shuffle store.

Orphan instances

(MonadFail m, MonadIO m) => MonadFail (AWST m) Source # 
Instance details

Methods

fail :: String -> AWST m a Source #