Does the input contain an existing (active) AWS S3 URI?
Source:R/check-vector-isExistingAwsS3Uri.R
check-vector-isExistingAwsS3Uri.Rd
Does the input contain an existing (active) AWS S3 URI?
Usage
isExistingAwsS3Uri(x, profile = "default")
isAnExistingAwsS3Uri(x, profile = "default")
allAreExistingAwsS3Uris(x, profile = "default")
Functions
isExistingAwsS3Uri()
: Vectorized.isAnExistingAwsS3Uri()
: Scalar. Requires a single URI.allAreExistingAwsS3Uris()
: Scalar. Checks that all strings are existing URIs.