I'm using OpenLayers with GeoWebCache. I need to change the Default Storage location to Amazon S3 bucket

StackOverflow https://stackoverflow.com/questions/22139549

문제

I'm learning to use OpenLayers and GeoWebCache.

My ultimate task is to use the Amazon S3 bucket as a storage cache location for GeoWebCache.

I can change this storage location to any local disk location (http://geowebcache.org/docs/1.5.1/configuration/layers/howto.html).

But don't know how to move to S3 bucket. Cos in geowebcache-core-context.xml I don't see a place to give credential for Amazon account.

Please suggest any solutions anyone have.

올바른 솔루션이 없습니다

다른 팁

GeoWebCache uses geoserver to generate tiles to the filesystem and uses this filesystem structure of images, so I'm not sure if you can pull them from the amazon service.

If you found a way to retrieve the images with the help of a link (not filesystem request), you could use something like ashx handler (provided you use .net) to forward your request and add credentials to that request.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top