charm-aws-integrator:s3

Last commit made on 2018-04-04
Get this branch:
git clone -b s3 https://git.launchpad.net/charm-aws-integrator

Branch merges

Branch information

Name:
s3
Repository:
lp:charm-aws-integrator

Recent commits

68ae7d5... by Cory Johns

Fix colocated charms causing SG tagging to blow up

32a8ebb... by Cory Johns

Fix lint errors and missing exception param

4f53c30... by Cory Johns

Add docstrings to everything to make Tim happy

0dc73ad... by Cory Johns

Implement S3 enablement

Pattern lists require app specific policies, which led to some
refactoring of the entity naming conventions and cleanup to accomodate
them. New cleanup logic make the update-status hook more efficient.

a09d5f8... by Cory Johns

Implement Route53 enablement (#8)

2bd49cf... by Cory Johns

Merge pull request #7 from juju-solutions/remove-caching

Improve handling of unexpected situations

fbe1cef... by Cory Johns

Fix result keys in list-iam-entities

2615952... by Cory Johns

Improve handling of unexpected situations

Remove caching of API results, because entities could disappear (or be
purged) behind our backs, and we need to handle that gracefully.

Fix handling of departed and rejoined units.

Improve purge-iam-entities action and add list-iam-entites action.

6293407... by Cory Johns

Merge pull request #6 from juju-solutions/ebs

Implement EBS enablement

3a19669... by Cory Johns

Implement EBS enablement