S3BlobstoreOptions
{
"enable_signed_urls": false,
"credentials_source": "string",
"bucket_name": "string",
"endpoint": "string",
"access_key": "string",
"secret_key": "string",
"signature_version": "string",
"region": "string",
"backup_strategy": "string",
"backup_bucket_name": "string",
"backup_bucket_region": "string",
"url_style": "string",
"ca_cert": "string"
}
Credential to use to access blobstore. Select env_or_profile
to use IAM profiles
Bucket used by external blobstore plugin
Host of blobstore server
AWS access_key_id used by s3 blobstore plugin
AWS secret_access_key used by s3 blobstore plugin
Signature version of the blobstore
Required if the signature_version
is 4
backup_strategy
Required if backup_strategy is backup_to_additional_bucket
. Name of bucket that will be used when copying blobstore objects during backup
Required if backup_strategy is backup_to_additional_bucket
. Region of bucket that will be used when copying blobstore objects during backup
Specify domain or path style urls
These certificates enable BOSH to trust a blobstore with a custom root certificate. When left blank, the certificates in the BOSH Director VM truststore will be used to verify the blobstore endpoint's certificate.