Все вопросы: [amazon-s3]
176 вопросов
Стоит ли беспокоиться о битовых флипах на Amazon S3?
У меня есть данные, которые я хочу сохранить на Amazon S3 .Некоторые из этих данных зашифрованы, а некоторые сжаты.Стоит ли беспокоиться о сальто одиночных битах?Я знаю хэш-заголовок MD5, который можно добавить.Это (по моему опыту) предотвратит перевороты в самой ненадежной части сделки (сетево...
Использование Uploadify для POST напрямую в Amazon S3
Может ли кто-нибудь сказать мне, как использовать Uploadify для загрузки непосредственно в Amazon S3? Мой код выглядит следующим образом: $('#fileInput').uploadify({ 'fileDataName' : 'file', 'uploader' : 'uploadify.swf', 'script' : 'http://BUCKET-NAME-GOES-HERE.s3.amazonaws.com...
Каков примерный процент потери файлов S3
Я пытаюсь сообщить клиенту о вероятности потери файлов в S3.Еще хотелось бы узнать, можно ли от S3 потерять целое ведро.Итак, я хотел бы знать следующее: Есть ли задокументированный ожидаемый процент потери файлов в S3? Есть ли в S3 задокументированный ожидаемый процент потери корзины? К...
Загрузка секретных файлов FLV из Amazon S3
Я начинаю новый проект, в котором пользователи платят за просмотр обучающих видео.Эти видео (FLV) размещаются на Amazon S3, а сам сайт размещается на обычном веб-хосте. Я пытался прочитать о защите файлов S3 и не могу найти для этого подходящего решения.Я не хочу, чтобы мои пользователи скачи...
Перенос данных из EC2 в S3?
Я запускаю приложение Rails, использующее Paperclip, чтобы заботиться о вложенных файлах, изменении размера изображений и т. д. В настоящее время приложение размещено в облаке EngineYard, и все вложения хранятся в их EBS.Думаю об использовании S3 для обработки всех вложений в скрепки. Кто-ниб...
получение глобального имени ведра s3 при использовании скрепки в рельсах
Это, вероятно, глупый вопрос, но есть ли способ извлечь имя корневого сегмента из имеющегося у меня файла YML s3? В других руководствах, которые я видел, предполагается, что сегменты называются development / test- (что угодно). Я просто хочу вытащить именно то, что находится в amazon 3s yml, ина...
Heroku: обслуживание больших динамически генерируемых активов без локальной файловой системы
У меня вопрос о размещении больших динамически создаваемых ресурсов и Heroku . Мое приложение будет предлагать массовую загрузку подмножества своих базовых данных, которые будут состоять из большого файла (> 100 МБ), создаваемого каждые 24 часа. Если бы я работал на сервере, я бы просто з...
Как создать эскизы на Amazon S3?
У меня нет идей по этому поводу. Я работаю над CMS, которая использует файловый браузер для хранения всех медиафайлов в корзине S3. У меня есть 4 варианта размеров миниатюр, которые создают новые миниатюры из исходного изображения.Если я делаю это на стороне сервера в PHP, это нормально - я ...
ASIS3request Ошибка формата XML Amazon S3
Я использую ASIS3request для загрузки фотографии с iphone на Amazon S3 сервис. В основном я следовал инструкциям по документации. Однако я получаю следующую ошибку. "Предоставленный вами XML не был правильно сформирован или не прошел проверку на соответствие наша опубликованная схема "....
S3 + DevPay для пользовательского приложения, нужно ли жестко закодировать свой ProductToken?
Субъект говорит все, документы REST api, кажется, заставляют меня думать, что я делаю (и если я не буду, мой код не работает) Сделайте: -жесткий код ProductToken -спрашивать у пользователя ключ авторизации Не делать: -жесткий код (или использовать) идентификатор ключа доступа -жесткий код ...
Параметры резервного копирования БД (для облачных БД, таких как Amazon ESB и GAE)
Какие существуют параметры резервного копирования БД (в автономном режиме): 1 - Amazon EC2 2 - GAE (Google App Engine) Примечание. Например, ESB (Amazon Elastic Block Store) предоставляет отличные снимки состояния, что очень удобно;и мы можем делать резервные копии в Amazon S3, что тоже...
Создание устаревших ссылок на контент, размещенный в S3 или Cloudfront, с помощью ASP .Net
У кого-нибудь есть пример создания подписанного URL-адреса с истечением срока действия с использованием ASP .Net?Я изучаю использование LitS3 или ThreeSharp в моем проекте, и я не видел каких-либо конкретных методов для этого ни в одном из этих проектов.Спасибо.
ruby aws-s3 bucket problem
I'm trying to test the aws-s3 gem for ruby, but I'm getting a weird reply: I connect, and can see I am connected, then I run: AWS::S3::Service.buckets and get the [] reply as expected, then I create a bucket AWS::S3::Bucket.create('some-name') and get true as a reply, then I run AWS::S3::Service...
Querystring in S3-Key
It seems like you can upload files to s3 with a key including a questionmark, like: test.html?p=1 But then i can not access it. If i try to access test.html?p=1 i will get the object stored with the key "test.html", is there some way to make this work? There is no problem if i end up on test.ht...
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 users to generate custom thumbnail sizes on the fly using Python's Imaging library with some help fr...
Rails based S3 file manager
I'm looking for an open source project that provides a file manager type interface to S3. The ability to view files and "folders", add/edit/delete files/folders, etc. I've seen http://s3fm.com, but I'd like to host something like that myself. Does anything like this exist? Thanks.
Rails Paperclip conflict between aws-s3 gem and right_aws gem. How to solve?
for a new App I want to use paperclip to store Files to S3. I already have installed the aws-s3 gem for another app. That seems to cause some problems, because Paperclip should use right_aws but is trying to use the aws-s3 gem. But I don't want to remove the aws-s3 gem from my system. Is there a ...
Is it possible to do Flash pseudo streaming with S3?
I've been using S3 to store and serve FLV and MP4 videos. It works great, but the content is progressively downloaded. I was wondering if it is possible to get so-called "pseudo streaming" to work with S3. Pseudo streaming allows viewers to seek ahead in a video before the full video has dow...
Engine Yard with paperclip
Greetings, has anyone of you used the paperclip plugin on Engine Yards hosting service? Are there any problems to solve or anything to pay special attention to? Is the paperclip on heroku example of Pedro Belo fitting? Thanks for your comments, Joe
Making files uploaded to s3 public
I'm using s3-swf-upload-plugin in a Rails project to upload directly to S3. Pretty nifty, but can't seem to figure out how to make the uploaded files public. S3 doesn't seem to have the concept of public "buckets". Any ideas?
Deleting From Amazon S3
I have a (hopefully easy) question regarding Amazon S3 and Cloudfront. I'm using S3Fox, and I have a CNAME setup to point to my bucket: http://mycname.mydomain.com I've noticed that when I open/access that file via a distribution URL (my CNAME), and then, go to delete the file from the bucket l...
PHP Force Download of Remote File
I have a bunch of videos stored on my Amazon S3 storage. I'm working on creating a PHP script, very similar to the one here, where users can download the videos to their hard drive. I'd like to use something like this: <?php $file_name = $_GET['file']; $file_url = 'http://www.myamazons3.co...
what cloud API to use - simplecloud?
I work for a company which is developing a media asset management website. We've decided to modify our web app to host our media on the cloud. We will license this web application to our customers and allow them to choose whatever cloud service they want. Currently we are using Amazon S3 and I ma...
Uploading to Amazon S3 using cURL/libcurl
I am currently trying to develop an application to upload files to an Amazon S3 bucket using cURL and c++. After carefully reading the S3 developers guide I have started implementing my application using cURL and forming the Header as described by the Developers guide and after lots of trials and...
cURL Array from Amazon S3 PHP Class
I'm currently using the Amazon S3 PHP Class, getObjectInfo() The line I'm using is this: $info = $s3->getObjectInfo($bucketName, baseName($uploadFile)); echo "S3::getObjecInfo(): Info for {$bucketName}/".baseName($uploadFile).': '.print_r($info, 1); And it returns something like this...
Save Image from URL to Amazon S3 using PHP
I'm looking for some help and direction on how I can pull an image from a URL (these are my own images) and move/upload the image to my Amazon S3 bucket, using PHP. For example, let's say the image I need is: http://myhost.com/image.jpg I would like to be able to move this image (image.jpg) to...
how to use a private yum repo on amazon-s3 to provision amazon-ec2 instances?
My fantasy is to be able to spin up a standard AMI, load a tiny script and end up with a properly configured server instance. Part of this is that I would like to have a PRIVATE yum repo in S3 that would contain some proprietary code. It seems that S3 wants you to either be public or use AMZN's...
can Amazon be used to offload server of static files for a Ruby on Rails app, but still support the app's authentication & authorization?
Can one of the Amazon services (their S3 data service, or otherwise) be used to offload server of static files for a Ruby on Rails app, but still support the app's authentication & authorization? That is such that when the user browser downloaded the initial HTML for one page of the Ruby o...
Does anyone have experience using the Affirma ThreeSharp library on a 64 bit machine?
I have been developing and testing the ThreeSharp library on a 32bit Vista machine with no problems. However, when I deploy to a 64 bit machine the application will start ok then dramatically slow down after about 1 minute and terminate without any message. When I look into the logs I see "Applic...
How to clone a key in Amazon S3 using Python (and boto)?
I have a file contained in a key in my S3 bucket. I want to create a new key, which will contain the same file. Is it possible to do without downloading that file? I'm looking for a solution in Python (and preferably boto library).