I am trying to download the sentinel-1 GRD data from AWS sentinel-1 s3 and I am able to download it as usual in uncompressed format (with annotation and other folders e.t.c) utilising AWS cli:
aws s3 ls s3://sentinel-s1-l1c/GRD/2018/1/11/EW/DH/S1A_EW_GRDH_1SDH_20180111T110409_20180111T110513_020106_02247C_FBAB/ --requester-payer requester
Is there any way to download this product as a zip file ? Kindly guide.