Struct aws_sdk_rust::aws::s3::endpoint::Endpoint [] [src]

pub struct Endpoint {
    pub region: Region,
    pub signature: String,
    pub endpoint: Option<Url>,
    pub proxy: Option<Url>,
}

Endpoint allows you to set a custom endpoint and/or a proxy for a given region and associate this as an endpoint of where S3Client will look for the data.

Fields

Methods

impl Endpoint
[src]

Endpoint::new accepts Region, an optional Url and an optional proxy url:port.

Trait Implementations

impl Clone for Endpoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Endpoint
[src]

Formats the value using the given formatter.