blob: ec79e4a8433c66b44b789fcb4024a8420a645640 (
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
32
33
|
GO_LIBRARY()
LICENSE(Apache-2.0)
SRCS(
doc.go
handle_200_error.go
host.go
presigned_expires.go
process_arn_resource.go
remove_bucket_middleware.go
s3_object_lambda.go
signer_wrapper.go
update_endpoint.go
)
GO_TEST_SRCS(
# update_endpoint_internal_test.go
)
GO_XTEST_SRCS(
handle_200_error_test.go
presign_test.go
unit_test.go
update_endpoint_test.go
write_get_object_response_test.go
)
END()
RECURSE(
gotest
)
|