CREATE EXTERNAL LOCATION on a publicly available S3 bucket

jerickson
New Contributor II

I would like to create an external location on a publicly available S3 bucket, for which I don't have credentials. I get a syntax error unless I include credentials. Is there a way to do this?

 
CREATE EXTERNAL LOCATION public_bucket
URL 's3://public_bucket'
WITH (CREDENTIAL ?)