s3_ls {botor} | R Documentation |
List objects at an S3 path
Description
List objects at an S3 path
Usage
s3_ls(uri)
Arguments
uri |
string, should start with |
Value
data.frame
with bucket_name
, object
key
, uri
(that can be directly passed to eg
s3_read
), size
in bytes, owner
and
last_modified
timestamp
[Package botor version 0.4.1 Index]