Type Alias opendal::operator_futures::FuturePresignWrite

source ·
pub type FuturePresignWrite<F> = OperatorFuture<(OpWrite, Duration), PresignedRequest, F>;
Expand description

Future that generated by Operator::presign_write_with.

Users can add more options by public functions provided by this struct.

Aliased Type§

struct FuturePresignWrite<F> { /* private fields */ }

Implementations§

source§

impl<F: Future<Output = Result<PresignedRequest>>> FuturePresignWrite<F>

source

pub fn content_type(self, v: &str) -> Self

Set the content type of option

source

pub fn content_disposition(self, v: &str) -> Self

Set the content disposition of option

source

pub fn cache_control(self, v: &str) -> Self

Set the content type of option