aboutsummaryrefslogtreecommitdiff
path: root/weed/command/s3.go
diff options
context:
space:
mode:
authorj.laycock <joseph.laycock@4sightimaging.com>2019-09-12 14:18:21 +0100
committerj.laycock <joseph.laycock@4sightimaging.com>2019-09-12 14:18:21 +0100
commit6fc6322c904eeca4d7e73258cd99c04f65aa5eba (patch)
treef68de8f0009f7319fec5d3a51d6549087e7d496b /weed/command/s3.go
parentd8c34b032fb6dbfb89359da6e5e002429ad42fc2 (diff)
downloadseaweedfs-6fc6322c904eeca4d7e73258cd99c04f65aa5eba.tar.xz
seaweedfs-6fc6322c904eeca4d7e73258cd99c04f65aa5eba.zip
Change joeslay paths to chrislusf paths
Diffstat (limited to 'weed/command/s3.go')
-rw-r--r--weed/command/s3.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/weed/command/s3.go b/weed/command/s3.go
index c3f2d61d4..e004bb066 100644
--- a/weed/command/s3.go
+++ b/weed/command/s3.go
@@ -4,14 +4,14 @@ import (
"net/http"
"time"
- "github.com/joeslay/seaweedfs/weed/security"
+ "github.com/chrislusf/seaweedfs/weed/security"
"github.com/spf13/viper"
"fmt"
- "github.com/joeslay/seaweedfs/weed/glog"
- "github.com/joeslay/seaweedfs/weed/s3api"
- "github.com/joeslay/seaweedfs/weed/util"
+ "github.com/chrislusf/seaweedfs/weed/glog"
+ "github.com/chrislusf/seaweedfs/weed/s3api"
+ "github.com/chrislusf/seaweedfs/weed/util"
"github.com/gorilla/mux"
)