This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-27
Channels
- # aws (7)
- # babashka (145)
- # beginners (83)
- # calva (18)
- # cider (11)
- # clara (9)
- # clj-kondo (59)
- # cljdoc (4)
- # cljs-dev (4)
- # cljsrn (11)
- # clojure (168)
- # clojure-australia (21)
- # clojure-dev (5)
- # clojure-europe (46)
- # clojure-italy (3)
- # clojure-nl (10)
- # clojure-taiwan (1)
- # clojure-uk (55)
- # clojurescript (85)
- # clojureverse-ops (1)
- # code-reviews (3)
- # conjure (22)
- # cursive (3)
- # datahike (3)
- # datomic (4)
- # emacs (5)
- # helix (20)
- # jackdaw (1)
- # jobs (2)
- # jobs-discuss (7)
- # lsp (1)
- # malli (5)
- # off-topic (85)
- # other-languages (4)
- # practicalli (4)
- # reitit (2)
- # releases (2)
- # sci (62)
- # shadow-cljs (181)
- # testing (5)
- # tools-deps (15)
- # xtdb (31)
Hello - I need to generate a signed url to allow client uploading to an S3 bucket and I don’t see in the aws-api library any way to actually do that.. There’s a long standing https://github.com/cognitect-labs/aws-api/issues/5 saying it’s in progress so I’m wondering how folks are doing this. I could include the java AWS SDK core (i’m assuming that’s where the v4 signing utility lives) in my project.clj and use interop but wasn’t sure if there was a better solution.
That’s probably a good solution for now
Thanks @alexmiller!
Here's an example for using the aws java sdk v2 for presigning: https://gist.github.com/viesti/4fbe2e226b923adebadffcf44a3ed8e7