Class: Humidifier::AwsAdapters::SDKV3

Inherits:
SDKV2
  • Object
show all
Defined in:
lib/humidifier/aws_adapters/sdkv3.rb

Overview

The adapter for v3 of aws-sdk

Constant Summary collapse

S3_SDK_MESSAGE =

The notice to add the ‘aws-sdk-s3` gem when it is needed.

<<-MSG
The AWS SDK for versions 3+ have broken out individual AWS modules into their
own gems. Since the stack that you're attempting to use is large enough that it
needs to be uploaded to S3, humidifier needs to load the S3 SDK. Please make
sure that the 'aws-sdk-s3' gem is available in your load path.
MSG

Constants inherited from SDKV2

Humidifier::AwsAdapters::SDKV2::TIME_FORMAT

Method Summary

Methods inherited from SDKV2

#create_change_set, #deploy_change_set, #exists?

Methods inherited from Base

#create, #delete, #deploy, #update, #upload, #valid?