yesod-s3-0.1.0.0: Simple Helper Library for using Amazon's Simple Storage Service (S3) with Yesod

Safe HaskellNone

Yesod.S3

Documentation

uploadFileSource

Arguments

:: AWSConnection 
-> FileInfo 
-> String

The Bucket Name

-> String

The Object Name

-> IO (AWSResult ()) 

getLinkSource

Arguments

:: AWSConnection 
-> String

The Bucket Name

-> String

The Object Name

-> Integer

Seconds the Link should be valid

-> IO URI

IO is only used to get the current Time