Skip to end of banner
Go to start of banner

Resumable upload

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 Version History

« Previous Version 3 Next »

This optional module is part of release 25.1.

Overview

This document provides technical support information for the new module "Resumable uploads" which includes the plugin "Resumable uploads MH". The module is designed to enable uploading big files in chunks and allows to pause and resume the upload.

Activation

This feature is activate on mh-uat.mediahaven.com for the organisation mh-uat

  1. Setup the underlying storage for the resumable uploads

    1. Create an S3 object store bucket for this installation

    2. Configure the URL in installation-config as the application/application.yml with key mediahaven.config.ingest.resumable-upload-url (encrypted)

    3. Run the migrations (pre-install chart)

  2. Link the module RESUMABLE_UPLOADS to the customer’s organisation. See the REST documentation for information on how to do that.

Once enabled the user will be able to upload files bigger than the browser limitations typically allow and pause and resume uploads in the MediaHaven frontend.

  • No labels