Merge pull request #1713 from coreos-inc/enable-iam

Enable IAM support for S3 storage
This commit is contained in:
josephschorr 2016-08-16 16:13:29 -04:00 committed by GitHub
commit 2caa82d091
4 changed files with 14 additions and 12 deletions

View file

@ -1,6 +1,6 @@
import logging
from peewee import JOIN_LEFT_OUTER, fn, SQL, IntegrityError
from peewee import SQL, IntegrityError
from cachetools import lru_cache
from collections import namedtuple