Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 10300e2

Browse files
committed
Fixing a typo in bucket info
1 parent 34a8a36 commit 10300e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: apis/bucket_info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type SecretS3 struct {
3030
}
3131

3232
type SecretAzure struct {
33-
AccessToken string `json:"acessToken"`
33+
AccessToken string `json:"accessToken"`
3434
ExpiryTimeStamp *metav1.Time `json:"expiryTimeStamp"`
3535
}
3636

0 commit comments

Comments
 (0)