View source: R/data-structures.R
s3_storage_info | R Documentation |
S3 Storage Info
s3_storage_info(
destination,
region = NULL,
endpoint = NULL,
enable_encryption = FALSE,
encryption_type = c("sse-s3", "sse-kms"),
kms_key = NULL,
canned_acl = NULL
)
destination |
S3 destination. For example: |
region |
S3 region. For example: |
endpoint |
S3 endpoint. For example:
|
enable_encryption |
Boolean (Default: |
encryption_type |
Encryption type, it could be |
kms_key |
KMS key used if encryption is enabled and encryption type is
set to |
canned_acl |
Set canned access control list. For example:
|
cluster_log_conf()
, init_script_info()
Other Cluster Log Configuration Objects:
cluster_log_conf()
,
dbfs_storage_info()
Other Init Script Info Objects:
dbfs_storage_info()
,
file_storage_info()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.