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>
impl<F: Future<Output = Result<PresignedRequest>>> FuturePresignWrite<F>
sourcepub fn content_type(self, v: &str) -> Self
pub fn content_type(self, v: &str) -> Self
Set the content type of option
sourcepub fn content_disposition(self, v: &str) -> Self
pub fn content_disposition(self, v: &str) -> Self
Set the content disposition of option
sourcepub fn cache_control(self, v: &str) -> Self
pub fn cache_control(self, v: &str) -> Self
Set the content type of option