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

Safe HaskellNone
LanguageHaskell2010

Aws.S3.Core

Documentation

data RequestStyle #

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 

data UserInfo #

Constructors

UserInfo 

Instances

type Bucket = Text #

type Object = Text #

data ObjectId #

Constructors

ObjectId 

Instances