Skip to content
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.

alias for latest s3 data #112

Open
kevinkreiser opened this issue Jul 11, 2016 · 0 comments
Open

alias for latest s3 data #112

kevinkreiser opened this issue Jul 11, 2016 · 0 comments

Comments

@kevinkreiser
Copy link
Member

right now we have our s3 bucket full of files with dates in their names. that is fine on one hand as long as your tool can list them and then get the newest or oldest or whatever. but it would be nice to have a redirect in place to get the newest one. apparently s3 lets you put a metadata on an object that lets you set a redirect to another place in the bucket. to make this happen we'd need to update the push_tiles.py to reset the metadata on the latest version of every given thing we push.

this leads me to wonder about a better way.. maybe we should start sticking this stuff in a folder with the date on it. then we just need a latest folder that redirects to the dated one. not sure if the redirect is more like an alias though so that different parts of the path are just synonyms for something else.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant