Notes WeSQL is an innovative MySQL distribution that adopts a compute-storage separation architecture, with storage backed by S3 (and S3-compatible systems). It can run on any cloud, ensuring no vendor lock-in. Unfurl
NotesAmazon S3 can now perform conditional writes that evaluate if an object is unmodified before updating it. This helps you coordinate simultaneous writes to the same object and prevents multiple concurrent writers from unintentionally overwriting the object without knowing the state of its content. You can use this capability by providing the ETag of an object using S3 PutObject or CompleteMultipartUpload API requests in both S3 general purpose and directory buckets.Unfurl
NotesIf you’re using Amazon S3 to store your website’s files, and you want some of them to be private, only accessible to certain users, and particularly if you’re using Django, here’s how.
FeedUnfurl
NotesAmazon just released a bunch of new services. My favorite is Lambda. Lambda allows me to deploy simple micro-services without having to setup any servers at all. Everything is hosted in the AWS cloud. Another cool thing about Lambda services is that the default runtime is Node.js!
FeedUnfurl
NotesI’ve just setup this blog using an S3 bucket as the origin server, CloudFront as my CDN, and SSL for under $10. Since there were so many articles to read along the way, I’m gathering up what worked for me all in one place.Unfurl
NotesThe following example shows the complete process for constructing a policy and form to upload a text area. Uploading a text area is useful for submitting user-created content, such as blog postings.Unfurl
NotesThis article shows how WIF can be used to give many users a "Personal File Store" all housed within a single Amazon S3 bucket without the need for any backend infrastructure.Unfurl
NotesCross-origin resource sharing (CORS) defines a way for client web applications that are loaded in one domain to interact with resources in a different domain. With CORS support in Amazon S3, you can build rich client-side web applications with Amazon S3 and selectively allow cross-origin access to your Amazon S3 resources. Unfurl
NotesA few weeks ago, I decided to create an email-powered blog that is hosted in an Amazon s3 bucket as a website. I wanted to be able to email new posts to the blog and have them published automatically. I use the email subject line as the title of the post and the email body as the text of the post (written in markdown).FeedUnfurl
Notess3cmd is a command line tool for uploading, retrieving and managing data in Amazon S3. With s3cmd we can perform other related tasks as well, such as creating buckets, removing buckets, listing objects and synchronizing directory trees.Unfurl
NotesFile Conveyor is a daemon written in Python to detect, process and sync files.
Designed to sync files to CDNs. Amazon S3 & CloudFront and Rackspace Cloud Files, as well as any Origin Pull CDN or FTP Push CDN are supported.Unfurl
Notes"This is a instruction guide on how to modify the Synology Server to backup files to Amazon's S3 service, an online storage space, offered by Amazon.com<br />
<br />
To backup (synchronize) your data from your Synology box to Amazon S3, you'll need to install some additional software on your machine, like OpenSSL, wget-SSL, ruby and s3sync. This installation is detailed here. "Unfurl
Notes"If I finished putting my archives on S3 it would cost me well over $200 a month. I’m not even going to get into much deep math here because all I gotta tell you is that there are 1 TB USB 2 External drives on Amazon for under $150. So I can buy a new TB every MONTH, copy a backup to it and ship it offsite and let it sit and it’s cheaper than S3"Unfurl
Notes"This project allows you to host a "private instance of S3" on top of Google's infrastructure (big table, etc), leveraging existing client S3 libraries and applications - no need to reinvent the wheel."Unfurl
Notes"in each of Voxlite’s EC2 instances, a cron job is created that runs periodically and registers the server as a cluster member by writing an empty file with the key servers/{AWS IP address} to a publicly readable S3 bucket."Unfurl
Notes"I've been working on an Amazon S3 client in Apollo, and I finally got around to extracting the S3 library and making it its own project. I put it up on Google Code under the name as3awss3lib."Unfurl
Notes"A set of *nix like command line tools for working with s3. They are backed by a simple python library that can be used to work with the material you have uploaded to S3."Unfurl
Notes"Mitch uses Amazon S3 for rock-solid video file storage, Amazon EC2 to rip through the video conversion, and Amazon SQS for messaging during the conversion carnage."Unfurl
Notes"Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale computing easier for developers."Unfurl
Notes"The Queued Server uses the Amazon S3 storage service as a queue to process requests from clients. Client development is done with the Google Web Toolkit and the Openfount extensions."Unfurl
Notes"List your solution in the Amazon Web Services Solutions Catalog, which is linked directly off of our web site, and also exposed within the Developer Connection. Bring visibility about your innovations to the audiences you're targeting."Unfurl
Notes"if I have a bunch of publicly accessible objects in my S3 buckets, then won't I have to pay bandwidth costs when Google/yahoo/a9 and all the other search engines go and spider my buckets?"Unfurl
NotesAmazon's Adam Selipsky discusses Amazon S3 (Simple Storage Service). The new web service provides pay-as-you-go data storage for web developers. More information is available today at aws.amazon.com/s3. (MP3, 5:03 mins.)Unfurl
Notes"After offloading some website traffic to S3 I started to wonder if there was a way to get rid of the S3 URL and replace it with something that has my own domain in it."Unfurl