orioledb / orioledb

OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems)  🇺🇦

Home Page:https://orioledb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S3 Storage -> Enable multiple databases per bucket

olirice opened this issue · comments

Context

Oriole's S3 backend currently maps 1 database to 1 S3 bucket.

AWS S3 supports up to 1000 buckets per account, which limits the number of databases that can be deployed in a single account for e.g. Postgres hosting providers.

Feature Request

Add a configuration option for "path within bucket" to enable multiple database to store data in the same S3 bucket


Any thoughts on the security implications of multiple DBs in a single bucket?