blob: b3281778bc03a525e5fe7e88500ca22fa212c7dd (
plain)
1
2
3
4
5
6
7
8
9
|
{
"endpoint": "http://localhost:8333",
"access_key": "some_access_key1",
"secret_key": "some_secret_key1",
"region": "us-east-1",
"bucket_prefix": "test-retention-",
"use_ssl": false,
"skip_verify_ssl": true
}
|