aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2018-07-21 20:14:38 -0700
committerGitHub <noreply@github.com>2018-07-21 20:14:38 -0700
commit3423c1da18487e4dc3d77a024f9c0d5d3b7599cf (patch)
treecc72caa73fadbdb81659c1f13bb87f33c502fbc1 /weed/command/command.go
parentc98df05ed0fc78e8585c6dd7d2ae317c7c42d9c3 (diff)
parent49375d603177e4134d0cb4128324a2dd70521290 (diff)
downloadseaweedfs-3423c1da18487e4dc3d77a024f9c0d5d3b7599cf.tar.xz
seaweedfs-3423c1da18487e4dc3d77a024f9c0d5d3b7599cf.zip
Merge pull request #693 from chrislusf/add_s3
Add "weed s3" to support S3 API
Diffstat (limited to 'weed/command/command.go')
-rw-r--r--weed/command/command.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/command.go b/weed/command/command.go
index c451936e5..c6b005dd9 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -16,6 +16,7 @@ var Commands = []*Command{
cmdServer,
cmdMaster,
cmdFiler,
+ cmdS3,
cmdUpload,
cmdDownload,
cmdShell,