#[non_exhaustive]pub struct GetObjectTorrentInput {
pub bucket: Option<String>,
pub key: Option<String>,
pub request_payer: Option<RequestPayer>,
pub expected_bucket_owner: Option<String>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.bucket: Option<String>
The name of the bucket containing the object for which to get the torrent files.
key: Option<String>
The object key for which to get the information.
request_payer: Option<RequestPayer>
Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. If either the source or destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding charges to copy the object. For information about downloading objects from Requester Pays buckets, see Downloading Objects in Requester Pays Buckets in the Amazon S3 User Guide.
This functionality is not supported for directory buckets.
expected_bucket_owner: Option<String>
The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code 403 Forbidden
(access denied).
Implementations§
source§impl GetObjectTorrentInput
impl GetObjectTorrentInput
sourcepub fn bucket(&self) -> Option<&str>
pub fn bucket(&self) -> Option<&str>
The name of the bucket containing the object for which to get the torrent files.
sourcepub fn request_payer(&self) -> Option<&RequestPayer>
pub fn request_payer(&self) -> Option<&RequestPayer>
Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. If either the source or destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding charges to copy the object. For information about downloading objects from Requester Pays buckets, see Downloading Objects in Requester Pays Buckets in the Amazon S3 User Guide.
This functionality is not supported for directory buckets.
sourcepub fn expected_bucket_owner(&self) -> Option<&str>
pub fn expected_bucket_owner(&self) -> Option<&str>
The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code 403 Forbidden
(access denied).
source§impl GetObjectTorrentInput
impl GetObjectTorrentInput
sourcepub fn builder() -> GetObjectTorrentInputBuilder
pub fn builder() -> GetObjectTorrentInputBuilder
Creates a new builder-style object to manufacture GetObjectTorrentInput
.
Trait Implementations§
source§impl Clone for GetObjectTorrentInput
impl Clone for GetObjectTorrentInput
source§fn clone(&self) -> GetObjectTorrentInput
fn clone(&self) -> GetObjectTorrentInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetObjectTorrentInput
impl Debug for GetObjectTorrentInput
source§impl PartialEq for GetObjectTorrentInput
impl PartialEq for GetObjectTorrentInput
impl StructuralPartialEq for GetObjectTorrentInput
Auto Trait Implementations§
impl Freeze for GetObjectTorrentInput
impl RefUnwindSafe for GetObjectTorrentInput
impl Send for GetObjectTorrentInput
impl Sync for GetObjectTorrentInput
impl Unpin for GetObjectTorrentInput
impl UnwindSafe for GetObjectTorrentInput
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)