Skip to content

Commit

Permalink
fs/multipart: save metadata(fs.json) for multipart uploads. (minio#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishna Srinivas authored and harshavardhana committed Aug 16, 2016
1 parent c054e63 commit 8e2f64a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs-v1-multipart.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ func (fs fsObjects) newMultipartUpload(bucket string, object string, meta map[st
//
// Implements S3 compatible initiate multipart API.
func (fs fsObjects) NewMultipartUpload(bucket, object string, meta map[string]string) (string, error) {
meta = make(map[string]string) // Reset the meta value, we are not going to save headers for fs.
// Verify if bucket name is valid.
if !IsValidBucketName(bucket) {
return "", BucketNameInvalid{Bucket: bucket}
Expand Down

0 comments on commit 8e2f64a

Please sign in to comment.