aboutsummaryrefslogtreecommitdiff
path: root/test/s3/sse/s3-config-template.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/s3/sse/s3-config-template.json')
-rw-r--r--test/s3/sse/s3-config-template.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/s3/sse/s3-config-template.json b/test/s3/sse/s3-config-template.json
new file mode 100644
index 000000000..86fde486d
--- /dev/null
+++ b/test/s3/sse/s3-config-template.json
@@ -0,0 +1,23 @@
+{
+ "identities": [
+ {
+ "name": "admin",
+ "credentials": [
+ {
+ "accessKey": "ACCESS_KEY_PLACEHOLDER",
+ "secretKey": "SECRET_KEY_PLACEHOLDER"
+ }
+ ],
+ "actions": ["Admin", "Read", "Write"]
+ }
+ ],
+ "kms": {
+ "default_provider": "local-dev",
+ "providers": {
+ "local-dev": {
+ "type": "local",
+ "enableOnDemandCreate": true
+ }
+ }
+ }
+}