View source: R/lightsail_operations.R
lightsail_create_bucket | R Documentation |
Creates an Amazon Lightsail bucket.
See https://www.paws-r-sdk.com/docs/lightsail_create_bucket/ for full documentation.
lightsail_create_bucket(
bucketName,
bundleId,
tags = NULL,
enableObjectVersioning = NULL
)
bucketName |
[required] The name for the bucket. For more information about bucket names, see Bucket naming rules in Amazon Lightsail in the Amazon Lightsail Developer Guide. |
bundleId |
[required] The ID of the bundle to use for the bucket. A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket. Use the Use the |
tags |
The tag keys and optional values to add to the bucket during creation. Use the |
enableObjectVersioning |
A Boolean value that indicates whether to enable versioning of objects in the bucket. For more information about versioning, see Enabling and suspending object versioning in a bucket in Amazon Lightsail in the Amazon Lightsail Developer Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.