Safe Haskell | None |
---|
Aws.S3.Core
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
data S3Configuration qt Source
Constructors
S3Configuration | |
Fields |
s3 :: Protocol -> ByteString -> Bool -> S3Configuration qtSource
Constructors
S3Error | |
Fields |
data S3Metadata Source
Constructors
S3Metadata | |
Constructors
S3Query | |
Fields |
s3SignQuery :: S3Query -> S3Configuration qt -> SignatureData -> SignedQuerySource
s3XmlResponseConsumer :: (Cursor -> Response S3Metadata a) -> IORef S3Metadata -> HTTPResponseConsumer aSource
s3BinaryResponseConsumer :: HTTPResponseConsumer a -> IORef S3Metadata -> HTTPResponseConsumer aSource
type CanonicalUserId = TextSource
Constructors
UserInfo | |
Fields |
parseUserInfo :: MonadThrow m => Cursor -> m UserInfoSource
parseStorageClass :: MonadThrow m => Text -> m StorageClassSource
parseObjectInfo :: MonadThrow m => Cursor -> m ObjectInfoSource
data ObjectMetadata Source
Constructors
ObjectMetadata | |
Fields
|
Instances
parseObjectMetadata :: MonadThrow m => ResponseHeaders -> m ObjectMetadataSource
type LocationConstraint = TextSource