Skip to content

Commit

Permalink
chore(oss): refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushi Sharma committed Dec 10, 2024
1 parent 9854fb7 commit 7401a2d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions plugins/providers/oss/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ import (
)

const (
AccountTypeRAMUser = "ram_user"
AccountTypeRAMRole = "ram_role"
resourceTypeBucket = "bucket"
parameterRAMRoleKey = "ram_role"
AccountTypeRAMUser = "ram_user"
AccountTypeRAMRole = "ram_role"
resourceTypeBucket = "bucket"
)

var validResourceTypes = []string{resourceTypeBucket}
Expand Down

0 comments on commit 7401a2d

Please sign in to comment.