aws 2025-05-23

Is there any plan for the Cognitect aws-api to provide native support for generating Amazon S3 pre-signed URLs, similar to what the official AWS SDKs offer in other languages?

@caio.cascaes check the lastest snapshot release and let me know if it addresses the reported problem.

πŸ‘€ 1

Tak skal du have!

Hi @caio.cascaes πŸ‘‹ The short answer is no, there is no timeline on this. This has long been an issue with aws-api. We have https://github.com/cognitect-labs/aws-api/issues/5 to track it. I will say that this missing feature is on a short list of features we want to implement in aws-api to bring it closer to parity with the Java v2 sdk. But, again, we don't have a timeline on when that will happen.

Hey πŸ‘‹ t-hanks for the update! Good to know it’s on your radar. I’ll work around it for now and keep an eye out for any news. Appreciate it!

Ingen problem

In the meantime, there is a standalone library for generating pre signed URLs: https://github.com/jacobemcken/aws-simple-sign

πŸ‘€ 1