Browse Source

go fmt

pull/697/head
Chris Lu 7 years ago
parent
commit
77fadab560
  1. 7
      weed/s3api/s3api_bucket_handlers.go
  2. 11
      weed/s3api/s3api_objects_list_handlers.go

7
weed/s3api/s3api_bucket_handlers.go

@ -3,12 +3,13 @@ package s3api
import ( import (
"context" "context"
"fmt" "fmt"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
"github.com/gorilla/mux"
"net/http" "net/http"
"os" "os"
"time" "time"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
"github.com/gorilla/mux"
) )
var ( var (

11
weed/s3api/s3api_objects_list_handlers.go

@ -3,17 +3,18 @@ package s3api
import ( import (
"context" "context"
"fmt" "fmt"
"github.com/chrislusf/seaweedfs/weed/filer2"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
"github.com/gorilla/mux"
"net/http" "net/http"
"net/url" "net/url"
"path/filepath" "path/filepath"
"strconv" "strconv"
"time" "time"
"github.com/aws/aws-sdk-go/service/s3"
"github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/s3"
"github.com/chrislusf/seaweedfs/weed/filer2"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
"github.com/gorilla/mux"
) )
const ( const (

Loading…
Cancel
Save