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:
parent
85506a7015
commit
ddcab38e4a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue