CATEGORIES
- WEB STARTUPS
- CONFERENCES
- WEB JOBS
- MICROSOFT
- INTERVIEWS
- VIDEO
- AMAZON
- ALL TOPICS
CONTRIBUTORS
Amazon Web Services Launches Multipart S3 Uploads
One of the things I like about Amazon Web Services (that’s the cloud computing division of Amazon) is how often they add new features and options to the various services under the umbrella of Amazon Web Services. I’ve also noticed a bunch of small UI improvements over the past few weeks. And unlike other cloud computing vendors, they continue to work to lower the prices of their services.
Today Amazon announced the launch of Multipart Upload for the S3 storage service. As an aside, this reminds me of using newsgroups in the mid-1990s where you would download 180 parts to get one image of Cindy Crawford. The Multipart Upload allows you to upload large files in parts and then Amazon puts the pieces together to create the final file. Amazon says this new feature is great for uploading multiple parts of the one file at the same time, ability to pause and resume and upload and also the ability to upload a file of unknown size.
You can find out more about using the new Multipart Upload with Java, .NET and PHP on the Amazon developer documentation site. The Multipart Upload also works with the REST API. If reading documentation isn’t your style, there’s also a demo webcast next week.



