aboutsummaryrefslogtreecommitdiff
path: root/test/s3/versioning/test_config.json
blob: c8ca80ef9654ea10f1a5647ba2bf906d5c29ce5f (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-versioning-",
  "use_ssl": false,
  "skip_verify_ssl": true
}