landsat-pds / landsat_ingestor

Scripts and other artifacts for landsat data ingestion into Amazon public hosting.
Apache License 2.0
102 stars 18 forks source link

Update Pusher to set content_disposition on TIFFs to attachment #3

Closed warmerdam closed 9 years ago

warmerdam commented 9 years ago

A proposed fix is adding:

key.content_disposition = 'attachment'

after setting of key.content_type = 'image/tiff' for TIFF files in pusher.py.

(originally proposed by Jed).