Skip to end of banner
Go to start of banner

Client-side S3 access

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Relevant Issue: https://sagebionetworks.jira.com/browse/PLFM-4253


StorageLocationSettings are immutable and thus can be cached client side. The information in these will therefore not be repeated in the new implementations of UploadDestination and FileHandle.

keyPrefixUUID is a new UUID generated by the backend every time a ExternalObjectStoreUploadDestination is requested.

The key in ExternalObjectStorageFileHandle, once uploaded will be keyPrefixUUID/fileName.

New API

With the changes to the hierarchy of FileHandle, the POST /externalFileHandle service will be made generic to allow all implementations of ExternalFileHandleInterface

ActionURIMethodRequest BodyResponse Body
Creates any instance of an ExternalFileHandleInterface/externalFileHandlePOSTExternalFileHandleInterfaceExternalFileHandleInterface
  • No labels