CephStoragePolicies_1_0_0
CephStoragePolicies_1_0_0 Document
Connector-specific storage gateway policies for the Ceph connector
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
ceph_admin_key_id |
string |
Administrator key id used to authenticate with the ceph admin service to obtain user credentials. [Private] |
ceph_admin_secret_key |
string |
Administrator secret key used to authenticate with the ceph admin service to obtain user credentials. [Private] |
s3_buckets |
array of string |
List of buckets not owned by the collection owner that will be shown in the root of collections created at the base of this Storage Gateway. |
s3_endpoint |
string |
URL of the Ceph RADOS Gateway S3 API |
{
"DATA_TYPE": "ceph_storage_policies#1.0.0",
"ceph_admin_key_id": "string",
"ceph_admin_secret_key": "string",
"s3_buckets": [
"string"
],
"s3_endpoint": "string"
}