Struct aws_sdk_s3::config::endpoint::Params
source · #[non_exhaustive]pub struct Params { /* private fields */ }
Expand description
Configuration parameters for resolving the correct endpoint
Implementations§
source§impl Params
impl Params
sourcepub fn builder() -> ParamsBuilder
pub fn builder() -> ParamsBuilder
Create a builder for Params
sourcepub fn bucket(&self) -> Option<&str>
pub fn bucket(&self) -> Option<&str>
The S3 bucket used to send the request. This is an optional parameter that will be set automatically for operations that are scoped to an S3 bucket.
sourcepub fn use_fips(&self) -> Option<bool>
pub fn use_fips(&self) -> Option<bool>
When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
sourcepub fn use_dual_stack(&self) -> Option<bool>
pub fn use_dual_stack(&self) -> Option<bool>
When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
sourcepub fn force_path_style(&self) -> Option<bool>
pub fn force_path_style(&self) -> Option<bool>
When true, force a path-style endpoint to be used where the bucket name is part of the path.
sourcepub fn accelerate(&self) -> Option<bool>
pub fn accelerate(&self) -> Option<bool>
When true, use S3 Accelerate. NOTE: Not all regions support S3 accelerate.
sourcepub fn use_global_endpoint(&self) -> Option<bool>
pub fn use_global_endpoint(&self) -> Option<bool>
Whether the global endpoint should be used, rather then the regional endpoint for us-east-1.
sourcepub fn use_object_lambda_endpoint(&self) -> Option<bool>
pub fn use_object_lambda_endpoint(&self) -> Option<bool>
Internal parameter to use object lambda endpoint for an operation (eg: WriteGetObjectResponse)
sourcepub fn key(&self) -> Option<&str>
pub fn key(&self) -> Option<&str>
The S3 Key used to send the request. This is an optional parameter that will be set automatically for operations that are scoped to an S3 Key.
sourcepub fn prefix(&self) -> Option<&str>
pub fn prefix(&self) -> Option<&str>
The S3 Prefix used to send the request. This is an optional parameter that will be set automatically for operations that are scoped to an S3 Prefix.
sourcepub fn disable_access_points(&self) -> Option<bool>
pub fn disable_access_points(&self) -> Option<bool>
Internal parameter to disable Access Point Buckets
sourcepub fn disable_multi_region_access_points(&self) -> Option<bool>
pub fn disable_multi_region_access_points(&self) -> Option<bool>
Whether multi-region access points (MRAP) should be disabled.
sourcepub fn use_arn_region(&self) -> Option<bool>
pub fn use_arn_region(&self) -> Option<bool>
When an Access Point ARN is provided and this flag is enabled, the SDK MUST use the ARN’s region when constructing the endpoint instead of the client’s configured region.
sourcepub fn use_s3_express_control_endpoint(&self) -> Option<bool>
pub fn use_s3_express_control_endpoint(&self) -> Option<bool>
Internal parameter to indicate whether S3Express operation should use control plane, (ex. CreateBucket)
sourcepub fn disable_s3_express_session_auth(&self) -> Option<bool>
pub fn disable_s3_express_session_auth(&self) -> Option<bool>
Parameter to indicate whether S3Express session auth should be disabled
Trait Implementations§
impl StructuralPartialEq for Params
Auto Trait Implementations§
impl Freeze for Params
impl RefUnwindSafe for Params
impl Send for Params
impl Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
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
)