简体   繁体   English

Rackspace文件文件夹“别名/重定向”

[英]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. 我拥有的不同数据组将以不同的时间间隔进行更新,并且数据量非常大(MAP TIFFS),因此我想避免尽可能多地重复内容,我们谈论的是50gb标记。 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: 经过6个月,我最终得到的文件夹结构是:

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? 我的应用程序获得了该时间段的当前数据版本(即JAN2014,APR2014或JUL2014),并将使用它来形成获取地图文件(即blah.rackcdn.com/JAN2014/Cities/Map.file)的网址。希望能够将blah.rackcdn.com/APR2014/ Cities /Map.file(由于较旧的城市地图数据仍然有效,因此不存在)的别名/重定向指向旧文件夹,希望这有意义,有什么办法可以做到这一点? Currently I'm using Cyberduck ftp to upload my files / directory structure to rackspace. 目前,我正在使用Cyber​​duck ftp将文件/目录结构上传到机架空间。

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)? 如果我无法使用Rackspace做到这一点,是否可以使用任何其他文件托管服务(即Google Cloud存储)来完成?

Cheers 干杯

It is possible to simulate symlinks on Rackspace Cloud Files. 可以在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 . 请参阅此博客文章,了解如何使用Cloud Files REST API执行此操作: http : //developer.rackspace.com/blog/simulate-symLinks-on-cloud-files.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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