AWS Developer Tools Blog
Category: Programing Language
Efficient Amazon S3 Object Concatenation Using the AWS SDK for Ruby
Today’s post is from one of our Solutions Architects: Jonathan Desrocher, who coincidentally is also a huge fan of the AWS SDK for Ruby. There are certain situations where we would like to take a dataset that is spread across numerous Amazon Simple Storage Service (Amazon S3) objects and represent it as a new object […]
The Three Different APIs for Amazon S3
The AWS SDK for .NET has three different APIs to work with Amazon S3. The low-level API found in the Amazon.S3 and Amazon.S3.Model namespaces provides complete coverage of the S3 APIs. For easy uploads and downloads, there is TransferUtility, which is found in the Amazon.S3.Transfer namespace. Finally the File I/O API in the Amazon.S3.IO namespace […]
AWS Service Provider for Silex – Version 1.1.0
We would like to announce the availability of version 1.1.0 of the AWS Service Provider for Silex. This release updates the package’s dependencies to work with the latest versions of the AWS SDK for PHP and Silex. Let us know what you think! Please submit any issues or feature requests to our GitHub issue tracker.
High-Level APIs in the AWS SDK for Java
Today, at AWS re:Invent 2013, I’m talking about some of the high-level APIs for Amazon S3 and Amazon DynamoDB, but there are a whole lot more high-level APIs in the SDK that I won’t have time to demo. These high-level APIs are all aimed at specific common tasks that developers face, and each one can […]
Release: AWS SDK for PHP – Version 2.4.10
We would like to announce the release of version 2.4.10 of the AWS SDK for PHP. This release adds support for AWS CloudTrail, identity federation using SAML 2.0 for AWS Identity and Access Management (IAM), and a few new features to the Amazon Redshift client. Changelog Added support for AWS CloudTrail Added support for identity […]
AWS re:Invent 2013
AWS re:Invent is this week (November 12th-15th) in Las Vegas! We are excited to be here now, and to have an opportunity to talk to you in person. There is going to be a lot of great technical content year. Loren Segal and I will be presenting a session on Thursday called Diving Into the […]
Client Side Data Encryption with AWS SDK for .NET and Amazon S3
What is client-side encryption, and when would you want to use it? Version 2 of AWS SDK for .NET provides an easy-to-use Amazon S3 encryption client that allows you to secure your sensitive data before you send it to Amazon S3. Using the AmazonS3EncryptionClient class, the SDK automatically encrypts data on the client when uploading […]
GA Release of AWS SDK for .NET Version 2
We are excited to announce the General Availability (GA) release of AWS SDK for .NET version 2! This is the next major release of the SDK, which adds support for Windows Store, Windows Phone, and .NET Framework 4.5 platforms. You can download it here. Improvements One of the most exciting new features of version 2 […]
See You at AWS re:Invent 2013
AWS re:Invent is next week (November 12th-15th) in Las Vegas! We are excited to be there and to have an opportunity to talk to you in person. There is going to be a lot of great technical content year. Michael Dowling and I will be presenting a session on Friday called Mastering the AWS SDK […]
Release: AWS SDK for PHP – Version 2.4.9
We would like to announce the release of version 2.4.9 of the AWS SDK for PHP. This release adds support for cross zone load balancing in Elastic Load Balancing, stack policies in AWS CloudFormation, and the Gateway-Virtual Tape Library in AWS Storage Gateway. Changelog Added support for cross-zone load balancing to the Elastic Load Balancing […]