8000 Removed cloudcontrol from community · localstack/localstack@351eab8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 351eab8

Browse files
committed
Removed cloudcontrol from community
1 parent 3c62889 commit 351eab8

File tree

7 files changed

+0
-419
lines changed

7 files changed

+0
-419
lines changed

localstack-core/localstack/aws/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def __init__(self, service_manager: ServiceManager = None) -> None:
4646
handlers.rewrite_region,
4747
handlers.add_account_id,
4848
handlers.parse_trace_context,
49-
handlers.collect_account_region,
5049
handlers.parse_service_request,
5150
metric_collector.record_parsed_request,
5251
handlers.serve_custom_service_request_handlers,

localstack-core/localstack/aws/handlers/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
auth,
77
codec,
88
cors,
9-
custom,
109
fallback,
1110
internal,
1211
internal_requests,
@@ -27,7 +26,6 @@
2726
parse_service_name = service.ServiceNameParser()
2827
parse_service_request = service.ServiceRequestParser()
2928
add_account_id = auth.AccountIdEnricher()
30-
collect_account_region = custom.AccountRegionCollector()
3129
inject_auth_header_if_missing = auth.MissingAuthHeaderInjector()
3230
add_region_from_header = region.RegionContextEnricher()
3331
rewrite_region = region.RegionRewriter()

localstack-core/localstack/aws/handlers/custom.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

localstack-core/localstack/services/cloudcontrol/__init__.py

Whitespace-only changes.

localstack-core/localstack/services/cloudcontrol/provider.py

Lines changed: 0 additions & 198 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0