Skip to content

Commit

Permalink
Remove double S from S3ObjectVersion (fixes cloudtools#530) (cloudtoo…
Browse files Browse the repository at this point in the history
  • Loading branch information
benbridts authored and covataamos committed Oct 24, 2016
1 parent 6eb564f commit 45443ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troposphere/awslambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def validate(self):
zip_file = self.properties.get('ZipFile')
s3_bucket = self.properties.get('S3Bucket')
s3_key = self.properties.get('S3Key')
s3_object_version = self.properties.get('SS3ObjectVersion')
s3_object_version = self.properties.get('S3ObjectVersion')

if zip_file and s3_bucket:
raise ValueError("You can't specify both 'S3Bucket' and 'ZipFile'")
Expand Down

0 comments on commit 45443ab

Please sign in to comment.