Skip to content

Commit d6c644c

Browse files
feat(serverless): add support for nl-ams and pl-waw (#1494)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 0b3a4f2 commit d6c644c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/container/v1beta1/container_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ type Token struct {
844844

845845
// Regions list localities the api is available in
846846
func (s *API) Regions() []scw.Region {
847-
return []scw.Region{scw.RegionFrPar}
847+
return []scw.Region{scw.RegionFrPar, scw.RegionNlAms, scw.RegionPlWaw}
848848
}
849849

850850
type ListNamespacesRequest struct {

api/function/v1beta1/function_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ type UploadURL struct {
12921292

12931293
// Regions list localities the api is available in
12941294
func (s *API) Regions() []scw.Region {
1295-
return []scw.Region{scw.RegionFrPar}
1295+
return []scw.Region{scw.RegionFrPar, scw.RegionNlAms, scw.RegionPlWaw}
12961296
}
12971297

12981298
type ListNamespacesRequest struct {

0 commit comments

Comments
 (0)