10 Commits

Author SHA1 Message Date
Guillaume Lostis
535ef2e170 Non-AWS S3 endpoint (#1779)
* Add endpoint_url to AWSSession

* Add tests for AWSSession's endpoint_url
2019-09-13 08:02:49 -06:00
Sean Gillies
4f28d08157 Merge branch 'master' of github.com:mapbox/rasterio 2019-05-15 22:23:05 -06:00
sshuair
c2a495d536 Add support for OpenStack Swift Object Storage(cloud optimized geotiff) with tests (#1671)
* add OpenStack Swift Object Storage support

* add OpenStack Swift Object Storage support

* add OpenStack Swift Object Storage support

* modify the swift ULI to /vsiswift
2019-04-24 09:08:22 -06:00
Sean Gillies
437a46f20a
Allow AWS region name to be specified in all cases (#1672)
Even if requests are unsigned.

Resolves #1670
2019-04-19 16:41:00 -06:00
Sean Gillies
76b3c7e7d1 boto3 doesn't need to be imported to access public datasets on S3
Resolves #1637

Also increased test coverage of the session module.
2019-02-22 16:59:15 -07:00
Dan "Ducky" Little
f1fc65bf71 Add google cloud storage support (#1577)
Adds support for `gs://` paths, which refer to a Google Cloud Storage bucket.
2019-01-27 16:02:54 -07:00
sshuair
b137308499 Add support for Alibaba Cloud OSS file (Cloud Optimized GeoTIFF) (#1535)
* add webp to the available compression enum (#1515)

* Add webp to enums.Compression and increment version

* add oss(alibaba cloud OSS files) support

* add docs for oss session

* remove useless comment

* add test for OSSSession and Env with OSS

* fix spell of test session
2018-11-05 13:26:33 -07:00
Sean C. Gillies
2342df065a Remove debug logging, require credentials for https test 2018-09-17 16:19:12 -06:00
Sean Gillies
dbc2600baa
Add --no-sign-requests and --requester-pays to main (#1466) 2018-09-13 15:35:55 -06:00
Sean Gillies
8510a599d8
Generalize to support cloud providers other than AWS (#1429)
* Generalize to support cloud providers other than AWS

* Move session stuff to a new module (#1430)

* Remove commented code, add deprecation warning and change notes
2018-09-13 10:55:23 -06:00