WhoopInc / vagrant-s3auth

Vagrant plugin for private, versioned boxes on Amazon S3.
MIT License
108 stars 23 forks source link

Ignore s3 auth? #13

Closed kimpepper closed 9 years ago

kimpepper commented 9 years ago

If a user has the plugin installed, it will always try and authenticate using credentials. However, if the box is public, then this causes issues, especially if the user has default access keys for a different account.

Is it possible to ignore authentication for requests that just use an https:// url?

benesch commented 9 years ago

Yeah, sorry about this. See #10.

I want to continue supporting authentication on HTTPS URLs for backwards compatibility. See my comment on #10 for my proposed fix.

benesch commented 9 years ago

Fixed in v1.1.