cozystack/packages/apps/bucket
IvanHunters 69e0320e3a fix(bucket): remove duplicate credentials from dashboard
Show only per-user credential secrets in the dashboard instead of
both the internal UI secret and per-user secrets.

Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>
2026-03-04 17:02:36 +03:00
..
charts Configure all apps to use new function to generate subjects 2025-06-16 20:32:11 +02:00
logos Update dashboard icons (#274) 2024-08-12 14:47:11 +02:00
templates fix(bucket): remove duplicate credentials from dashboard 2026-03-04 17:02:36 +03:00
Chart.yaml Remove versions_map logic 2025-09-24 12:32:37 +02:00
Makefile fix(bucket): regenerate schema and docs from values.yaml annotations 2026-03-03 19:32:32 +03:00
README.md fix(bucket): regenerate schema and docs from values.yaml annotations 2026-03-03 19:32:32 +03:00
values.schema.json fix(bucket): regenerate schema and docs from values.yaml annotations 2026-03-03 19:32:32 +03:00
values.yaml feat(bucket): add locking, storagePool, and users configuration 2026-03-03 19:32:32 +03:00

S3 bucket

Parameters

Parameters

Name Description Type Value
locking Provisions bucket from the -lock BucketClass (with object lock enabled). bool false
storagePool Selects a specific BucketClass by storage pool name. string ""
users Users configuration map. map[string]object {}
users[name].readonly Whether the user has read-only access. bool false