aws-0.21.1: Amazon Web Services (AWS) for Haskell

Safe HaskellNone
LanguageHaskell2010

Aws.S3.Core

Synopsis

Documentation

data RequestStyle Source #

Constructors

PathStyle

Requires correctly setting region endpoint, but allows non-DNS compliant bucket names in the US standard region.

BucketStyle

Bucket name must be DNS compliant.

VHostStyle 
Instances
Show RequestStyle Source # 
Instance details

Defined in Aws.S3.Core

data S3SignPayloadMode Source #

Constructors

AlwaysUnsigned

Always use the "UNSIGNED-PAYLOAD" option.

SignWithEffort

Sign the payload when RequestBody is a on-memory one (RequestBodyLBS or RequestBodyBS). Otherwise use the "UNSINGED-PAYLOAD" option.

AlwaysSigned

Always sign the payload. Note: error called when RequestBody is a streaming one.

s3UriEncode Source #

Arguments

:: Bool

Whether encode slash characters

-> ByteString 
-> ByteString 

s3RenderQuery Source #

Arguments

:: Bool

Whether prepend a question mark

-> Query 
-> ByteString 

data UserInfo Source #

Instances
Show UserInfo Source # 
Instance details

Defined in Aws.S3.Core

data BucketInfo Source #

Instances
Show BucketInfo Source # 
Instance details

Defined in Aws.S3.Core

data ObjectId Source #

Constructors

ObjectId 
Instances
Show ObjectId Source # 
Instance details

Defined in Aws.S3.Core