Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 qt Source
Constructors
S3Error | |
Fields |
Constructors
S3Query | |
Fields |
s3SignQuery :: S3Query -> S3Configuration qt -> SignatureData -> SignedQuery Source
s3BinaryResponseConsumer :: HTTPResponseConsumer a -> IORef S3Metadata -> HTTPResponseConsumer a Source
s3XmlResponseConsumer :: (Cursor -> Response S3Metadata a) -> IORef S3Metadata -> HTTPResponseConsumer a Source
type CanonicalUserId = Text Source
Constructors
UserInfo | |
Fields |
parseUserInfo :: MonadThrow m => Cursor -> m UserInfo Source
writeCannedAcl :: CannedAcl -> Text Source
parseStorageClass :: MonadThrow m => Text -> m StorageClass Source
parseServerSideEncryption :: MonadThrow m => Text -> m ServerSideEncryption Source
data ObjectInfo Source
Constructors
ObjectInfo | |
Fields |
parseObjectInfo :: MonadThrow m => Cursor -> m ObjectInfo Source
data ObjectMetadata Source
Constructors
ObjectMetadata | |
Fields
|
Instances
parseObjectMetadata :: MonadThrow m => ResponseHeaders -> m ObjectMetadata Source
type LocationConstraint = Text Source