antiope-s3 5.0.0 → 5.0.1
raw patch · 2 files changed
+11/−10 lines, 2 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: data Region
Files
- antiope-s3.cabal +10/−10
- src/Antiope/S3.hs +1/−0
antiope-s3.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: dcc45e2141245948130744f91b90759cacc398086b9b431ceff34ad08b9a9b82+-- hash: 3a5a5a92771f542eec3a81a9901773464723b7e429f37cfc20a02da44e44fda8 name: antiope-s3-version: 5.0.0+version: 5.0.1 description: Please see the README on Github at <https://github.com/arbor/antiope#readme> category: Services homepage: https://github.com/arbor/antiope#readme@@ -26,6 +26,12 @@ location: https://github.com/arbor/antiope library+ exposed-modules:+ Antiope.S3+ Antiope.S3.Internal+ Antiope.S3.Types+ other-modules:+ Paths_antiope_s3 hs-source-dirs: src default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections@@ -47,17 +53,13 @@ , resourcet , text , unliftio-core- exposed-modules:- Antiope.S3- Antiope.S3.Internal- Antiope.S3.Types- other-modules:- Paths_antiope_s3 default-language: Haskell2010 test-suite antiope-s3-test type: exitcode-stdio-1.0 main-is: Spec.hs+ other-modules:+ Paths_antiope_s3 hs-source-dirs: test default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections@@ -80,6 +82,4 @@ , resourcet , text , unliftio-core- other-modules:- Paths_antiope_s3 default-language: Haskell2010
src/Antiope/S3.hs view
@@ -11,6 +11,7 @@ , fromS3Uri , toS3Uri , lsBucketStream+, Region(..) , BucketName(..) , ObjectKey(..) , ETag(..)