Learn R Programming

aws.s3 (version 0.2.2)

bucketlist: List Buckets

Description

List buckets as a data frame

Usage

bucketlist(...)

Arguments

Additional arguments passed to s3HTTP.

Value

A data frame of buckets.

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

http://docs.aws.amazon.com/AmazonS3/latest/API/RESTServiceGET.html

See Also

get_bucket, get_object