s3_split_uri {botor}R Documentation

Split the bucket name and object key from the S3 URI

Description

Split the bucket name and object key from the S3 URI

Usage

s3_split_uri(uri)

Arguments

uri

string, URI of an S3 object, should start with s3://, then bucket name and object key

Value

list


[Package botor version 0.4.0 Index]