aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/ya.make
blob: 512ad83e489f44886a826dbf0661889f09d44356 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    arn_lookup.go
    endpoint_error.go
    go_module_metadata.go
    host_id.go
    metadata.go
    metadata_retriever.go
    resource_request.go
    response_error.go
    response_error_middleware.go
    s3100continue.go
    update_endpoint.go
    xml_utils.go
)

GO_TEST_SRCS(
    s3100continue_test.go
    xml_utils_test.go
)

END()

RECURSE(
    arn
    config
    gotest
)