forked from openstack/swift
-
Notifications
You must be signed in to change notification settings - Fork 3
/
ceph-s3tests.conf
83 lines (59 loc) · 1.81 KB
/
ceph-s3tests.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[DEFAULT]
# host set for rgw in vstart.sh
host = s3.regionone.io.lo.team-swift.ovh
# port set for rgw in vstart.sh
port = 5000
## say "False" to disable TLS
is_secure = False
## say "False" to disable SSL Verify
ssl_verify = False
# website host set for rgw in vstart.sh
host_website = s3-website.regionone.io.lo.team-swift.ovh
# website port set for rgw in vstart.sh
port_website = 5000
[fixtures]
## all the buckets created will start with this prefix;
## {random} will be filled with random characters to pad
## the prefix to 30 characters long, and avoid collisions
bucket prefix = testbucket-{random}-
[s3 main]
# main display_name set in vstart.sh
display_name = demo:demo
# main user_idname set in vstart.sh
user_id = demo:demo
# main email set in vstart.sh
email = [email protected]
# zonegroup api_name for bucket location
api_name = default
## main AWS access key
access_key = demo:demo
## main AWS secret key
secret_key = DEMO_PASS
## replace with key id obtained when secret is created, or delete if KMS not tested
#kms_keyid = 01234567-89ab-cdef-0123-456789abcdef
## Storage classes
#storage_classes = "LUKEWARM, FROZEN"
## Lifecycle debug interval (default: 10)
#lc_debug_interval = 20
[s3 alt]
# alt display_name set in vstart.sh
display_name = demo:user1
## alt email set in vstart.sh
email = [email protected]
# alt user_id set in vstart.sh
user_id = demo:user1
# alt AWS access key set in vstart.sh
access_key = demo:user1
# alt AWS secret key set in vstart.sh
secret_key = USER_PASS
[s3 tenant]
# tenant display_name set in vstart.sh
display_name = testx$tenanteduser
# tenant user_id set in vstart.sh
user_id = demo
# tenant AWS secret key set in vstart.sh
access_key = demo:demo
# tenant AWS secret key set in vstart.sh
secret_key = DEMO_PASS
# tenant email set in vstart.sh
email = [email protected]