aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_clean_uploads.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-09-16 23:54:39 -0700
committerchrislu <chris.lu@gmail.com>2022-09-16 23:54:39 -0700
commit3fc261d27c90fc06c1d555dd998d7535b844a746 (patch)
treeb17d0f9af6a7e8812e40d2e4aae3f3afaef373b3 /weed/shell/command_s3_clean_uploads.go
parent06748f27714d51235ec8c9b41f91eb6f0545130e (diff)
parent5d87ad72d8ee90146d2f6b619d54c6ac0ba4b868 (diff)
downloadseaweedfs-3fc261d27c90fc06c1d555dd998d7535b844a746.tar.xz
seaweedfs-3fc261d27c90fc06c1d555dd998d7535b844a746.zip
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to 'weed/shell/command_s3_clean_uploads.go')
-rw-r--r--weed/shell/command_s3_clean_uploads.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_clean_uploads.go b/weed/shell/command_s3_clean_uploads.go
index 831ca47c0..81af4bbb7 100644
--- a/weed/shell/command_s3_clean_uploads.go
+++ b/weed/shell/command_s3_clean_uploads.go
@@ -60,7 +60,7 @@ func (c *commandS3CleanUploads) Do(args []string, commandEnv *CommandEnv, writer
for _, bucket := range buckets {
if err := c.cleanupUploads(commandEnv, writer, filerBucketsPath, bucket, *uploadedTimeAgo, signingKey); err != nil {
- fmt.Fprintf(writer, fmt.Sprintf("failed cleanup uploads for backet %s: %v", bucket, err))
+ fmt.Fprintf(writer, fmt.Sprintf("failed cleanup uploads for bucket %s: %v", bucket, err))
}
}