pub struct PutObjectArgs<'a> {Show 16 fields
pub extra_headers: Option<&'a Multimap>,
pub extra_query_params: Option<&'a Multimap>,
pub region: Option<&'a str>,
pub bucket: &'a str,
pub object: &'a str,
pub headers: Option<&'a Multimap>,
pub user_metadata: Option<&'a Multimap>,
pub sse: Option<&'a dyn Sse>,
pub tags: Option<&'a HashMap<String, String>>,
pub retention: Option<&'a Retention>,
pub legal_hold: bool,
pub object_size: Option<usize>,
pub part_size: usize,
pub part_count: i16,
pub content_type: &'a str,
pub stream: &'a mut dyn Read,
}Fields
extra_headers: Option<&'a Multimap>extra_query_params: Option<&'a Multimap>region: Option<&'a str>bucket: &'a strobject: &'a strheaders: Option<&'a Multimap>user_metadata: Option<&'a Multimap>sse: Option<&'a dyn Sse>retention: Option<&'a Retention>legal_hold: boolobject_size: Option<usize>part_size: usizepart_count: i16content_type: &'a strstream: &'a mut dyn ReadImplementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for PutObjectArgs<'a>
impl<'a> !Send for PutObjectArgs<'a>
impl<'a> !Sync for PutObjectArgs<'a>
impl<'a> Unpin for PutObjectArgs<'a>
impl<'a> !UnwindSafe for PutObjectArgs<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more