voxpupuli / puppet-archive

Compressed archive file download and extraction with native types/providers for Windows and Unix
https://forge.puppet.com/puppet/archive
Apache License 2.0
60 stars 178 forks source link

ensure => latest for s3 bucket #219

Open alex-harvey-z3q opened 8 years ago

alex-harvey-z3q commented 8 years ago

Hi all, I have a requirement for an ensure => latest feature on an s3 bucket. If I send in a PR will it be accepted, any other concerns? Cheers,

petems commented 8 years ago

That sounds good to me! 👍

alex-harvey-z3q commented 8 years ago

If anyone has time, feedback on whether I'm headed in the right direction over here would be helpful https://github.com/voxpupuli/puppet-archive/pull/223

Ecophagy commented 2 years ago

Bump for this because it would be very helpful to re-download an archive if it has changed. It looks like there is a partial implementation in https://github.com/voxpupuli/puppet-archive/pull/281 - is that salvagable?