cleaning up

This commit is contained in:
Hossein Shafagh 2019-04-11 14:12:31 -07:00
parent ec3d2d7316
commit 60edab9f6d
1 changed files with 0 additions and 6 deletions

View File

@ -252,12 +252,6 @@ class AWSDestinationPlugin(DestinationPlugin):
}
]
# 'elb': {
# 'name': {'type': 'name'},
# 'region': {'type': 'str'},
# 'port': {'type': 'int'}
# }
def upload(self, name, body, private_key, cert_chain, options, **kwargs):
iam.upload_cert(name, body, private_key,
self.get_option('path', options),