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

Modifying owners for the repo #62

Merged
merged 2 commits into from
Oct 27, 2022
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
3 changes: 1 addition & 2 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ approvers:
- saad-ali
- xing-yang
- wlan0
- brahmaroutu
- rrati
- mukhoakash
2 changes: 1 addition & 1 deletion apis/bucket_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type SecretS3 struct {
}

type SecretAzure struct {
AccessToken string `json:"acessToken"`
AccessToken string `json:"accessToken"`
ExpiryTimeStamp *metav1.Time `json:"expiryTimeStamp"`
}

Expand Down