File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ func newS3BackupStore() *s3BackupStore {
239239 store .region = prompts .New ().Input ("Region:" , "" , true )
240240 store .bucket = prompts .New ().Input ("Bucket:" , "" , true )
241241 store .prefix = prompts .New ().Input ("Prefix (press Enter to skip):" , "" , false )
242- store .accessKeyID = prompts .New ().Password ("Access key ID:" )
242+ store .accessKeyID = prompts .New ().Input ("Access key ID:" , "" , true )
243243 store .secretAccessKey = prompts .New ().Password ("Secret access key:" )
244244 logrus .Info ("" )
245245 return store
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ require (
1414 github.com/jedib0t/go-pretty v4.3.0+incompatible
1515 github.com/k0sproject/dig v0.2.0
1616 github.com/k0sproject/k0s v1.28.10-0.20240418084644-c99e4b437507
17- github.com/replicatedhq/embedded-cluster-kinds v1.2.3
18- github.com/replicatedhq/embedded-cluster-operator v0.32.2
17+ github.com/replicatedhq/embedded-cluster-kinds v1.2.4
18+ github.com/replicatedhq/embedded-cluster-operator v0.32.3
1919 github.com/replicatedhq/embedded-cluster-utils v1.0.0
2020 github.com/replicatedhq/kotskinds v0.0.0-20240523174825-f4d441adb453
2121 github.com/replicatedhq/troubleshoot v0.92.2
Original file line number Diff line number Diff line change @@ -251,10 +251,10 @@ github.com/prometheus/common v0.45.0 h1:2BGz0eBc2hdMDLnO/8n0jeB3oPrt2D08CekT0lne
251251github.com/prometheus/common v0.45.0 /go.mod h1:YJmSTw9BoKxJplESWWxlbyttQR4uaEcGyv9MZjVOJsY =
252252github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo =
253253github.com/prometheus/procfs v0.12.0 /go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo =
254- github.com/replicatedhq/embedded-cluster-kinds v1.2.3 h1:1gfmGqeY7lplGozv9j3p4G2mvoRdh4fNSGcLB9mZ+fc =
255- github.com/replicatedhq/embedded-cluster-kinds v1.2.3 /go.mod h1:NIwwkFGoNHIxx+5mHRihvQU6RqZ/xt/A5RzaHpBh2ZY =
256- github.com/replicatedhq/embedded-cluster-operator v0.32.2 h1:nckM7HWOuEbPTwlIYej24klxG0XIA78zZ8/ZLeCmSMI =
257- github.com/replicatedhq/embedded-cluster-operator v0.32.2 /go.mod h1:PIAxMn2neZgjSgIfGt1zIhdfl6mRSur1xGcn5t94KaA =
254+ github.com/replicatedhq/embedded-cluster-kinds v1.2.4 h1:jt4iriW2Y1YAhQXf1HH7N8tGj7dNup6im25gMQElnTc =
255+ github.com/replicatedhq/embedded-cluster-kinds v1.2.4 /go.mod h1:YognvIhVsE5CevfCU0XLTMUCIAiXhWyYhwbU0EwCnvA =
256+ github.com/replicatedhq/embedded-cluster-operator v0.32.3 h1:rkeQsr8Un2tVkXjhrKD4TkL1+Z2awURe95ZYspW3EqI =
257+ github.com/replicatedhq/embedded-cluster-operator v0.32.3 /go.mod h1:TKqiiXrsqwfA8BxVnUXtuTpMpkla9QESep+q0TBglGw =
258258github.com/replicatedhq/embedded-cluster-utils v1.0.0 h1:Axdni1nYfl5zeOP9g5U79yvN8cRdClyU6hz0wV1Hmdc =
259259github.com/replicatedhq/embedded-cluster-utils v1.0.0 /go.mod h1:4JmMC2CwMCLxq05GEW3XSPPVotqyamAF/omrbB3pH+c =
260260github.com/replicatedhq/kotskinds v0.0.0-20240523174825-f4d441adb453 h1:g8CQQ9R4gjIdoHuBX1LN1hmF3Omq2JfA040JfpfNVC8 =
You can’t perform that action at this time.
0 commit comments