Hi Mark, Thank you for sharing the information! AWS S3 is awesome, but it has one major disadvantage - it's not possible to set custom headers. There is a big thread on their forum [1], but despite of many complaints they haven't fixed it. It's not possible to control CORS and the only working solution is flash uploading with xml-based policy. Also, when you directly upload files, it's possible to setup redirect url and upon successful upload S3 service redirects and attach file specific arguments to the url, but upon unsuccessful upload it shows you an xml page with an error. I don't know why it work the way it works, but it seems so easy to customize their service backend and provide these useful features to their clients. It confuses me. Now we have a proxy server that proxies the uploads to S3 and sets custom headers. So, my question. Is it possible to customize per-file headers and what additional advantages Riak CS has?
Thank you! [1] https://forums.aws.amazon.com/thread.jspa?threadID=34281 Best regards, Andrey Martyanov On Wed, Mar 28, 2012 at 7:40 AM, Reid Draper <[email protected]> wrote: > > On Mar 27, 2012, at 10:26 PM, Alexander Sicular wrote: > > > On Mar 27, 2012, at 9:59 PM, Andrew Thompson wrote: > > > >> On Tue, Mar 27, 2012 at 09:55:17PM -0400, Alexander Sicular wrote: > >>> Awesome. Grats on the release and all the hard work that went into it. > >>> > >>> 1. I heard differing things when I asked in other forums but I wanted > to get an answer here, does Riak CS support range requests? Aka give me > bytes 100-200 from this 3MB file. > >> > >> As Reid Draper said on HN, yes it does support range queries. > > > > I got a DM from someone else at Basho that said otherwise. > Sorry for the confusion. The first version of the "developer release" of > Riak CS does not support range requests, but it will shortly after. > > > > > >>> 2. Pricing. Is Riak CS priced like S3 in terms of storage volume, > bandwidth and lookups? > >> > >> Pricing is per-node. I believe you can cram as many CPUs, drives and RAM > >> info a node as you want and pay the same flat per-node price. > > > > That's awesome. My own private S3 or someone else will host one for me. > > > > Thanks! > > _______________________________________________ > > riak-users mailing list > > [email protected] > > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com >
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
