qoobaa / s3

Library for accessing S3 objects and buckets, supports EU and US buckets
MIT License
258 stars 112 forks source link

Support for Secure URL? #117

Closed ryanckulp closed 6 years ago

ryanckulp commented 8 years ago

The default .url is cool, but can I request a secure URL? Otherwise I'm just gsub'ing http => https and that feels silly.

qoobaa commented 7 years ago

Seems like a good idea. Could you prepare a PR for that?

EBKH commented 6 years ago

You just have to use use_ssl:0 to use https:// instead of http://

ryanckulp commented 6 years ago

thanks @EBKH , and sorry @qoobaa i missed this!