Skip to content

Add blob storage service

Dominik Kunz requested to merge 116-blob-storage into develop

Adds endpoints for uploading and downloading of blobs. The base of the URL for these endpoints is an existing logistics object of the type cargo:ExternalReference.

Endpoints:

upload: <URL_OF_EXTERNAL_REFERENCE>/upload download: <URL_OF_EXTERNAL_REFERENCE>/download/<FILENAME>

The blobs are stored using the S3 API. Any compatible storage provider may be used.

Related to #116 (closed)

Merge request reports