Method: Awspec::Helper::Type#s3

Defined in:
lib/awspec/helper/type.rb

#s3(name) ⇒ Object



29
30
31
32
33
# File 'lib/awspec/helper/type.rb', line 29

def s3(name)
  puts ''
  puts Color.on_red(Color.white('!!! `s3` type is deprecated. use `s3_bucket` !!!'))
  Awspec::Type::S3Bucket.new(name)
end