lightsail_create_bucket_access_key {paws.compute} | R Documentation |
Creates a new access key for the specified Amazon Lightsail bucket
Description
Creates a new access key for the specified Amazon Lightsail bucket. Access keys consist of an access key ID and corresponding secret access key.
See https://www.paws-r-sdk.com/docs/lightsail_create_bucket_access_key/ for full documentation.
Usage
lightsail_create_bucket_access_key(bucketName)
Arguments
bucketName |
[required] The name of the bucket that the new access key will belong to, and grant access to. |
[Package paws.compute version 0.9.0 Index]