简体   繁体   中英

Rackspace FIles Folder 'Alias/Redirect'

I am trying to come up with a 'versioned' data system. The different groups of data I have will be updated at different intervals and are quite large (MAP TIFFS) so I'd like to avoid duplicating content as much as possible, we're talking around the 50gb mark. Say for example I have the two following categories of Maps: Country Maps & City Maps. Country Maps get updated quarterly and City maps get updated bi-annually. Over a period of 6 Months The folder structure I end up with is this:

RACKSPACE CONTAINER
|
|-JAN2014
|    |
|    |-Cities
|    |-Countries
|
|-APR2014
|    |
|    |-[Cities] (Not a real folder, an alias/redirect to the Jan 2014 version)
|    |-Countries
|
|-JUL2014
|    |
|    |-Cities
|    |-Countries
|
|

My App is given the current data version for that time period (ie JAN2014, APR2014 or JUL2014) and will use it to form the url to fetch the map file ie blah.rackcdn.com/JAN2014/Cities/Map.file) I would like to be able to point an alias/redirect of blah.rackcdn.com/APR2014/ Cities /Map.file (which doesn't exists because the older cities map data is still valid) to the old folder, Hopefully that makes sense, is there any way to accomplish this? Currently I'm using Cyberduck ftp to upload my files / directory structure to rackspace.

If I am unable to achieve this with Rackspace, is this able to be done with any other file hosting services (ie Google Cloud storage)?

Cheers

It is possible to simulate symlinks on Rackspace Cloud Files. See this blog post on how to do this using the Cloud Files REST API: http://developer.rackspace.com/blog/simulate-symLinks-on-cloud-files.html .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM