refactoring

This commit is contained in:
Chris Lu
2019-12-08 19:44:16 -08:00
parent 2b8e20f122
commit 10bd3c6b4b
10 changed files with 15 additions and 24 deletions

View File

@@ -153,7 +153,6 @@ func (s3backendStorageFile S3BackendStorageFile) GetStat() (datSize int64, modTi
return
}
func (s3backendStorageFile S3BackendStorageFile) String() string {
func (s3backendStorageFile S3BackendStorageFile) Name() string {
return s3backendStorageFile.key
}