A Clojure library to sign requests for AWS and generating presigned URLS. The library have very few and very simple dependencies.
To generate a presigned URL for a S3 object:
(aws/presign "https://s3.us-west-1.amazonaws.com/somebucket/someobject.txt"
{:region "us-west-1"})
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |