This commit is contained in:
chrislu
2024-05-23 08:25:16 -07:00
parent fb9fe627f6
commit ba98f02d02
2 changed files with 14 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
package S3Sink
import (
"encoding/base64"
"fmt"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/credentials"
@@ -11,7 +12,6 @@ import (
"github.com/seaweedfs/seaweedfs/weed/s3api/s3_constants"
"strconv"
"strings"
"encoding/base64"
"github.com/seaweedfs/seaweedfs/weed/filer"
"github.com/seaweedfs/seaweedfs/weed/glog"