S3 Storage Path

Team

I would like to know if any that have been able to implement that the backend use s3 can point to a subfolder of the root of the bucket

example of subfolder s3://testbucket/subfolder

{
“backend”: {
“s3”: {
“region”: “us-east-1”,
“access_key”: “test”,
“secret_key”: “test”,
“bucket”: “testbucket”

could it be possible to use the subfolder?

I read that there is a “path” parameter but it didn’t work.

I hope you can help me.

regards

You can see: S3 - Storage Backends - Configuration | Vault by HashiCorp
However, I would not recommend it in anything other than dev setup.