aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/filer_util.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-11-12 13:30:08 -0800
committerChris Lu <chris.lu@gmail.com>2020-11-12 13:30:08 -0800
commitc6a0704019f88c0e64babcbf792ec3d6ef16b675 (patch)
treef0e2c2c823b5db1f106b58954fa482277507b80a /weed/s3api/filer_util.go
parented3b0f81c6ce628522dbaa5edf0c4fc71175098d (diff)
downloadseaweedfs-c6a0704019f88c0e64babcbf792ec3d6ef16b675.tar.xz
seaweedfs-c6a0704019f88c0e64babcbf792ec3d6ef16b675.zip
rename function
Diffstat (limited to 'weed/s3api/filer_util.go')
-rw-r--r--weed/s3api/filer_util.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/s3api/filer_util.go b/weed/s3api/filer_util.go
index 72df337a5..b6ac52c80 100644
--- a/weed/s3api/filer_util.go
+++ b/weed/s3api/filer_util.go
@@ -76,7 +76,7 @@ func (s3a *S3ApiServer) exists(parentDirectoryPath string, entryName string, isD
}
-func (s3a *S3ApiServer) get(parentDirectoryPath, entryName string) (entry *filer_pb.Entry, err error) {
+func (s3a *S3ApiServer) getEntry(parentDirectoryPath, entryName string) (entry *filer_pb.Entry, err error) {
fullPath := util.NewFullPath(parentDirectoryPath, entryName)
return filer_pb.GetEntry(s3a, fullPath)
}