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