You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Hitesh C (Jira)" <ji...@apache.org> on 2023/02/17 04:49:00 UTC

[jira] [Created] (CAMEL-19069) Presigned urls in camel-minio component

Hitesh C created CAMEL-19069:
--------------------------------

             Summary: Presigned urls in camel-minio component
                 Key: CAMEL-19069
                 URL: https://issues.apache.org/jira/browse/CAMEL-19069
             Project: Camel
          Issue Type: New Feature
          Components: camel-minio
    Affects Versions: Future
            Reporter: Hitesh C
             Fix For: Future


Minio components for s2 (aws2-s3) google cloud storage, azure blob storage all have createDownloadLink functionality

operation: createDownloadLink in gcp-storage and aws2-s3

operation: downloadLink in azure storage

 

This particular functionality is missing camel-minio component.
We have already added a couple of features in minio-camel which we would like contribute back to the main repo

 
createDownloadLink - To generate a presigned download url with user defined expiry time, the operation name is maintained same to have parity with s3 component
createUploadLink - To generate presigned upload urls with user defined expiry, which help us in certain workflows involving large files which users can upload directly bypassing the intermediate layers.
 
Both use the same method to generate respective urls, with a default expiry time of 60 min.
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)