Skip to content

Commit e18131a

Browse files
authored
feat(do): Add SYD1 to default regions of Spaces (#10830)
#### Summary DigitalOcean recently expanded Spaces to their Sydney DC (SYD1), this PR is to add SYD1 to the hardcoded default regions. It directly addresses #10681
1 parent d242030 commit e18131a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/source/digitalocean/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/rs/zerolog"
1818
)
1919

20-
var defaultSpacesRegions = []string{"nyc3", "sfo3", "ams3", "sgp1", "fra1"}
20+
var defaultSpacesRegions = []string{"nyc3", "sfo3", "ams3", "sgp1", "fra1", "syd1"}
2121

2222
const MaxItemsPerPage = 200
2323

0 commit comments

Comments
 (0)