Hi all,
This is one of my first try with Map Reduce on AWS in its Management Console.
Hi have uploaded on AWS S3 my runnable jar developed on Hadoop 0.18, and it works on my local machine.
As described on documentation, I have passed the S3 paths for input and output as argument of the jar: all right, but the problem is the third argume...
We were using FFmpeg which is free. And when a bug occurred that broke the system, a previous developer installed PandaStream.
My question is, what do you recommend for quality video encoders?
Is it best to stick with ffmpeg and keep it free, or does a small website really need a heavy duty service like Panda?
...
I decided to use Amazon S3 for document storage for an app I am creating. One issue I run into is while I need to upload the files to S3, I need to create a document object in my app so my users can perform CRUD actions.
One solution is to allow for a double upload. A user uploads a document to the server my Rails app lives on. I val...
We would like to set an ACL to allow access to one of our buckets with a partner account. We've tested the process on a test account and everything works fine. On our production account/buckets, however, we can set the ACL and see the update but as soon as we attempt to access the bucket from the other account we get a forbidden response...
I saw a few other questions regarding this without any real answers or information (or so it appeared).
I have an image here:
http://furniture.retailcatalog.us/products/2061/6262u9665.jpg
Which is redirecting to:
http://furniture.retailcatalog.us.s3.amazonaws.com/products/2061/6262u9665.jpg
I need it to be (https):
https://furniture.r...
I am attempting to deploy my first app on Heroku and having a little trouble getting the S3 connection to work.
Here is the error I am getting from the Heroku logs:
AWS::S3::CurrentBucketNotSpecified (No bucket name can be inferred from your current connection's address (`s3.amazonaws.com')):
I have the following configured:
config...
Let's say I'm using attachment_fu to attach profile pics to user profiles in a system, with Amazon S3 used as the actual file storage. When users upload new profile pics, I'd like to replace the attached file with the new one. I can do this within my database (i.e. the file metadata) easily, but attachment_fu doesn't seem to provide meth...
My ideal setup would be to take a current clients site, upload a .htaccess with a regex inside, that would match the URI, and if it finds a certain file extension, it would use the same path, but with an altered domain.
ie.
Normal path:
http://www.domain.com/something/images/someimage.jpeg
http://www.domain.com/assets/js/jquery.js
.h...
I would like to set up an Amazon S3 account, create a bucket, upload some data, and that this data will be available using HTTP GET with basic authentication.
I know that there are several ways to get the S3 data authenticated (query string and such), but I would like to be able to provide a simple username/password scheme for authentic...
We put hundreds of image files on Amazon S3 that our users need to synchronize to their local directories. In order to save storage space and bandwidth, we zip the files stored on S3.
On the user's end they have a python script that runs every 5 min to get a current list of files, and download new/updated files.
My question is what's...
In Amazon's S3 Management Console, I'm trying to add metadata, with the key being "Vary" and the value being "Accept-Encoding".
This seems to work, I hit save. But when I hit refresh it disappears, as if Amazon rejected the tag. The file in question is a gzip compressed javascript file.
My other headers are working and added properly ...
Hi all,
I initially store a jpeg in a variable (it is the balue I reveive from an HTTP get over net/http. Ig I input this directly into AWS, it works fine. However, I would like to resize it and then stuff it into AWS and I always get a warning "size not a method' on IMAGESCIENCE object. I tried onverting it to to_s, but that just gave...
I tried using the AWS console, but after making a few 100 files public it errors out on me. Other easy-to-use methods?
...
Hi everyone
i am getting a weird error. i have wordpress site and jw flash player plugin. the problem is when page loads, autostart videos doesnt play, just keeping loading and loading but if i pause it and play it agian it works fine.
same with the other click to start vidoes , if i play first time , video just keep loading but if i pa...
i need to write a code in python that will delete the required file from the amazon s3 bucket, i am able to make connections to the amazon s3 bucket and also able to save files, i just want to know how to delete a file? please help if anyone knows.
...
If, for example, I had array like this:
array(34) {
["ahostel.lt/img/background.png"]=>
array(4) {
["name"]=>
string(29) "ahostel.lt/img/background.png"
["time"]=>
int(1277819688)
["size"]=>
int(36811)
["hash"]=>
string(32) "2600e98e10aba543fb2637b701dec4f3"
}
["ahostel.lt/img/body-navigation-bg.p...
I have a folder in a bucket with 10,000 files. There seems to be no way to upload them and make them public straight away. So I uploaded them all, they're private, and I need to make them all public.
I've tried the aws console, it just gives an error (works fine with folders with less files).
I've tried using S3 organizing in Firefox, ...
I recently found out that you can fake directory structure on S3 by putting slashes in your filenames. That got me thinking: are there any restrictions at all on object IDs? I'm sure there must be some. Length? Null characters (\0)? Arcane stuff like invalid UTF-8 characters?
I'm sure there must be some restrictions, but I can't seem t...
Exploring around S3's UI, it seems they only enjoy file uploads from my local box. Is there a way to push the files directly from my production server to an s3 account?
...
I would like to read the geometry of a photo off of my S3 container.
When it's on my local, this works :
def photo_geometry(style = :original)
@geometry ||= {}
@geometry[style] ||= Paperclip::Geometry.from_file photo.path(style)
end
But it doesn't seem to work when I switch my model over to S3.. Any recommendations?
The bigger s...