bucket/create_bucket
Types
The parameters for the API request
pub type RequestBuilder {
RequestBuilder(name: String, region: Option(String))
}
Constructors
-
RequestBuilder(name: String, region: Option(String))
Functions
pub fn region(
builder: RequestBuilder,
region: String,
) -> RequestBuilder
The region to create the bucket in. Defaults to the region from the credentials if no region is specifier.