Skip to content

Commit 2ee4901

Browse files
Add AWS/Transfer as available service (#1618)
Signed-off-by: Pablo Balbi <pablo.l.balbi@gmail.com> Co-authored-by: Cristian Greco <cristian@regolo.cc>
1 parent 8f8a564 commit 2ee4901

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/config/services.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,10 @@ var SupportedServices = serviceConfigs{
856856
regexp.MustCompile("^(?P<GatewayId>[^:/]+)/(?P<GatewayName>[^:]+)$"),
857857
},
858858
},
859+
{
860+
Namespace: "AWS/Transfer",
861+
Alias: "transfer",
862+
},
859863
{
860864
Namespace: "AWS/TransitGateway",
861865
Alias: "tgw",

0 commit comments

Comments
 (0)