Registry / cloud / aws-sdk-core

aws-sdk-core

JSON →
library3.242.0rbrubygemsunverified

Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby.

gem install aws-sdk-core
INSTALL
IMPORT
SIG · AWS-SDK-CORE
A
aws-sdk-core
cloudrubyv3.242.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-core'

List all S3 buckets using the AWS SDK.

require 'aws-sdk-core' client = Aws::S3::Client.new(region: 'us-west-2') resp = client.list_buckets puts resp.buckets.map(&:name)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.242.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
26
Resources
aws-sdk-core — gem install aws-sdk-core · libregistry