Add initial attempt at S3 geotiff reading
Compare changes
+ 7
− 6
@@ -40,13 +40,14 @@ setup_test() {
@@ -92,7 +93,7 @@ start_minio() {
This adds the initial configuration changes and testing for loading geotiff data from an S3 bucket. It currently uses MinIO as a temporary S3 server. It includes a lot of new configuration/environment variable options that maybe should have been added earlier for performance. Some are specific to curl/s3 loading and authentication.
TODO:
This is step one in getting this to work. The other steps include: