I am trying to download Sentinel 2 data from AWS S3 buckets. While for version 3.4.4 this goes ok, for higher versions of sentinelhub this does not work, as the ‘awstilerequest’ method is not found.
While in the past version 3.4.4 was sufficient, for 2022 data this provides specific errors. Namely, due to a sentinel-product change to v4.0 the metadata files (in the qi folder) are no longer stored as gml files, but as .jp2 files. As sentinelhub 3.4.4 does not download these metadatafiles, I require sentinelhub 3.5.0. Unfortunately when installing sentinelhub > 3.5.0 I am unable to use the AwsTileRequest method…