Currently, the ingestor is using credentials for the upload. In order to avoid having credentials stored, the archiver backend server should provide presigned urls to upload data
API endpoints needed that talk to minio:
[ ] presignedUrl: return presigned url for object and number of parts
[ ] completeUpload: marks the upload as completed in minio
Currently, the ingestor is using credentials for the upload. In order to avoid having credentials stored, the archiver backend server should provide presigned urls to upload data
API endpoints needed that talk to minio: