durch / rust-s3

Rust library for interfacing with S3 API compatible services
MIT License
519 stars 198 forks source link

Update list of available Wasabi Regions #381

Closed UpcraftLP closed 4 weeks ago

UpcraftLP commented 6 months ago

Is your feature request related to a problem? Please describe. Wasabi has several more regions than what is currently available in the Region enum. (see the relevant Wasabi Knowledge Base article)

Describe the solution you'd like Add the remaining regions to the list.

Describe alternatives you've considered As a workaround I can currently just define a custom region, but supporting all of them out of the box would be appreciated.

Additional context N/A