remove alist from repo (#230)

* remove alist from repo

* remove alist from repo

* remove alist from repo
This commit is contained in:
Pikachu Ren
2025-06-20 17:41:16 +08:00
committed by GitHub
parent a3c7cb059d
commit ca55b89322
18 changed files with 41 additions and 40 deletions

View File

@ -1,5 +1,5 @@
// Credits: https://pkg.go.dev/github.com/rclone/rclone@v1.65.2/cmd/serve/s3
// Package s3 implements a fake s3 server for alist
// Package s3 implements a fake s3 server for openlist
package s3
import (
@ -21,7 +21,7 @@ import (
"github.com/OpenListTeam/OpenList/internal/stream"
"github.com/OpenListTeam/OpenList/pkg/http_range"
"github.com/OpenListTeam/OpenList/pkg/utils"
"github.com/alist-org/gofakes3"
"github.com/OpenListTeam/gofakes3"
"github.com/ncw/swift/v2"
log "github.com/sirupsen/logrus"
)

View File

@ -1,5 +1,5 @@
// Credits: https://pkg.go.dev/github.com/rclone/rclone@v1.65.2/cmd/serve/s3
// Package s3 implements a fake s3 server for alist
// Package s3 implements a fake s3 server for openlist
package s3
import "io"

View File

@ -1,12 +1,12 @@
// Credits: https://pkg.go.dev/github.com/rclone/rclone@v1.65.2/cmd/serve/s3
// Package s3 implements a fake s3 server for alist
// Package s3 implements a fake s3 server for openlist
package s3
import (
"path"
"strings"
"github.com/alist-org/gofakes3"
"github.com/OpenListTeam/gofakes3"
)
func (b *s3Backend) entryListR(bucket, fdPath, name string, addPrefix bool, response *gofakes3.ObjectList) error {

View File

@ -1,12 +1,12 @@
// Credits: https://pkg.go.dev/github.com/rclone/rclone@v1.65.2/cmd/serve/s3
// Package s3 implements a fake s3 server for alist
// Package s3 implements a fake s3 server for openlist
package s3
import (
"fmt"
"github.com/OpenListTeam/OpenList/pkg/utils"
"github.com/alist-org/gofakes3"
"github.com/OpenListTeam/gofakes3"
)
// logger output formatted message

View File

@ -1,11 +1,11 @@
// Credits: https://pkg.go.dev/github.com/rclone/rclone@v1.65.2/cmd/serve/s3
// Package s3 implements a fake s3 server for alist
// Package s3 implements a fake s3 server for openlist
package s3
import (
"sort"
"github.com/alist-org/gofakes3"
"github.com/OpenListTeam/gofakes3"
)
// pager splits the object list into smulitply pages.

View File

@ -1,5 +1,5 @@
// Credits: https://pkg.go.dev/github.com/rclone/rclone@v1.65.2/cmd/serve/s3
// Package s3 implements a fake s3 server for alist
// Package s3 implements a fake s3 server for openlist
package s3
import (
@ -7,7 +7,7 @@ import (
"math/rand"
"net/http"
"github.com/alist-org/gofakes3"
"github.com/OpenListTeam/gofakes3"
)
// Make a new S3 Server to serve the remote

View File

@ -1,5 +1,5 @@
// Credits: https://pkg.go.dev/github.com/rclone/rclone@v1.65.2/cmd/serve/s3
// Package s3 implements a fake s3 server for alist
// Package s3 implements a fake s3 server for openlist
package s3
import (
@ -13,7 +13,7 @@ import (
"github.com/OpenListTeam/OpenList/internal/model"
"github.com/OpenListTeam/OpenList/internal/op"
"github.com/OpenListTeam/OpenList/internal/setting"
"github.com/alist-org/gofakes3"
"github.com/OpenListTeam/gofakes3"
)
type Bucket struct {