Charles Hsu

Results 4 issues of Charles Hsu

It seems like the CloudFilesProvider upload segments by order. And if we can provide an option to upload that in parallel, that'll be greate! https://github.com/openstacknetsdk/openstack.net/blob/develop/src/corelib/Providers/Rackspace/CloudFilesProvider.cs#L2033-L2081

enhancement
api: object storage

Just saw the s5cmd is doing some retries, but it stuck when [aws-sdk-go ](https://github.com/aws/aws-sdk-go/blob/main/aws/corehandlers/handlers.go#L164) raised `send request failed`. ### logs ``` cp s3://test/object DEBUG retryable error: RequestError: send request failed...

planning

Just curious if anyone noticed if we put `response` (https://github.com/wg/wrk/blob/master/scripts/setup.lua#L26-L28) hook in lua script, that slows down the benchmark. ### With Script ``` $ ./wrk -c 4 -t 2 -d...

Hi team, I'd like to add headers support for HEAD requests that might help in some case like `X-Newest: true` (https://github.com/ncw/swift/issues/100) or some custom headers. Thanks!