antiope-s3 3.1.0 → 4.0.0
raw patch · 3 files changed
+2/−14 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
- Antiope.S3: Beijing :: Region
- Antiope.S3: Frankfurt :: Region
- Antiope.S3: GovCloud :: Region
- Antiope.S3: GovCloudFIPS :: Region
- Antiope.S3: Ireland :: Region
- Antiope.S3: London :: Region
- Antiope.S3: Montreal :: Region
- Antiope.S3: Mumbai :: Region
- Antiope.S3: NorthCalifornia :: Region
- Antiope.S3: NorthVirginia :: Region
- Antiope.S3: Ohio :: Region
- Antiope.S3: Oregon :: Region
- Antiope.S3: SaoPaulo :: Region
- Antiope.S3: Seoul :: Region
- Antiope.S3: Singapore :: Region
- Antiope.S3: Sydney :: Region
- Antiope.S3: Tokyo :: Region
- Antiope.S3: class FromText a
- Antiope.S3: class MonadIO m => MonadResource (m :: * -> *)
- Antiope.S3: class ToLogStr msg
- Antiope.S3: class ToText a
- Antiope.S3: data Region
- Antiope.S3: fromText :: FromText a => Text -> Either String a
- Antiope.S3: parser :: FromText a => Parser a
- Antiope.S3: toLogStr :: ToLogStr msg => msg -> LogStr
- Antiope.S3: toText :: ToText a => a -> Text
- Antiope.S3.Classy: Beijing :: Region
- Antiope.S3.Classy: Frankfurt :: Region
- Antiope.S3.Classy: GovCloud :: Region
- Antiope.S3.Classy: GovCloudFIPS :: Region
- Antiope.S3.Classy: Ireland :: Region
- Antiope.S3.Classy: London :: Region
- Antiope.S3.Classy: Montreal :: Region
- Antiope.S3.Classy: Mumbai :: Region
- Antiope.S3.Classy: NorthCalifornia :: Region
- Antiope.S3.Classy: NorthVirginia :: Region
- Antiope.S3.Classy: Ohio :: Region
- Antiope.S3.Classy: Oregon :: Region
- Antiope.S3.Classy: SaoPaulo :: Region
- Antiope.S3.Classy: Seoul :: Region
- Antiope.S3.Classy: Singapore :: Region
- Antiope.S3.Classy: Sydney :: Region
- Antiope.S3.Classy: Tokyo :: Region
- Antiope.S3.Classy: class FromText a
- Antiope.S3.Classy: class MonadIO m => MonadResource (m :: * -> *)
- Antiope.S3.Classy: class ToLogStr msg
- Antiope.S3.Classy: class ToText a
- Antiope.S3.Classy: data Region
- Antiope.S3.Classy: fromText :: FromText a => Text -> Either String a
- Antiope.S3.Classy: parser :: FromText a => Parser a
- Antiope.S3.Classy: toLogStr :: ToLogStr msg => msg -> LogStr
- Antiope.S3.Classy: toText :: ToText a => a -> Text
Files
- antiope-s3.cabal +2/−2
- src/Antiope/S3.hs +0/−6
- src/Antiope/S3/Classy.hs +0/−6
antiope-s3.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 339850d6d7aa355605615867bda6f25b1bdca660d94c1fc26ccc9d1f7502f6af+-- hash: bb12dd0570b4e882e38489bddce27404fa0e886fd1a72a87d8dce3a6d48bc8b2 name: antiope-s3-version: 3.1.0+version: 4.0.0 description: Please see the README on Github at <https://github.com/arbor/antiope#readme> category: Services homepage: https://github.com/arbor/antiope#readme
src/Antiope/S3.hs view
@@ -11,15 +11,10 @@ , fromS3Uri , toS3Uri , lsBucketStream-, Region(..) , BucketName(..) , ObjectKey(..) , ETag(..) , S3Uri(..)-, MonadResource-, FromText(..), fromText-, ToText(..)-, ToLogStr(..) ) where import Antiope.S3.Internal@@ -27,7 +22,6 @@ import Control.Lens import Control.Monad import Control.Monad.Catch (MonadCatch, catch)-import Control.Monad.Logger (ToLogStr (..)) import Control.Monad.Trans.AWS hiding (send) import Control.Monad.Trans.Resource import Data.ByteString.Lazy (ByteString, empty)
src/Antiope/S3/Classy.hs view
@@ -11,15 +11,10 @@ , fromS3Uri , toS3Uri , lsBucketStream-, Region(..) , BucketName(..) , ObjectKey(..) , ETag(..) , S3Uri(..)-, MonadResource-, FromText(..), fromText-, ToText(..)-, ToLogStr(..) ) where import Antiope.S3.Internal@@ -27,7 +22,6 @@ import Control.Lens import Control.Monad import Control.Monad.Catch (catch)-import Control.Monad.Logger (ToLogStr (..)) import Control.Monad.Trans.AWS hiding (send) import Control.Monad.Trans.Resource import Data.ByteString.Lazy (ByteString, empty)