Browse Source

fix compilation

pull/693/head
Chris Lu 7 years ago
parent
commit
5068b6ae7d
  1. 2
      weed/s3api/s3api_handlers.go

2
weed/s3api/s3api_handlers.go

@ -2,13 +2,11 @@ package s3api
import ( import (
"bytes" "bytes"
"context"
"encoding/base64" "encoding/base64"
"encoding/xml" "encoding/xml"
"fmt" "fmt"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb" "github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
"github.com/chrislusf/seaweedfs/weed/util" "github.com/chrislusf/seaweedfs/weed/util"
"github.com/gorilla/mux"
"net/http" "net/http"
"net/url" "net/url"
"time" "time"

Loading…
Cancel
Save