krobertson / deb-s3

Easily create and manage an APT repository on S3 -- NO LONGER MAINTAINED
MIT License
482 stars 148 forks source link

Add support for the s3_force_path_style option for the s3 client #102

Closed lancehudson closed 8 years ago

lancehudson commented 8 years ago

This is mostly useful for local development or testing (fake s3 or likewise). This option is needed if subdomains are not mapped (*.s3.lancehudson.com) or if using those domains would cause ssl errors (test.lancehudson.com.s3.amazon.com).

krobertson commented 8 years ago

Thanks!