diff --git a/dags/common/scoap3_s3.py b/dags/common/scoap3_s3.py index 8989061a..f5c933ea 100644 --- a/dags/common/scoap3_s3.py +++ b/dags/common/scoap3_s3.py @@ -138,6 +138,7 @@ def download_and_upload_to_s3(self, url, prefix=None, headers=None, type=None): Metadata={ "source_url": url, }, + ACL="public-read", ) return f"{self.bucket}/{destination_key}" except Exception as e: