Skip to content

Commit

Permalink
rm username
Browse files Browse the repository at this point in the history
  • Loading branch information
毛凯强 committed Nov 8, 2023
1 parent 38c837b commit 8432dfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion r2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Usage

```go
import "https://github.com/creaplus/oss"
import "https://github.com/cassdor/oss"

func main() {
storage := r2.New(&r2.Config{{
Expand Down
10 changes: 5 additions & 5 deletions r2/r2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (
)

type Config struct {
AccountId string `env:"CREAPLUS_CF_R2_Account_ID"`
AccessKeyId string `env:"CREAPLUS_CF_R2_ACCESS_KEY_ID"`
AccessKeySecret string `env:"CREAPLUS_CF_R2_ACCESS_KEY_SECRET"`
Bucket string `env:"CREAPLUS_CF_R2_BUCKET"`
Endpoint string `env:"CREAPLUS_CF_R2_ENDPOINT"`
AccountId string `env:"CF_R2_Account_ID"`
AccessKeyId string `env:"CF_R2_ACCESS_KEY_ID"`
AccessKeySecret string `env:"CF_R2_ACCESS_KEY_SECRET"`
Bucket string `env:"CF_R2_BUCKET"`
Endpoint string `env:"CF_R2_ENDPOINT"`
}

var (
Expand Down

0 comments on commit 8432dfa

Please sign in to comment.