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 content_encoding(self, v: &str) -> Self
pub fn content_encoding(self, v: &str) -> Self
Set the content encoding of the operation
Sourcepub fn cache_control(self, v: &str) -> Self
pub fn cache_control(self, v: &str) -> Self
Set the content type of option