This commit is contained in:
Chris Lu
2018-09-03 16:47:00 -07:00
parent 2ed6d8cca6
commit 7ad5a90127
5 changed files with 13 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ func (s3a *S3ApiServer) PutObjectHandler(w http.ResponseWriter, r *http.Request)
rAuthType := getRequestAuthType(r)
dataReader := r.Body
if rAuthType == authTypeStreamingSigned{
if rAuthType == authTypeStreamingSigned {
dataReader = newSignV4ChunkedReader(r)
}