Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use forked version of aliyun-oss-go-sdk #5358

Merged
merged 1 commit into from
Oct 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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