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
Been using Terracotta for a while in personal projects and wanted to connect and serve GeoTiffs from a self hosted minio object store that requires authentication.
I'm not sure if there is already a way to do this in Terracotta but this issue Issue #1293 and this documentation about the rasterioVFS indicates that it should be straightforward to pass an AWSSession based on credentials provided via the TerracottaSettings to the rasterio.Env context that allows the RasterStore to read rasters from S3.
I've got a feature branch with an implementation the seems to work - not formatted/linted but just wanted to put this out there to see if this feature already exists or if there is a better way to implement this. Let me know if I should just create a PR for this.
The text was updated successfully, but these errors were encountered:
Been using Terracotta for a while in personal projects and wanted to connect and serve GeoTiffs from a self hosted minio object store that requires authentication.
I'm not sure if there is already a way to do this in Terracotta but this issue Issue #1293 and this documentation about the
rasterio
VFS indicates that it should be straightforward to pass anAWSSession
based on credentials provided via theTerracottaSettings
to therasterio.Env
context that allows theRasterStore
to read rasters from S3.I've got a feature branch with an implementation the seems to work - not formatted/linted but just wanted to put this out there to see if this feature already exists or if there is a better way to implement this. Let me know if I should just create a PR for this.
The text was updated successfully, but these errors were encountered: