Skip to content

Commit db4bce4

Browse files
committed
disable gzip compression on uploaded files
gzip compression prevents range requests from working and we need range requests for gradient to query data for a limited area of interest
1 parent 204d711 commit db4bce4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pipeline.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ jobs:
6161
destination: osm-tardis
6262
parent: false
6363
glob: '*.fgb'
64+
gzip: false
65+
headers: |-
66+
Content-Type: application/octet-stream

0 commit comments

Comments
 (0)