Sean Harvey
Sean Harvey
I upgraded AWS CLI client and started getting `MissingContentLength` errors. Debugging the request, it seems like it's using `STREAMING-UNSIGNED-PAYLOAD-TRAILER` or `STREAMING-AWS4-HMAC-SHA256-PAYLOAD-TRAILER` requests, but we don't support these. ``` PUT /test-files/testfile.dat...
It appears some Ceph object lock tests fail to clean up the test bucket, because we return a "bucket not empty" error: * https://build.dev.storj.tools/job/gateway-st-gerrit/2651/testReport/junit/s3tests_boto3.functional/test_s3/Integration___test_object_lock_changing_mode_from_compliance/ * https://build.dev.storj.tools/job/gateway-st-gerrit/2651/testReport/junit/s3tests_boto3.functional/test_s3/Integration___test_object_lock_changing_mode_from_governance_with_bypass/ * https://build.dev.storj.tools/job/gateway-st-gerrit/2651/testReport/junit/s3tests_boto3.functional/test_s3/Integration___test_object_lock_changing_mode_from_governance_without_bypass/ The three...
Storage nodes have the possibility of limiting the number of in-flight requests they can handle at once using the `STORJ_STORAGE2_MAX_CONCURRENT_REQUESTS` config (`storage2.max-concurrent-requests`). gateway-mt has a [macaroon limiter](https://github.com/storj/edge/blob/main/pkg/server/middleware/limiter.go) to limit concurrent...
We have integration tests in `testsuite/server` that upload test objects to a gateway running as a peer. Most of the time, tests use a key named something like "testobject1" which...