Exemplo n.º 1
0
Arquivo: cmd.py Projeto: zurikus/wal-e
def s3_instance_profile():
    from wal_e.blobstore import s3

    return s3.InstanceProfileCredentials()
Exemplo n.º 2
0
Arquivo: cmd.py Projeto: tghorse/wal-e
def s3_instance_profile(args):
    from wal_e.blobstore import s3

    assert args.aws_instance_profile
    return s3.InstanceProfileCredentials()