Questions tagged [cloudfiles]

CloudFiles is Rackspace's Object Storage service, based on OpenStack Swift.

CloudFiles is Rackspace's Object Storage service, which allows you to upload and download arbitrary objects/files. Object containers can be enabled to use a Content Delivery Network (CDN) to make object retrieval faster for users.

103 questions
0
votes
1 answer

how to upload a Cloud File on Rackspace and set delete at or file expiry?

I'm on a local XAMPP setup and I can upload a file ok, but I need to set an expiry or delete time. This does not work (no PHP errors but the file is still there on the Rackspace, web admin page): $obj->Create( array('name'=>'file.txt', …
trafalgar
  • 716
  • 3
  • 9
  • 21
0
votes
2 answers

Using codeigniter and Rackspace Cloud Files with ORD data center

I'm using a library I found here: https://bitbucket.org/modomg/codeigniter-rackspace-cloudfiles/ To upload some stuff from my site to cloud files. I have the container in the DFW center, but my cloud sites is hosted in ORD. I want them to be in the…
Bill
  • 5,478
  • 17
  • 62
  • 95
0
votes
1 answer

Python Fileconveyor Naming Issues

Is there any way to get Fileconveyor(https://github.com/wimleers/fileconveyor) to create files on Rackspace CloudFiles without all of the directory information in the filename? Example: Local directory: 001 Local filename: 001-test.jpg CloudFiles…
beaudierman
  • 138
  • 1
  • 9
0
votes
2 answers

Is there a Amazon S3 Bucket Policy equivalent in the Rackspace Cloudfiles?

Is there a Amazon S3 Bucket Policy equivalent in Rackspace Cloudfiles? We would like to restrict access for certain containers to specific IP addresses. No other IP addresses should be able to access these cloudfile containers.
Saqib Ali
  • 3,953
  • 10
  • 55
  • 100
0
votes
1 answer

How to diagnose APC caching issue?

I recently turned on APC on a site which uses the Rackspace Cloudfiles PHP API library. Yesterday, the uploading process to Cloudfiles failed which I believe is due to an expired token that is being cached by APC. Is there a way to diagnose this…
Matt McCormick
  • 13,041
  • 22
  • 75
  • 83
0
votes
2 answers

Uploading to Rackspace Cloud Files with paperclip and fog

Can't figure out how to do this? and couldn't find much help from anywhere else! I have set up the paperclip and fog like this; config/initializers/fog.rb connection = Fog::Storage.new({ :provider => 'Rackspace', …
Shakeeb Ahmad
  • 2,010
  • 1
  • 25
  • 30
0
votes
1 answer

Internal Server Error when using php cloud files with swift openstack

I am currently using php could files as API for swift on a SAIO install with tempauth . Executing the php file: require('cloudfiles.php'); $username="test:teste"; $api_key="AUTH_tkfec9a726c0584d3d8f0150eb36446fd4"; $auth = new…
Mas
  • 111
  • 1
  • 3
  • 7
0
votes
1 answer

Fileconveyor Installation

With Fileconveyor limited documentation I'm confused as to where it installs after I've run the pip command as follows on their website Fileconveyor.org. Bottom line: Anyone have luck installing Fileconveyor on Debian 6 for integration with Drupal 6…
Curtis
  • 1
  • 1
0
votes
1 answer

Setting Content Disposition using Rackspace Cloud Java APIs

I am using Java Bindings for Rackspace Cloud API I am trying to figure out how to set content disposition for the file that I upload to rackspace I do not see a straightforward way of doing this through FilesClient object exposed through this API
jsshah
  • 1,741
  • 1
  • 10
  • 18
0
votes
1 answer

How do I set the http 'accept' header for JS and CSS files requested by an HTML document?

I am trying to configure some assets on the Rackspace Cloudfiles CDN to be sent to clients with gzip encoding. As far as I can tell according to their website (http://www.rackspace.com/blog/cloud-files-cdn-compresses-at-the-edge/), any request with…
Sam Grossberg
  • 1,306
  • 1
  • 13
  • 28
0
votes
1 answer

"application.css isn't precompiled" error on Heroku with remote assets on CDN

I'm getting the typical error on Heroku, that it appears the solution is to precompile locally and then commit to git. ActionView::Template::Error (application.css isn't precompiled) However I have my assets on Rackspace CloudFiles CDN using…
Colin
  • 784
  • 2
  • 8
  • 21
-1
votes
1 answer

How to make goroutines work with anonymous functions returning value in a loop

I am working on a custom script to fetch data from RackSpace cloudfiles container and make a list of all the files in a given container (container has around 100 million files) and I have been working on parallelizing the code and currently…
Mudasir Mirza
  • 171
  • 3
  • 13
-1
votes
1 answer

Duplicity + CloudFiles

When attempting to backup to CloudFiles with Duplicity, I receive the following output: Traceback (most recent call last): File "/usr/bin/duplicity", line 1494, in with_tempdir(main) File "/usr/bin/duplicity", line 1488, in…
LogicalException
  • 566
  • 2
  • 7
  • 16
1 2 3 4 5 6
7