brokamp-group / s3

More efficient downloading and usage of files hosted on AWS S3
http://brokamp-group.github.io/s3/
Other
3 stars 2 forks source link

support s3 versioning #23

Open cole-brokamp opened 1 year ago

cole-brokamp commented 1 year ago

Currently, download a file with:

s3_get("s3://geomarker-io/pollution/pm25/90vvq8.qs")

What if we could download a specific version of a file with:

s3_get("s3://geomarker-io/pollution/pm25/90vvq8.qs@gWbN2AoEbodfJO394C70QW2ZxdlSjeuT")

or use this code to get tag / semantic version associated with github release?

https://github.com/geomarker-io/CODECtools/blob/991f010ea67495fe625386e9c91c2fe4b61bc01c/R/codec.R#L137-L154