Can you have two Tigris buckets in an app?

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?

I’m still learning about Litestream, and looks like it supports different replica types, not just s3. So, for example, one possibility might be to replicate to a local path that’s within the TigrisFS mount, thereby ensuring that only the TigrisFS process is the one communicating with the Tigris bucket.