mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Feature Request - custom storage class #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ro78 on 3/31/2026
Hello,
As of today, objects are uploaded to S3 with a "STANDARD" storage class.
In many providers, there are additional storage classes (like GLACIER). I understand GLACIER can't be used for now because databasus requires files to be available.
But there are similar classes to STANDARD, like ONEZONE_IA at Scaleway, that cost twice less, still with files available.
Would be great to be able to define the object class in S3 config page.
Romain