Chapter 1. Managing Common Operations with AWS SDKs
We will cover the basic operations of AWS SDKs to understand what they can do with Amazon S3 with the official AWS SDK sample application code to create S3 buckets, and upload, list, get, and download objects into and from a bucket.
In this chapter, we will cover:
- Learning AWS SDK for Java and basic S3 operations with sample code
- Learning AWS SDK for Node.js and basic S3 operations with sample code
- Learning AWS SDK for Python and basic S3 operations with sample code
- Learning AWS SDK for Ruby and basic S3 operations with sample code
- Learning AWS SDK for PHP and basic S3 operations with sample code