Skip to content

Commit

Permalink
fix: error replace the ENV keys
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbo committed Apr 27, 2020
1 parent 2497c10 commit a6c0f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const (
uploaderFlagBucket = "bucket"

// uploader environments
uploaderEnvAccessKey = "uploaderFlag_ACCESS_KEY"
uploaderEnvAccessSecret = "uploaderFlag_ACCESS_SECRET"
uploaderEnvAccessKey = "UPTOC_UPLOADER_AK"
uploaderEnvAccessSecret = "UPTOC_UPLOADER_SK"
)

var (
Expand Down

0 comments on commit a6c0f97

Please sign in to comment.