WhoopInc / vagrant-s3auth

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

Time Sync must be precise #16

Closed companykitchen-dev closed 9 years ago

companykitchen-dev commented 9 years ago

The clock on my computer was 1 minute slow. This seemed to cause a forbidden error. It would be nice to have a better check for this. The issue seems to be the S3 signed URL for the box is expired before it starts.

benesch commented 9 years ago

Good catch. I'll bump the expiration time from 15s to 5m or so.

benesch commented 9 years ago

Fixed in da7f13412237f6. Cheers!