pub struct PutObject<'a> { /* private fields */ }Expand description
Upload a file to S3, using a PUT request.
Find out more about PutObject from the AWS API Reference
Implementations§
Trait Implementations§
Source§impl<'a> S3Action<'a> for PutObject<'a>
impl<'a> S3Action<'a> for PutObject<'a>
const METHOD: Method = Method::Put
Source§fn query_mut(&mut self) -> &mut Map<'a>
fn query_mut(&mut self) -> &mut Map<'a>
Get a mutable reference to the query string of this action
Source§fn headers_mut(&mut self) -> &mut Map<'a>
fn headers_mut(&mut self) -> &mut Map<'a>
Get a mutable reference to the signed headers of this action Read more
Auto Trait Implementations§
impl<'a> Freeze for PutObject<'a>
impl<'a> RefUnwindSafe for PutObject<'a>
impl<'a> Send for PutObject<'a>
impl<'a> Sync for PutObject<'a>
impl<'a> Unpin for PutObject<'a>
impl<'a> UnwindSafe for PutObject<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more