We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You give an example command to download the raw data using
aws --no-sign-request s3 sync --recursive --exclude '*' --include '*/VE/webconnectivity/*.jsonl.gz' 's3://ooni-data-eu-fra/raw/20210501' ./ooni-data/20210501/
However, when I try to execute the command I get:
Unknown options: --recursive
I am using
aws-cli/1.22.74 Python/3.10.2 Linux/5.16.14-arch1-1 botocore/1.24.19
Can you tell me/specify what version is required to run this command?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You give an example command to download the raw data using
However, when I try to execute the command I get:
I am using
Can you tell me/specify what version is required to run this command?
The text was updated successfully, but these errors were encountered: