Is there no way to specify a path with S3 or B2?

Hi,
I’ve been using restic to backup to b2 backblaze for a while and like to save my repositories in one bucket, but under different “directories”.

I’ve been looking through the documentation and just couldn’t find a way to specify a subdirectory when creating or connecting to repositories.

I understand that the underlying architecture doesn’t actually have a concept of directory hierarchies, but that’s not an issue with any of the other tools I’m using to access b2 and s3 services.

Does Kopia expect me to have one bucket per repo?

Use the --prefix argument to specify a “path” within the bucket.

Not sure how I missed that. Thank you!