refactoring

This commit is contained in:
Chris Lu
2020-03-23 00:30:02 -07:00
parent 654a69ff52
commit c07bcd5065
4 changed files with 97 additions and 106 deletions

View File

@@ -6,7 +6,6 @@ import (
"fmt"
"math"
"net/http"
"os"
"time"
"github.com/aws/aws-sdk-go/aws"
@@ -17,11 +16,6 @@ import (
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
)
var (
OS_UID = uint32(os.Getuid())
OS_GID = uint32(os.Getgid())
)
type ListAllMyBucketsResult struct {
XMLName xml.Name `xml:"http://s3.amazonaws.com/doc/2006-03-01/ ListAllMyBucketsResult"`
Owner *s3.Owner