Merge pull request #1713 from coreos-inc/enable-iam
Enable IAM support for S3 storage
This commit is contained in:
commit
2caa82d091
4 changed files with 14 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue