Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val put :
(?content_type:string ->
?content_encoding:string ->
?acl:string ->
?cache_control:string ->
?expect:bool ->
bucket:string ->
key:string ->
data:string Io.Pipe.reader ->
chunk_size:int ->
length:int ->
unit ->
etag result)
command
val get :
(?range:range ->
bucket:string ->
key:string ->
data:string Io.Pipe.writer ->
unit ->
unit result)
command