Andrew Gaul

Results 235 issues of Andrew Gaul

Some XML documents have a flexible ordering that streaming XML parsers do not understand. This was recently seen when parsing S3 `ListBuckets` responses in apache/jclouds#103. Note that other documents, for...

Provide a docker image to allow easy proxying.

In a specific test I want to enable the partial data failure for only S3 get object calls and not for any other RPC.

Could you add an option for logarithmic display? This would help compare trends between repositories with vastly different stars.

It does not appear that CI is running this any more.

This enforces that the Content-MD5 header is present in PutObject and UploadPart requests.

From Twitter: > Is it possible to tell @S3Proxy in a docker, that it should use the IP of the host instead of 127.0.0.1 for presigned urls. Whatever I tried...

S3Proxy does not currently support POST uploads, triggering many s3-tests failures: ``` ERROR: s3tests.functional.test_s3.test_post_object_anonymous_request ERROR: s3tests.functional.test_s3.test_post_object_authenticated_request_bad_access_key ERROR: s3tests.functional.test_s3.test_post_object_set_success_code ERROR: s3tests.functional.test_s3.test_post_object_set_invalid_success_code FAIL: s3tests.functional.test_s3.test_post_object_authenticated_request FAIL: s3tests.functional.test_s3.test_post_object_upload_larger_than_chunk FAIL: s3tests.functional.test_s3.test_post_object_set_key_from_filename FAIL: s3tests.functional.test_s3.test_post_object_ignored_header FAIL: s3tests.functional.test_s3.test_post_object_case_insensitive_condition_fields...

PutObject responses from AWS include a base64-encoded ETag which other requests like conditional GetObject use. This ETag is the MD5 hash of the object which some clients will compare against...

help wanted
middleware