awskit-s3
Awskit_s3.Bucket
S3 bucket data types, bucket-operation options, and bucket-operation results.
type info = {
name : string;
creation_date : Ptime.t option;
}
Bucket summary returned by list operations. creation_date may be absent when the service response omits it.
creation_date
module Create : sig ... end
module Delete : sig ... end
module Head : sig ... end
module List_buckets : sig ... end
module Get_location : sig ... end
module Versioning : sig ... end
module Tagging : sig ... end
module Encryption : sig ... end
module Cors : sig ... end
module Public_access_block : sig ... end
module Ownership_controls : sig ... end