~tribaal/txaws/xss-hardening

« back to all changes in this revision

Viewing changes to txaws/credentials.py

Merged 424018-add-keypair-support [r=jkakar] [f=424018]

This change implements three keypair methods in the EC2 client:
 1. describe_keypairs
 2. create_keypair
 3. delete_keypair

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
from txaws.util import hmac_sha1
9
9
 
10
10
 
11
 
__all__ = ['AWSCredentials']
 
11
__all__ = ["AWSCredentials"]
12
12
 
13
13
 
14
14
ENV_ACCESS_KEY = "AWS_ACCESS_KEY_ID"