You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the script relies on manually downloaded OONI measurement files from the S3 bucket. This manual step hinders automation and requires intervention before each run.
Proposed Solution:
S3 Integration: Integrate boto3, the AWS SDK for Python, into the script.
Automated Download: Implement logic to fetch the latest available web_connectivity measurement files directly from the OONI S3 bucket (ooni-data-eu-fra).
The text was updated successfully, but these errors were encountered:
Description:
Currently, the script relies on manually downloaded OONI measurement files from the S3 bucket. This manual step hinders automation and requires intervention before each run.
Proposed Solution:
S3 Integration: Integrate boto3, the AWS SDK for Python, into the script.
Automated Download: Implement logic to fetch the latest available web_connectivity measurement files directly from the OONI S3 bucket (ooni-data-eu-fra).
The text was updated successfully, but these errors were encountered: