fix(attic): correct S3 bucket name to teepot-attic

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Harald Hoyer 2026-03-25 11:56:07 +01:00
parent f039e4af1b
commit f2afa78817

View file

@ -32,7 +32,7 @@
storage = { storage = {
type = "s3"; type = "s3";
bucket = "attic"; bucket = "teepot-attic";
region = "hel1"; region = "hel1";
endpoint = "https://hel1.your-objectstorage.com"; endpoint = "https://hel1.your-objectstorage.com";
}; };