Safe Haskell | None |
---|
Documentation
data RequestStyle Source
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 S3Configuration qt Source
s3 :: Protocol -> ByteString -> Bool -> S3Configuration qtSource
data S3Metadata Source
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
parseUserInfo :: MonadThrow m => Cursor -> m UserInfoSource
parseStorageClass :: MonadThrow m => Text -> m StorageClassSource
parseObjectInfo :: MonadThrow m => Cursor -> m ObjectInfoSource
data ObjectMetadata Source
parseObjectMetadata :: MonadThrow m => ResponseHeaders -> m ObjectMetadataSource
type LocationConstraint = TextSource