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
GDAL has built-in cloud credential session handling that previously did not work well with K8s. Basically opening s3://bucket/raster.tif would end up with 'Unable to open' or other credential-related errors, see OSGeo/gdal#4058 for details.
If you use GDAL>=3.6 (rasterio>=1.3.4) accessing data stored in S3 via rasterio and GDAL should be smoother.
GDAL has built-in cloud credential session handling that previously did not work well with K8s. Basically opening s3://bucket/raster.tif would end up with 'Unable to open' or other credential-related errors, see OSGeo/gdal#4058 for details.
If you use GDAL>=3.6 (rasterio>=1.3.4) accessing data stored in S3 via rasterio and GDAL should be smoother.
cc @tsnow03 @fperez @weiji14
The text was updated successfully, but these errors were encountered: