Skip to content

STAC-24338: Fix listing stackgraph/settings backups when S3 prefix is set#15

Merged
viliakov merged 1 commit intomainfrom
STAC-24338
Feb 24, 2026
Merged

STAC-24338: Fix listing stackgraph/settings backups when S3 prefix is set#15
viliakov merged 1 commit intomainfrom
STAC-24338

Conversation

@viliakov
Copy link
Contributor

@viliakov viliakov commented Feb 24, 2026

  • Removing the configured S3 prefix when displaying available backups (show only basename).

before

❯ sts-backup settings list --namespace stac-23601-backup
...
NAME                                                          LAST MODIFIED            SIZE
stac-23601-backup/configuration/sts-backup-20260224-0751.sty  2026-02-24 07:52:12 UTC  2MiB
sts-backup-20260224-0751.sty                                  2026-02-24 07:52:10 UTC  2MiB
stac-23601-backup/configuration/sts-backup-20260219-1431.sty  2026-02-19 14:32:24 UTC  1MiB
stac-23601-backup/configuration/sts-backup-20260219-1421.sty  2026-02-19 14:21:55 UTC  246KiB

after

❯ go run main.go settings list --namespace stac-23601-backup
...
NAME                          LAST MODIFIED            SIZE
sts-backup-20260224-0751.sty  2026-02-24 07:52:12 UTC  2MiB
sts-backup-20260219-1431.sty  2026-02-19 14:32:24 UTC  1MiB
sts-backup-20260219-1421.sty  2026-02-19 14:21:55 UTC  246KiB

@viliakov viliakov merged commit a833df2 into main Feb 24, 2026
5 checks passed
@viliakov viliakov deleted the STAC-24338 branch February 24, 2026 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants