Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
Unknown
Description
Camel Minio has the following two operations in relation to presigned urls
- createDownloadLink
- createUploadLink
Other mentioned object storage have functionality of
- createDownloadLink
The proposal is to add the functionality of createDownloadLink(if missing) and createUploadLink in all the object storage components where they are supported by the underlying libraries and rename them into a single operation called
- createPresignedUrl
The operation configuration upload(PUT) or download(GET) can be supplied through headers.