GithubHelp home page GithubHelp logo

Comments (4)

sync-by-unito avatar sync-by-unito commented on July 16, 2024

➤ Michael Caldera commented:

I could get it working using localstack/localstack:0.10.6

from aws-cdk-local.

sync-by-unito avatar sync-by-unito commented on July 16, 2024

➤ Xiao Zhang commented:

Got the same problem today. Something might be useful is: it seems the bucket name is duplicated in the HEAD calls:

localstack | 2020-05-18 18:12:10,266:API: 127.0.0.1 - - [18/May/2020 18:12:10] "GET /hollow/test/snapshot/30e68532-20200518173030001 HTTP/1.1" 206 -
localstack | 2020-05-18 18:12:10,266:API: 127.0.0.1 - - [18/May/2020 18:12:10] "GET /hollow/test/snapshot/30e68532-20200518173030001 HTTP/1.1" 206 -
localstack | 2020-05-18 18:12:10,266:API: 127.0.0.1 - - [18/May/2020 18:12:10] "GET /hollow/test/snapshot/30e68532-20200518173030001 HTTP/1.1" 206 -
localstack | 2020-05-18 18:12:10,276:API: 127.0.0.1 - - [18/May/2020 18:12:10] "HEAD /hollow/hollow HTTP/1.1" 404 -
localstack | 2020-05-18 18:12:10,276:API: 127.0.0.1 - - [18/May/2020 18:12:10] "HEAD /hollow/hollow HTTP/1.1" 404 -
localstack | 2020-05-18 18:12:10,276:API: 127.0.0.1 - - [18/May/2020 18:12:10] "HEAD /hollow/hollow HTTP/1.1" 404 -

from aws-cdk-local.

sync-by-unito avatar sync-by-unito commented on July 16, 2024

➤ Waldemar Hummer commented:

Thanks for reporting rsosnin michcald @xiao-pp . Can you please do a docker pull localstack/localstack and let us know if this problem still persists with the latest version of the Docker image? Thanks for your help.

from aws-cdk-local.

sync-by-unito avatar sync-by-unito commented on July 16, 2024

➤ Claudia Rostagnol commented:

I'm also having this 404 issue, but with the get-object method.
I can successfully execute the put-object method, and add a new file inside an S3 bucket. However, when I execute the get-object method for that object, it fails with the 404 error. I've tested with AWS CLI and everything works fine, and I can get the file correctly.

Here is the localstack output (errors when "reading" a file):

