Skip to content

Commit

Permalink
point at a fork of aliyun-oss-go-sdk (#5358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Becca Petrin authored and briankassouf committed Oct 1, 2018
1 parent 2d9b20b commit 11abcec
Show file tree
Hide file tree
Showing 27 changed files with 467 additions and 14 deletions.
5 changes: 2 additions & 3 deletions physical/alicloudoss/alicloudoss.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ import (
"strings"
"time"

"github.com/aliyun/aliyun-oss-go-sdk/oss"
log "github.com/hashicorp/go-hclog"

"github.com/armon/go-metrics"
"github.com/hashicorp/errwrap"
log "github.com/hashicorp/go-hclog"
"github.com/hashicorp/vault/physical"
"github.com/tyrannosaurus-becks/aliyun-oss-go-sdk/oss"
)

// Verify AliCloudOSSBackend satisfies the correct interfaces
Expand Down
4 changes: 2 additions & 2 deletions physical/alicloudoss/alicloudoss_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ import (
"testing"
"time"

"github.com/aliyun/aliyun-oss-go-sdk/oss"

log "github.com/hashicorp/go-hclog"
"github.com/hashicorp/vault/helper/logging"
"github.com/hashicorp/vault/physical"
"github.com/tyrannosaurus-becks/aliyun-oss-go-sdk/oss"
)

func TestAliCloudOSSBackend(t *testing.T) {

// ex. http://oss-us-east-1.aliyuncs.com
endpoint := os.Getenv("ALICLOUD_OSS_ENDPOINT")
accessKeyID := os.Getenv("ALICLOUD_ACCESS_KEY")
accessKeySecret := os.Getenv("ALICLOUD_SECRET_KEY")
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

167 changes: 167 additions & 0 deletions vendor/github.com/tyrannosaurus-becks/aliyun-oss-go-sdk/README-CN.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 11abcec

Please sign in to comment.