Skip to content

Commit

Permalink
Add archiver contants
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 committed Nov 20, 2024
1 parent 6a2e6b4 commit 3c24deb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/archiver/v1alpha1/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const (
RestoreSessionName = "manifest-restorer"

RestoreJobNameBinlog = "binlog-restorer"
RestoreJobNameLog = "log-restorer"
RestoreJobNameOplog = "oplog-restorer"
RestoreJobNameWal = "wal-restorer"
RestoreCmdBinlogFetch = "binlog-fetch"
Expand All @@ -48,6 +49,7 @@ const (
WALG_AZ_PREFIX = "WALG_AZ_PREFIX"
AZURE_STORAGE_ACCOUNT = "AZURE_STORAGE_ACCOUNT"
AZURE_STORAGE_ACCESS_KEY = "AZURE_STORAGE_ACCESS_KEY"
AZURE_STORAGE_KEY = "AZURE_STORAGE_KEY"
AZURE_ACCOUNT_KEY = "AZURE_ACCOUNT_KEY"
)

Expand Down

0 comments on commit 3c24deb

Please sign in to comment.