Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
🍝 Suffix aws_s3_cors_configuration_rule.rb class with Rule
Browse files Browse the repository at this point in the history
  • Loading branch information
erran committed Jun 27, 2016
1 parent 5abf318 commit f4b2d1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Template
class ResourceProperty
# Represents an {http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html
# Amazon S3 Cors Configuration Rule}
class S3CorsConfiguration < ResourceProperty
class S3CorsConfigurationRule < ResourceProperty
property :allowed_headers, 'AllowedHeaders', :type => :list
property :allowed_methods, 'AllowedMethods', :type => :list
property :allowed_origins, 'AllowedOrigins', :type => :list
Expand Down

0 comments on commit f4b2d1c

Please sign in to comment.