- An equivalent gem of
aws-sdkthat provides resource oriented interfaces and other higher-level abstractions for many AWS services. Please see theV3_UPGRADING_GUIDE.mdguide for upgrading details.
-
Service modules have been removed from
aws-sdk-core. They are now available in service gems. Theaws-sdk-coregem now only contains shared utilities, such as credential providers, logging, etc. If you had a dependency onaws-sdk-corepreviously to use Amazon S3, replace it instead withaws-sdk-s3. If you want to load every AWS service gem, use theaws-sdkgem. -
Moved the
aws.rbREPL from theaws-sdk-coregem into theaws-sdkgem. -
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_servicemethod. 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-sfnis deprecated, useaws-sdk-statesinstead. -
Preview Gem
aws-sdk-lexruntimeserviceis deprecated, useaws-sdk-lexinstead.
Please see UPGRADING.md
Please see MIGRATING.md