localstack | 2020-09-29T21:09:08:WARNING:bootstrap.py: Thread run method <function AdaptiveThreadPool.submit.._run at 0x7f154f4d3700>(None) failed: An error occurred (404) when calling the HeadObject operation: Not Found Traceback (most recent call last):
localstack | File "/opt/code/localstack/localstack/utils/bootstrap.py", line 533, in run
localstack | result = self.func(self.params)
localstack | File "/opt/code/localstack/localstack/utils/async_utils.py", line 28, in _run
localstack | return fn(*args, **kwargs)
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 557, in handler
localstack | response = modify_and_forward(method=method, path=path_with_params, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 332, in modify_and_forward
localstack | listener_result = listener.forward_request(method=method,
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 81, in forward_request
localstack | return do_forward_request(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 86, in do_forward_request
localstack | result = do_forward_request_inmem(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 106, in do_forward_request_inmem
localstack | response = modify_and_forward(method=method, path=path, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 400, in modify_and_forward
localstack | updated_response = update_listener.return_response(**kwargs)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 1224, in return_response
localstack | fix_range_content_type(bucket_name, path, headers, response)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 448, in fix_range_content_type
localstack | result = s3_client.head_object(Bucket=bucket_name, Key=key_name)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 337, in apicall
localstack | return self._make_api_call(operation_name, kwargs)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 656, in makeapi_call
localstack | raise error_class(parsed_response, operation_name)
localstack | botocore.exceptions.ClientError: An error occurred (404) when calling the HeadObject operation: Not Found
localstack |
localstack | 2020-09-29T21:09:08:WARNING:localstack.utils.server.http2_server: Error in proxy handler for request GET http://localhost/local-wolverine-territory-store/territories_claudia.json: An error occurred (404) when calling the HeadObject operation: Not Found Traceback (most recent call last):
localstack | File "/opt/code/localstack/localstack/utils/server/http2_server.py", line 94, in index
localstack | raise result
localstack | File "/opt/code/localstack/localstack/utils/bootstrap.py", line 533, in run
localstack | result = self.func(self.params)
localstack | File "/opt/code/localstack/localstack/utils/async_utils.py", line 28, in _run
localstack | return fn(*args, **kwargs)
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 557, in handler
localstack | response = modify_and_forward(method=method, path=path_with_params, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 332, in modify_and_forward
localstack | listener_result = listener.forward_request(method=method,
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 81, in forward_request
localstack | return do_forward_request(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 86, in do_forward_request
localstack | result = do_forward_request_inmem(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 106, in do_forward_request_inmem
localstack | response = modify_and_forward(method=method, path=path, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 400, in modify_and_forward
localstack | updated_response = update_listener.return_response(**kwargs)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 1224, in return_response
localstack | fix_range_content_type(bucket_name, path, headers, response)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 448, in fix_range_content_type
localstack | result = s3_client.head_object(Bucket=bucket_name, Key=key_name)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 337, in apicall
localstack | return self._make_api_call(operation_name, kwargs)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 656, in makeapi_call
localstack | raise error_class(parsed_response, operation_name)
localstack | botocore.exceptions.ClientError: An error occurred (404) when calling the HeadObject operation: Not Found
localstack |
localstack | 2020-09-29T21:09:08:WARNING:bootstrap.py: Thread run method <function AdaptiveThreadPool.submit.._run at 0x7f154ff58820>(None) failed: An error occurred (404) when calling the HeadObject operation: Not Found Traceback (most recent call last):
localstack | File "/opt/code/localstack/localstack/utils/bootstrap.py", line 533, in run
localstack | result = self.func(self.params)
localstack | File "/opt/code/localstack/localstack/utils/async_utils.py", line 28, in _run
localstack | return fn(*args, **kwargs)
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 557, in handler
localstack | response = modify_and_forward(method=method, path=path_with_params, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 332, in modify_and_forward
localstack | listener_result = listener.forward_request(method=method,
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 81, in forward_request
localstack | return do_forward_request(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 86, in do_forward_request
localstack | result = do_forward_request_inmem(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 106, in do_forward_request_inmem
localstack | response = modify_and_forward(method=method, path=path, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 400, in modify_and_forward
localstack | updated_response = update_listener.return_response(**kwargs)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 1224, in return_response
localstack | fix_range_content_type(bucket_name, path, headers, response)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 448, in fix_range_content_type
localstack | result = s3_client.head_object(Bucket=bucket_name, Key=key_name)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 337, in apicall
localstack | return self._make_api_call(operation_name, kwargs)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 656, in makeapi_call
localstack | raise error_class(parsed_response, operation_name)
localstack | botocore.exceptions.ClientError: An error occurred (404) when calling the HeadObject operation: Not Found
localstack |
localstack | 2020-09-29T21:09:08:WARNING:localstack.utils.server.http2_server: Error in proxy handler for request GET http://localhost/local-wolverine-territory-store/territories_claudia.json: An error occurred (404) when calling the HeadObject operation: Not Found Traceback (most recent call last):
localstack | File "/opt/code/localstack/localstack/utils/server/http2_server.py", line 94, in index
localstack | raise result
localstack | File "/opt/code/localstack/localstack/utils/bootstrap.py", line 533, in run
localstack | result = self.func(self.params)
localstack | File "/opt/code/localstack/localstack/utils/async_utils.py", line 28, in _run
localstack | return fn(*args, **kwargs)
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 557, in handler
localstack | response = modify_and_forward(method=method, path=path_with_params, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 332, in modify_and_forward
localstack | listener_result = listener.forward_request(method=method,
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 81, in forward_request
localstack | return do_forward_request(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 86, in do_forward_request
localstack | result = do_forward_request_inmem(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 106, in do_forward_request_inmem
localstack | response = modify_and_forward(method=method, path=path, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 400, in modify_and_forward
localstack | updated_response = update_listener.return_response(**kwargs)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 1224, in return_response
localstack | fix_range_content_type(bucket_name, path, headers, response)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 448, in fix_range_content_type
localstack | result = s3_client.head_object(Bucket=bucket_name, Key=key_name)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 337, in apicall
localstack | return self._make_api_call(operation_name, kwargs)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 656, in makeapi_call
localstack | raise error_class(parsed_response, operation_name)
localstack | botocore.exceptions.ClientError: An error occurred (404) when calling the HeadObject operation: Not Found
localstack |
localstack | 2020-09-29T21:09:09:WARNING:bootstrap.py: Thread run method <function AdaptiveThreadPool.submit.._run at 0x7f154f8c7310>(None) failed: An error occurred (404) when calling the HeadObject operation: Not Found Traceback (most recent call last):
localstack | File "/opt/code/localstack/localstack/utils/bootstrap.py", line 533, in run
localstack | result = self.func(self.params)
localstack | File "/opt/code/localstack/localstack/utils/async_utils.py", line 28, in _run
localstack | return fn(*args, **kwargs)
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 557, in handler
localstack | response = modify_and_forward(method=method, path=path_with_params, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 332, in modify_and_forward
localstack | listener_result = listener.forward_request(method=method,
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 81, in forward_request
localstack | return do_forward_request(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 86, in do_forward_request
localstack | result = do_forward_request_inmem(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 106, in do_forward_request_inmem
localstack | response = modify_and_forward(method=method, path=path, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 400, in modify_and_forward
localstack | updated_response = update_listener.return_response(**kwargs)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 1224, in return_response
localstack | fix_range_content_type(bucket_name, path, headers, response)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 448, in fix_range_content_type
localstack | result = s3_client.head_object(Bucket=bucket_name, Key=key_name)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 337, in apicall
localstack | return self._make_api_call(operation_name, kwargs)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 656, in makeapi_call
localstack | raise error_class(parsed_response, operation_name)
localstack | botocore.exceptions.ClientError: An error occurred (404) when calling the HeadObject operation: Not Found
localstack |
localstack | 2020-09-29T21:09:09:WARNING:localstack.utils.server.http2_server: Error in proxy handler for request GET http://localhost/local-wolverine-territory-store/territories_claudia.json: An error occurred (404) when calling the HeadObject operation: Not Found Traceback (most recent call last):
localstack | File "/opt/code/localstack/localstack/utils/server/http2_server.py", line 94, in index
localstack | raise result
localstack | File "/opt/code/localstack/localstack/utils/bootstrap.py", line 533, in run
localstack | result = self.func(self.params)
localstack | File "/opt/code/localstack/localstack/utils/async_utils.py", line 28, in _run
localstack | return fn(*args, **kwargs)
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 557, in handler
localstack | response = modify_and_forward(method=method, path=path_with_params, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 332, in modify_and_forward
localstack | listener_result = listener.forward_request(method=method,
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 81, in forward_request
localstack | return do_forward_request(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 86, in do_forward_request
localstack | result = do_forward_request_inmem(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 106, in do_forward_request_inmem
localstack | response = modify_and_forward(method=method, path=path, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 400, in modify_and_forward
localstack | updated_response = update_listener.return_response(**kwargs)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 1224, in return_response
localstack | fix_range_content_type(bucket_name, path, headers, response)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 448, in fix_range_content_type
localstack | result = s3_client.head_object(Bucket=bucket_name, Key=key_name)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 337, in apicall
localstack | return self._make_api_call(operation_name, kwargs)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 656, in makeapi_call
localstack | raise error_class(parsed_response, operation_name)
localstack | botocore.exceptions.ClientError: An error occurred (404) when calling the HeadObject operation: Not Found
localstack |
territory_1 | time="2020-09-29T21:09:09Z" level=error msg="Error, internal server error" correlation-id= error="Unable to get territories config for alias claudia: There is a problem reading from s3: : InternalServerError: Internal Server Error\n\tstatus code: 500, request id: , host id: " http-status=500 request-id=1iCZtTq6Qz7T0q06P9WBfuSvD6d service=local-wolverine
localstack | 2020-09-29T21:09:09:WARNING:bootstrap.py: Thread run method <function AdaptiveThreadPool.submit.._run at 0x7f155012b310>(None) failed: An error occurred (404) when calling the HeadObject operation: Not Found Traceback (most recent call last):
localstack | File "/opt/code/localstack/localstack/utils/bootstrap.py", line 533, in run
localstack | result = self.func(self.params)
localstack | File "/opt/code/localstack/localstack/utils/async_utils.py", line 28, in _run
localstack | return fn(*args, **kwargs)
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 557, in handler
localstack | response = modify_and_forward(method=method, path=path_with_params, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 332, in modify_and_forward
localstack | listener_result = listener.forward_request(method=method,
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 81, in forward_request
localstack | return do_forward_request(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 86, in do_forward_request
localstack | result = do_forward_request_inmem(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 106, in do_forward_request_inmem
localstack | response = modify_and_forward(method=method, path=path, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 400, in modify_and_forward
localstack | updated_response = update_listener.return_response(**kwargs)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 1224, in return_response
localstack | fix_range_content_type(bucket_name, path, headers, response)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 448, in fix_range_content_type
localstack | result = s3_client.head_object(Bucket=bucket_name, Key=key_name)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 337, in apicall
localstack | return self._make_api_call(operation_name, kwargs)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 656, in makeapi_call
localstack | raise error_class(parsed_response, operation_name)
localstack | botocore.exceptions.ClientError: An error occurred (404) when calling the HeadObject operation: Not Found
localstack |
localstack | 2020-09-29T21:09:09:WARNING:localstack.utils.server.http2_server: Error in proxy handler for request GET http://localhost/local-wolverine-territory-store/territories_claudia.json: An error occurred (404) when calling the HeadObject operation: Not Found Traceback (most recent call last):
localstack | File "/opt/code/localstack/localstack/utils/server/http2_server.py", line 94, in index
localstack | raise result
localstack | File "/opt/code/localstack/localstack/utils/bootstrap.py", line 533, in run
localstack | result = self.func(self.params)
localstack | File "/opt/code/localstack/localstack/utils/async_utils.py", line 28, in _run
localstack | return fn(*args, **kwargs)
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 557, in handler
localstack | response = modify_and_forward(method=method, path=path_with_params, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 332, in modify_and_forward
localstack | listener_result = listener.forward_request(method=method,
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 81, in forward_request
localstack | return do_forward_request(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 86, in do_forward_request
localstack | result = do_forward_request_inmem(api, port, method, path, data, headers)
localstack | File "/opt/code/localstack/localstack/services/edge.py", line 106, in do_forward_request_inmem
localstack | response = modify_and_forward(method=method, path=path, data_bytes=data, headers=headers,
localstack | File "/opt/code/localstack/localstack/services/generic_proxy.py", line 400, in modify_and_forward
localstack | updated_response = update_listener.return_response(**kwargs)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 1224, in return_response
localstack | fix_range_content_type(bucket_name, path, headers, response)
localstack | File "/opt/code/localstack/localstack/services/s3/s3_listener.py", line 448, in fix_range_content_type
localstack | result = s3_client.head_object(Bucket=bucket_name, Key=key_name)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 337, in apicall
localstack | return self._make_api_call(operation_name, kwargs)
localstack | File "/opt/code/localstack/.venv/lib/python3.8/site-packages/botocore/client.py", line 656, in makeapi_call
localstack | raise error_class(parsed_response, operation_name)
localstack | botocore.exceptions.ClientError: An error occurred (404) when calling the HeadObject operation: Not FoundAnd this is the command with AWS CLI that works well:

aws --endpoint-url=http://localhost:4566 s3api get-object --bucket myBucket --key "myFile.json" "/tmp/xxx.json"I've noticed that localstack is trying to access "locahost" instead of "localhost:4566"... is that fine?

I'm using latest image (localstack:latest).

This is the output with a more verbose version (localstack-full:latest):

localstack | [2020-09-29 22:04:22 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:22] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:22 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:22] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:22 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:22] "POST / HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:23 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:23] "POST HTTP/1.1" 200 -
...
localstack | [2020-09-29 22:04:23 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:23] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:23 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:23] "PUT /local-my-bucket/my_file.json HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:23 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:23] "POST HTTP/1.1" 200 -
...
territory_1 | 2020/09/29 22:04:35 Trying to read file my_file.json from bucket local-my-bucket
localstack | [2020-09-29 22:04:35 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:35] "POST HTTP/1.1" 200 -
...
localstack | [2020-09-29 22:04:35 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:35] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:35 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:35] "GET /local-my-bucket/my_file.json HTTP/1.1" 404 -
localstack | [2020-09-29 22:04:35 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:35] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:35 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:35] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:35 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:35] "HEAD /local-my-bucket HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "GET /local-my-bucket?website HTTP/1.1" 404 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "HEAD /local-my-bucket/local-my-bucket HTTP/1.1" 404 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "GET /local-my-bucket/my_file.json HTTP/1.1" 404 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "HEAD /local-my-bucket HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:36 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:36] "GET /local-my-bucket?website HTTP/1.1" 404 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "HEAD /local-my-bucket/local-my-bucket HTTP/1.1" 404 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "GET /local-my-bucket/my_file.json HTTP/1.1" 404 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "HEAD /local-my-bucket HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "GET /local-my-bucket?website HTTP/1.1" 404 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "HEAD /local-my-bucket/local-my-bucket HTTP/1.1" 404 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack | [2020-09-29 22:04:37 +0000] [23] [INFO] 172.21.0.2 - - [29/Sep/2020 22:04:37] "POST HTTP/1.1" 200 -
localstack

from aws-cdk-local.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.