Tagged Questions
The cloudfiles tag has no wiki summary.
11
votes
5answers
3k views
Ruby on Rails 3: Streaming data through Rails to client
I am working on a Ruby on Rails app that communicates with RackSpace cloudfiles (similar to Amazon S3 but lacking some features).
Due to the lack of the availability of per-object access permissions ...
5
votes
1answer
331 views
How do I upload many files at the time to cloud files with Python?
I'm using the cloudfile module to upload files to rackspace cloud files, using something like this pseudocode:
import cloudfiles
username = '---'
api_key = '---'
conn = ...
4
votes
2answers
1k views
Scaling images stored at S3
I'm in a situation where I need to push image storage for a number of websites out to a service that can scale indefinitely (S3, CloudFiles, etc.). Up until this point we've been able to allow our ...
3
votes
1answer
345 views
check if object exists in Cloud Files (PHP API)
I've just started working with the PHP API for Rackspace Cloud Files. So far so good-- but I am using it as sort of a poor man's memcache, storing key/value pairs of serialized data.
My app attempts ...
2
votes
1answer
104 views
How can I use boto to stream a file out of Amazon S3 to Rackspace Cloudfiles?
I'm copying a file from S3 to Cloudfiles, and I would like to avoid writing the file to disk. The Python-Cloudfiles library has an object.stream() call that looks to be what I need, but I can't find ...
2
votes
0answers
442 views
Rails, Rackspace Cloud Files, Referrer ACL
I am using Rackspace Cloud Files as File Storage server for my application. The files that users upload must be authorized from within my application, then from a controller it would redirect to the ...
1
vote
0answers
213 views
Rackspace cloudfiles API fairly slow
I would like to improve the speed of my script that uploads a small 20kb file to cloudfiles, currently it takes 3 seconds but have seen it take more, up to about 7 seconds.
Basically it does the ...
1
vote
0answers
158 views
Rails 3 - CarrierWave and CloudFiles extremely slow
I have an Rails 3 application where I upload files (photos) using CarrierWave to Rackspace CloudFiles. This works perfectly. But when displaying a list of 10 to 20 photos back on a page it takes a ...
1
vote
1answer
155 views
Rails send_file alternative with Rackspace Cloudfiles
I am trying to setup a download link for a file management system built on Rails 3 using the paperclip-cloudfiles gem. The send_file method works great when hosting files locally, but I need to use ...
1
vote
0answers
149 views
Rails + Carrierwave + RS Cloudfiles, how can I use multiple containers for one app?
I am developing an app that utilizes two different uploaders. What I am trying to do is to assign each uploader to different cloudfiles containers. I seem to unable to find any documentation about ...
1
vote
1answer
219 views
cloudfiles remote file problem
I am trying to load a file to my Cloud Files Container from a remote file.
Below is the example code a Cloud Files Support person gave me:
<?php
require('cloud/cloudfiles.php');
$res = ...
1
vote
1answer
176 views
Cache Django FileField url Lookups
I am using django-storage's Mosso backend to store image files in the Rackspace CDN. However, I am facing very slow page loads due to the back and fourth of model.image_field.url lookups to the api. ...
1
vote
1answer
455 views
How to host a naked domain on a CDN?
If I have a domain that I wish to serve "naked" eg http://examp.le/, and efficiently with a CDN, what are my options?
The issue is that the CDNs I looked at all want you to use a CNAME so that they ...
1
vote
2answers
290 views
Can I set headers to download a file from a remote location, eg CloudFiles
For example, if I set some headers to download a file from my server I would do
header('Content-type: application/pdf');
header('Content-Disposition: attachment; filename="downloaded.pdf"');
And ...
1
vote
1answer
177 views
Mosso Python Module
Has anybody had success installing the Mosso (cloudfiles) python module? I'm trying to install it and getting the following error.
python-cloudfiles-1.3.1]# python setup.py install
running install
...
0
votes
2answers
33 views
node-cloudfiles module - Is there a way to track upload progress
If anyone here is familiar with the node-cloudfiles module for node.js, I could use some help in several different areas. Unfortunately, is seems the authors are nearly impossible to reach via their ...
0
votes
2answers
58 views
cloudfiles API: uncaught exception with get_container when container doesn't exist
I'm using the rackspace cloudfiles API to upload files on the fly and the first thing it needs to do is check whether the container exists and if not, create it.
So I write the following:
...
0
votes
0answers
140 views
Carrierwave issue: Trying to upload to Heroku instead the cloud files container
My Rails app uploads the files fine on the development to the Rackspace Cloud Files. But when I push it to Heroku it trying to upload to the file system and obviously I'm getting an error.
What can ...
0
votes
0answers
78 views
CarrierWave crop file on Cloud (fog)
I am trying to crop an image with CarrierWave and put it on the cloud fog(cloud_files). How can I do this? Will I have to download a copy as a tempfile, crop that, and then upload it back?
If the ...
0
votes
0answers
42 views
Paperclip CloudFiles?
How can I use Paperclip with CloudFiles? I found paperclip-cloudfiles, but in the description it says it will probably be removed and the last commit was in 2010.
0
votes
1answer
206 views
Direct upload to Rackspace's Cloud Files
I'm working on a solution for video upload. I have a Rails 3.1 app, and the basic needs are for the files to be uploaded to Rackspace's Cloud Files, then we'll do some encoding, and then we can ...
0
votes
1answer
47 views
Issue uploading images/non text files to Rackspace Cloudfiles (MisMatchedChecksumException) via PHP API
I am having an issue uploading to Rackspace Cloudfiles.
I am able to upload anything that is text based (text/html, text/plain etc) but anything else I try fails with the MisMatchedChecksumException ...
0
votes
1answer
146 views
Rackspace CloudFiles C# API: How to list files on root 'folder', and how to list (sub)folders within a 'folder'?
(1)
I can list the files on a folder this way:
var parameters = new Dictionary<GetListParameters, string>();
parameters.Add(GetListParameters.Path, "folder1/"); // get items from this ...
0
votes
1answer
48 views
Rackspace CloudFiles .NET library: delimiter query parameter?
Is the 'delimiter' query parameter implemented in the c# (.NET) library? I could not find it.
Ref.: http://docs.rackspace.com/files/api/v1/cf-devguide/content/List_Objects-d1e1284.html
0
votes
0answers
136 views
CarrierWave CloudFront file upload error - Connection Refused
Background:
I am using carrierwave to upload profile pictures to rackspace cloudfiles using fog gem in my Rails 3.0.4 app.
My users were complaining me about not being able to upload profile ...
0
votes
1answer
94 views
RackSpace Cloudfiles api error 'Undefined offset: 8'
When trying to upload files to rackspace cloudfiles, I am getting this error.
I tried to trace the source of error and I assume that it is coming from this line of code:
$container = ...
0
votes
1answer
85 views
Hosting and Accessing an HDF5 file on Amazon EC2, S3, and/or EBS
I'm looking to place a rather large HDF5 file online and am looking at Amazon S3 and/or EBS as a possible place to store it and possibly leverage an EC2 instance or two for back-end processing. I'm ...
0
votes
1answer
285 views
Problem connecting to Rackspace Cloud Files in the UK
Any idea why the following code
$auth = new CF_Authentication(USERNAME, API_KEY, NULL, UK_AUTHURL);
is giving me
PHP Fatal error: Uncaught exception 'InvalidResponseException' with message ...
0
votes
1answer
128 views
Linux memory management and large files
I'm acquiring image objects from a remote server, then attempting to upload them to Rackspace's Cloud Files using their API. Wondering a) how I can make this process more efficient, and b) assuming ...
0
votes
2answers
137 views
Port files from Cloudfiles to S3
I have to migrate off Rackspace to Amazon. I have a big rails app that has saved lots of files on Cloudfiles and I ll have to export them to S3.
Are you aware of any script or process to do that ...
0
votes
1answer
291 views
Rackspace CloudFiles: Check for the existence of a file
I want to check for the existence of a file on the CDN through my site's code via the Rackspace Cloud API.
What would the best way to do this be? I am currently using the following:
... initialize ...
0
votes
1answer
301 views
Reading a document from Rackspace CloudFiles using API
i have been using RackSpace CloudFiles to store certain images. I have the upload code working perfectly but when I try and read the image from CloudFiles it wont display it. The images wont render ...
0
votes
0answers
292 views
Rack Stream Content
I have a simple rack app that's designed to marshal data from Rackspace CloudFiles, however it doesn't seem to be working.
I'm a complete noob when it comes to rack, so I'm hoping someone can show me ...
0
votes
2answers
280 views
SecurityException when creating new FileInfo on Rackspace
I'm getting the following exception when uploading a file to Rackspace Cloud Files:
Security Exception
Description: The application attempted to perform an operation not
allowed by the ...
-1
votes
0answers
21 views
CloudFiles vs CloudFront [closed]
I really don't know which is better/faster. Also i know that CloudFiles use Akamai CDN network, but how many edge servers? Regarding to ...