You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Daniel,
This is a fantastic resource, thank you.
I need to be able to generate resigned URLs for files in buckets in S3 (Minio, actually), as per: https://docs.min.io/docs/javascript-client-api-reference.html#presignedUrl
...and can't see the functionality in here yet.
I'd be really grateful if you could include this capability, please.
Many thanks,
Colin
The text was updated successfully, but these errors were encountered:
This is a frustrating issue, the presigned URL functions aren't officially part of the AWS API (although the API uses them), so I've got no mechanism to automatically create a node for this function, which is how almost everything else is done. If there's enough interest I'll create a static utility node, but I'd prefer not to.
Hi Daniel,
This is a fantastic resource, thank you.
I need to be able to generate resigned URLs for files in buckets in S3 (Minio, actually), as per:
https://docs.min.io/docs/javascript-client-api-reference.html#presignedUrl
...and can't see the functionality in here yet.
I'd be really grateful if you could include this capability, please.
Many thanks,
Colin
The text was updated successfully, but these errors were encountered: