How can I create repository on S3 in a subfolder

I have an S3 repository that is used for numerous backup tools. Each tool uses its own folder within the bucket, but I can’t see how I can do this with Kopia too.

My goal is to have bucket-example-123/kopia where kopia is a folder in the bucket-example-123 bucket.

S3 does not really have folders, you can use prefix to represent the same thing. Set prefix to kopia/ (notice trailing slash).

1 Like