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.
This commit is contained in:
Joey Hess 2020-07-03 13:53:14 -04:00
parent 85506a7015
commit ddcab38e4a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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