diff --git a/antiope-contract.cabal b/antiope-contract.cabal
--- a/antiope-contract.cabal
+++ b/antiope-contract.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name:               antiope-contract
-version:            7.0.4
+version:            7.0.6
 synopsis:           Please see the README on Github at <https://github.com/arbor/antiope#readme>
 description:        Please see the README on Github at <https://github.com/arbor/antiope#readme>.
 category:           Services
diff --git a/src/Antiope/Contract/SQS/FileChangeMessage.hs b/src/Antiope/Contract/SQS/FileChangeMessage.hs
--- a/src/Antiope/Contract/SQS/FileChangeMessage.hs
+++ b/src/Antiope/Contract/SQS/FileChangeMessage.hs
@@ -5,7 +5,7 @@
 
 module Antiope.Contract.SQS.FileChangeMessage where
 
-import Antiope.S3         hiding (bucketName, objectKey)
+import Antiope.S3         hiding (objectKey)
 import Data.Aeson
 import Data.Avro.Deriving
 import Data.Text.Encoding (encodeUtf8)
