geosolutions-it / imageio-ext

Additional plugins and extension for the standard Java ImageIO library
Other
139 stars 80 forks source link

COG Imagemosaic hosted on custom S3 provider #266

Open elariroop opened 2 years ago

elariroop commented 2 years ago

Looking at this manual link the geoserver should work with S3 mosaic, but is there a way to provide custom S3 address?

I have also defined a custom url in s3.properties file, but there does not seem to be a way to pass it through. My imageMosaic properities: Cog=true CogRangeReader=it.geosolutions.imageioimpl.plugins.cog.S3RangeReader CogUser=*** CogPassword=*** SuggestedFormat=org.geotools.gce.geotiff.GeoTiffFormat SuggestedSPI=it.geosolutions.imageioimpl.plugins.cog.CogImageReaderSpi