coreos / etcd-operator

etcd operator creates/configures/manages etcd clusters atop Kubernetes
https://coreos.com/blog/introducing-the-etcd-operator.html
Apache License 2.0
1.75k stars 741 forks source link

s3w: Use HeadObject instead of GetObject to determine the ContentLength #2146

Open mguggi opened 4 years ago

mguggi commented 4 years ago

This avoids unnecessary transfer of the content of the object and prevents from unexpected behaviour with the "Content-Length" field when "Transfer-Encoding: chunked" will be used.

#2145

Marlinc commented 4 years ago

Can you also open the pull request on github.com/cbws/etcd-operator? This repo is unfortunately unmaintained

mguggi commented 4 years ago

Of course, I created the PR #43