Hitesh C created CAMEL-19578:
--------------------------------
Summary: Presigned upload urls in camel object storage components
Key: CAMEL-19578
URL: https://issues.apache.org/jira/browse/CAMEL-19578
Project: Camel
Issue Type: New Feature
Components: camel-aws2, camel-azure, camel-google-storage
Affects Versions: Future
Reporter: Hitesh C
Fix For: Future
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)