Registry / cloud / aws-sdk

aws-sdk

JSON →
library3.3.0rbrubygemsunverified

The official AWS SDK for Ruby provides both resource oriented interfaces and API clients for AWS services.

gem install aws-sdk
INSTALL
IMPORT
SIG · AWS-SDK
A
aws-sdk
cloudrubyv3.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Aws
require 'aws-sdk'

List all S3 buckets using the AWS SDK

require 'aws-sdk' s3 = Aws::S3::Client.new(region: 'us-west-2') resp = s3.list_buckets puts resp.buckets.map(&:name)
Debug
Known issues
gotchaThe aws-sdk gem is a meta-gem that loads all service gems; prefer using individual service gems like aws-sdk-s3 for faster loading.
fix
Replace require 'aws-sdk' with require 'aws-sdk-s3' and install only the needed service gems.
affects: >= 3.0.0
Upgrade
Version history
3.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
1
Resources
aws-sdk — gem install aws-sdk · libregistry