Method: Jets::Resource::S3::Bucket#initialize

Defined in:
lib/jets/resource/s3/bucket.rb

#initialize(props = {}) ⇒ Bucket

Returns a new instance of Bucket.



4
5
6
7
# File 'lib/jets/resource/s3/bucket.rb', line 4

def initialize(props={})
  @props = props # associated_properties from dsl.rb
  @bucket_logical_id = props.delete(:logical_id) || "{namespace}_s3_bucket"
end