From ddcab38e4afe8f36524cdb3fffc2d07a4fcd3d2f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 3 Jul 2020 13:53:14 -0400 Subject: [PATCH] no importKey for S3 for now The Etag is sometimes a md5, but not if eg, there was a multipart upload. May revisit later if there's demand. --- Remote/S3.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Remote/S3.hs b/Remote/S3.hs index 8dd7fe4c4a..bf7cf41a44 100644 --- a/Remote/S3.hs +++ b/Remote/S3.hs @@ -214,6 +214,7 @@ gen r u rc gc rs = do } , importActions = ImportActions { listImportableContents = listImportableContentsS3 hdl this info + , importKey = Nothing , retrieveExportWithContentIdentifier = retrieveExportWithContentIdentifierS3 hdl this rs info , storeExportWithContentIdentifier = storeExportWithContentIdentifierS3 hdl this rs info magic , removeExportWithContentIdentifier = removeExportWithContentIdentifierS3 hdl this rs info