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