test_config.json 224 B

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