WhoopInc / vagrant-s3auth

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

Version 1.3.3 to update AWS SDK to v3.2.0 and ruby version to 3.3.0 #43

Open semifocused opened 9 months ago

semifocused commented 9 months ago

Recent vagrant and ruby updates necessitate update of AWS SDK to v3.2.0 to avoid ruby error within the SDK:

ArgumentError: tried to create Proc object without a block

updating AWS SDK to v3.2.0 resolves this error.

semifocused commented 9 months ago

@benesch - I think this is ready for review & merge. It's been a while since anyone has updated the project, please LMK if you are no longer in a position to do this.