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

Support s3 bucket CorsConfiguration resource property #136

Merged
merged 2 commits into from
Jun 27, 2016

Conversation

erran-r7
Copy link
Contributor

@erran-r7 erran-r7 commented Jun 27, 2016

These changes are required to support setting the CorsConfiguration through convection.


cc @abegley-r7 @simonirwin-r7 @mmckeaveney-r7

@@ -13,12 +13,18 @@ class S3Bucket < Resource
type 'AWS::S3::Bucket'
property :bucket_name, 'BucketName'
property :access_control, 'AccessControl'
property :cors_configurationm, 'CorsConfiguration'
property :cors_configuration, 'CorsConfiguration'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE: This fix should be pulled in via #135.

@abegley-r7
Copy link
Contributor

abegley-r7 commented Jun 27, 2016

Looks good, only concern is impacting current stacks, spoke with @erran-r7 with regards to current usage, looks like no other stack references/makes use of CORS.

@erran-r7
Copy link
Contributor Author

Looks good, only concern is impacting current stacks, spoke with @erran-r7 with regards to current usage, looks like no other stack references/makes use of CORS.

@abegley-r7 spoke to @jmanero-r7 and I'm going to address that in #135 with a deprecation warning for the bad property name.

@erran-r7 erran-r7 force-pushed the support-s3-bucket-configuration-types branch from 7078ca0 to f4b2d1c Compare June 27, 2016 13:42
@erran-r7
Copy link
Contributor Author

I'm going to address that in #135 with a deprecation warning for the bad property name.

Done! Merging after tests complete.

@erran-r7 erran-r7 merged commit 027b1ac into v0.2 Jun 27, 2016
@erran-r7 erran-r7 deleted the support-s3-bucket-configuration-types branch June 27, 2016 13:47
@erran-r7 erran-r7 changed the title Support s3 bucket configuration types Support s3 bucket CorsConfiguration resource type Jun 27, 2016
@erran-r7 erran-r7 changed the title Support s3 bucket CorsConfiguration resource type Support s3 bucket CorsConfiguration resource property Jun 27, 2016
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants