
AWS SDK for Ruby - Amazon Web Services
The SDK helps take the complexity out of coding by providing Ruby classes for AWS services including Amazon S3, Amazon EC2, DynamoDB, and more. The SDK is available as semantically-versioned, …
Installing the AWS SDK for Ruby
We recommend only installing the gems for the AWS services you use. These are named like aws-sdk- service_abbreviation and the complete list is found in the Supported Services table of the AWS SDK …
Downloading Objects from Amazon S3 using the AWS SDK for Ruby
May 7, 2014 · The AWS SDK for Ruby provides a few methods for getting objects out of Amazon S3. This blog post focuses on using the v2 Ruby SDK (the aws-sdk-core gem) to download objects from …
File: README — AWS SDK for Ruby V3
Alternatively, the aws-sdk gem contains every available AWS service gem. This gem is very large; it is recommended to use it only as a quick way to migrate from V2 or if you depend on many AWS services.
Creating a simple application using the AWS SDK for Ruby
AWS SDK for Ruby is designed to be modular and is separated by AWS service. After the gem is installed, the require statement at the top of your Ruby source file imports the AWS SDK classes and …
Module: Aws::S3 — AWS SDK for Ruby V3
gems/aws-sdk-s3/lib/aws-sdk-s3/encryptionV2/default_key_provider.rb, gems/aws-sdk-s3/lib/aws-sdk-s3/access_grants_credentials_provider.rb, gems/aws-sdk-s3/lib/aws-sdk …
Class: Aws::S3::Resource — AWS SDK for Ruby V3
Specifies whether you want S3 Object Lock to be enabled for the new bucket. This functionality is not supported for directory buckets.
Class: Aws::S3::Client — AWS SDK for Ruby V3
Includes: ClientStubs Defined in: gems/aws-sdk-s3/lib/aws-sdk-s3/client.rb Overview An API client for S3. To construct a client, you need to configure a :regionand :credentials. …
Class: Aws::S3::Object — AWS SDK for Ruby V3
Dec 21, 2012 · The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx. # sse_customer_algorithm ⇒ String If server-side encryption with a customer-provided …
What is the AWS SDK for Ruby? - AWS SDK for Ruby
The AWS SDK for Ruby provides support libraries for almost all AWS services, including Amazon Simple Storage Service (Amazon S3), Amazon Elastic Compute Cloud (Amazon EC2), and Amazon …