File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
localstack-core/localstack/aws Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ def __init__(self, service_manager: ServiceManager = None) -> None:
33
33
metric_collector .create_metric_handler_item ,
34
34
load_service_for_data_plane ,
35
35
handlers .preprocess_request ,
36
- handlers .parse_service_name , # enforce_cors and content_decoder depend on the service name
37
36
handlers .enforce_cors ,
38
- handlers .content_decoder ,
37
+ handlers .content_decoder , # depends on preprocess_request for the S3 service
39
38
handlers .validate_request_schema , # validate request schema for public LS endpoints
40
39
handlers .serve_localstack_resources , # try to serve endpoints in /_localstack
41
40
handlers .serve_edge_router_rules ,
42
41
# start aws handler chain
42
+ handlers .parse_service_name ,
43
43
handlers .parse_pre_signed_url_request ,
44
44
handlers .inject_auth_header_if_missing ,
45
45
handlers .add_region_from_header ,
You can’t perform that action at this time.
0 commit comments