Add initial attempt at S3 geotiff reading
Compare changes
Files
3+ 15
− 4
@@ -90,10 +90,11 @@ start_postgres() {
@@ -199,7 +200,7 @@ EOF
@@ -218,6 +219,16 @@ EOF
@@ -332,7 +343,7 @@ run_s3_postgres_tests() {
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: