From 5068b6ae7d52f00d9846207ea57e76e345ea36d5 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 21 Jul 2018 19:06:09 -0700 Subject: [PATCH] fix compilation --- weed/s3api/s3api_handlers.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/weed/s3api/s3api_handlers.go b/weed/s3api/s3api_handlers.go index bbe41e6f7..ab1fc7038 100644 --- a/weed/s3api/s3api_handlers.go +++ b/weed/s3api/s3api_handlers.go @@ -2,13 +2,11 @@ package s3api import ( "bytes" - "context" "encoding/base64" "encoding/xml" "fmt" "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" "github.com/chrislusf/seaweedfs/weed/util" - "github.com/gorilla/mux" "net/http" "net/url" "time"