- An equivalent gem of
aws-sdk
that provides resource oriented interfaces and other higher-level abstractions for many AWS services. Please see theV3_UPGRADING_GUIDE.md
guide for upgrading details.
-
Service modules have been removed from
aws-sdk-core
. They are now available in service gems. Theaws-sdk-core
gem now only contains shared utilities, such as credential providers, logging, etc. If you had a dependency onaws-sdk-core
previously to use Amazon S3, replace it instead withaws-sdk-s3
. If you want to load every AWS service gem, use theaws-sdk
gem. -
Moved the
aws.rb
REPL from theaws-sdk-core
gem into theaws-sdk
gem. -
Aws.eager_autoload!
is deprecated as all autoload statements have been replaced with require statements. Calling this method will now generate a warning and have no other effect. -
Removed the
Aws.add_service
method. Services are no longer defined at runtime. Each service is now defined in a seperate gem, e.g.aws-sdk-s3
,aws-sdk-ec2
, etc. -
Preview Gem
aws-sdk-sfn
is deprecated, useaws-sdk-states
instead. -
Preview Gem
aws-sdk-lexruntimeservice
is deprecated, useaws-sdk-lex
instead.
Please see UPGRADING.md
Please see MIGRATING.md