Skip to content

Commit

Permalink
spaces: blr1 is a supported region. (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Nov 29, 2023
1 parent 3fb1776 commit 7b5f984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalocean/spaces/spaces_buckets.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

var (
// SpacesRegions is a list of DigitalOcean regions that support Spaces.
SpacesRegions = []string{"ams3", "fra1", "nyc3", "sfo2", "sfo3", "sgp1", "syd1"}
SpacesRegions = []string{"ams3", "blr1", "fra1", "nyc3", "sfo2", "sfo3", "sgp1", "syd1"}
)

type bucketMetadataStruct struct {
Expand Down

0 comments on commit 7b5f984

Please sign in to comment.