Timur Alperovich

Results 9 issues of Timur Alperovich

For certain use cases, it may be convenient to be able to rename the backend bucket and specify the mapping via a middleware. This would allow keeping bucket names the...

middleware

When issuing a PUT request with an invalid Azure metadata key (one that contains `-` in this example), S3Proxy returns an Internal Server error (as opposed to the 401 Unauthorized...

AWS S3 v2 signature method does not allow for chunked uploads (setting Transfer-Encoding: chunked). I discovered (through the virtue of a buggy library), that submitting a chunked request to S3Proxy...

Allow setting environment variables when calling the Go pre-commit hooks. For example, this allows setting GOOS when checking code targeted for a different platform (e.g. Linux vs OS X).

When configuring the endpoint, jclouds should use the default endpoint value if an empty string is passed via system properties.

While this issue will probably be resolved in botocore, I wanted to file it here as it seems issues filed against botocore don't get much attention. The thrust of it...

feature-request
s3
needs-review
automation-exempt
p2

We should use removeBlobs() for bulk-delete. The change deletes blobs en-masse. Further, we no longer will perform a HEAD on every blob, as that's fairly expensive. Fixes #38

I'm observing this with the following container names: s3-api-test-bucket, s3-apit-test-bucket-frankfurt, ss-bench-test-oregon, and swiftstack-bounce. Specifically, the results for the LIST request look as follows: ``` {"name":"s3-api-test-bucket","count":0,"bytes":0}, {"name":"ss-api-test-bucket-frankfurt","count":0,"bytes":0}, {"name":"o.swiftstack.org-sync","count":0,"bytes":0}, {"name":"swiftstack-bounce","count":0,"bytes":0}, {"name":"ss-bench-test-oregon","count":0,"bytes":0} ```...

The NSpids field uses a tab (\t) to separate the list of PIDs. The procfs parser should split on \t, rather than space. This was not caught because the test...