diff --git a/antiope-s3.cabal b/antiope-s3.cabal
--- a/antiope-s3.cabal
+++ b/antiope-s3.cabal
@@ -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
diff --git a/src/Antiope/S3.hs b/src/Antiope/S3.hs
--- a/src/Antiope/S3.hs
+++ b/src/Antiope/S3.hs
@@ -11,6 +11,7 @@
 , fromS3Uri
 , toS3Uri
 , lsBucketStream
+, Region(..)
 , BucketName(..)
 , ObjectKey(..)
 , ETag(..)
