mirror of
https://github.com/ferdzo/fs.git
synced 2026-04-05 01:36:25 +00:00
Finialized multipart upload and graceful shutdown. Added Dockerfile.
This commit is contained in:
@@ -254,3 +254,7 @@ func buildMultipartETag(parts []models.UploadedPart) string {
|
||||
}
|
||||
return fmt.Sprintf("%x-%d", hasher.Sum(nil), len(parts))
|
||||
}
|
||||
|
||||
func (s *ObjectService) Close() error {
|
||||
return s.metadataHandler.Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user