1 Answers
Hi Arjun,
You could probably copy the data using the AWS CLI presuming the OpenAQ bucket has public read, which I think it does. Something like:
aws s3 sync s3:/path-to-openaq-files/ s3:/path-to-my-bucket/
Yes it has the S3 bucket public
aws s3 sync s3://openaq-fetches/realtime/2019-09-20/ s3://path-to-my-bucket/
Hello,