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.

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.