Check if an argument looks like an S3 bucket
Check if an argument looks like an S3 bucket
check_s3_uri(x)
x |
string, URI of an S3 object, should start with |
check_s3_uri('s3://foo/bar') check_s3_uri('https://foo/bar') ## Not run: assert_s3_uri('https://foo/bar') ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.