aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints/ya.make
blob: 01b48bd1a7e8db7a507d9bfd9aa20b657284d116 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    endpoints.go
)

GO_TEST_SRCS(endpoints_test.go)

END()

RECURSE(
    gotest
)