S3StorageProvider
(Appears on: StorageProvider)
S3StorageProvider represents a S3 compliant storage for storing backups.
Field | Description |
---|---|
provider S3StorageProviderType | Provider represents the specific storage provider that implements the S3 interface |
region string | Region in which the S3 compatible bucket is located. |
bucket string | Bucket in which to store the backup data. |
endpoint string | Endpoint of S3 compatible storage service |
storageClass string | StorageClass represents the storage class |
acl string | Acl represents access control permissions for this bucket |
secretName string | SecretName is the name of secret which stores S3 compliant storage access key and secret key. |
prefix string | Prefix for the keys. |
sse string | SSE Sever-Side Encryption. |