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?
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?