Learn R Programming

aws.s3 (version 0.1.34)

bucketlist: List Buckets

Description

List buckets for authenticated user

Usage

bucketlist(...)

Arguments

...
Additional arguments passed to s3HTTP.

Value

a list of buckets. if passed with default settings “parse_response = TRUE” the response will list the name and creationdate of all buckets owned by the request sender.

Details

bucketlist performs a GET operation on the base s3 endpoint and returns a list of all buckets owned by the authenticated sender of the request. If authentication is successful, this function provides a list of buckets available to the authenticated user. In this way, it can serve as a “hello world!” function, to confirm that one's authentication credentials are working correctly.

References

API Documentation