Hadi Zamani
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
weed/s3api/s3api_object_handlers_put.go
|
@ -129,6 +129,7 @@ func (s3a *S3ApiServer) putToFiler(r *http.Request, uploadUrl string, dataReader |
|
|
query.Add("collection", s3a.getCollectionName(bucket)) |
|
|
query.Add("collection", s3a.getCollectionName(bucket)) |
|
|
proxyReq.URL.RawQuery = query.Encode() |
|
|
proxyReq.URL.RawQuery = query.Encode() |
|
|
} |
|
|
} |
|
|
|
|
|
proxyReq.ContentLength = r.ContentLength |
|
|
|
|
|
|
|
|
for header, values := range r.Header { |
|
|
for header, values := range r.Header { |
|
|
for _, value := range values { |
|
|
for _, value := range values { |
|
|