s3-signer-0.1.0.0: Pre-signed Amazon S3 URLs

Safe HaskellNone
LanguageHaskell2010

Network.S3

Contents

Synopsis

Create pre-signed AWS S3 URL

generateS3URL Source

Arguments

:: S3Keys

Amazon S3 Keys

-> S3Request

Amazon S3 Request information

-> IO S3URL

Generated URL

Generates a cryptographically secure URL that expires within a user defined period

See README for use cases and examples: https://github.com/dmjio/s3-signer/blob/master/README.md

Types