Enum cloud_storage::bucket::MultiRegion
source · [−]pub enum MultiRegion {
Asia,
Eu,
Us,
}Expand description
The possible options for multi-region storage.
Variants
Asia
Data centers in Asia
Eu
Data centers in the European Union
Object data added to a bucket in the EU multi-region is not stored in the EUROPE-WEST2 or EUROPE-WEST6 data center.
Us
Data centers in the United States
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for MultiRegion
impl Send for MultiRegion
impl Sync for MultiRegion
impl Unpin for MultiRegion
impl UnwindSafe for MultiRegion
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more