예제 #1
0
파일: cmd.py 프로젝트: zurikus/wal-e
def s3_instance_profile():
    from wal_e.blobstore import s3

    return s3.InstanceProfileCredentials()
예제 #2
0
파일: cmd.py 프로젝트: tghorse/wal-e
def s3_instance_profile(args):
    from wal_e.blobstore import s3

    assert args.aws_instance_profile
    return s3.InstanceProfileCredentials()