If I already have one bucket, my-app-bucket-1
, in an app, then:
fly --app my-app storage create --name my-app-bucket-2
returns
Error: A Tigris project named my-app-bucket-1 already exists for app my-app
If I can’t have two buckets in the same Fly app, then would there be any problems/conflict with connecting both TigrisFS (for non-database files) and Litestream (for a SQLite database that’s at a different local path than the one mounted to TigrisFS) to the same bucket? Would they automatically use differently named objects within the bucket and stay out of each other’s way?