Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update glacier resource model #196

Merged
merged 1 commit into from
Jul 30, 2015
Merged

Conversation

kyleknap
Copy link
Contributor

Fixes #178

Can confirm it works as well:

In [1]: import boto3

In [2]: accountId = '-'

In [3]: glacier = boto3.resource('glacier')

In [4]: account = glacier.Account(accountId)

In [5]: vault_iterator = account.vaults.all()

In [6]: print(list(vault_iterator))
[glacier.Vault(account_id='-', name='foo')]

cc @jamesls @mtdowling @rayluo

@jamesls
Copy link
Member

jamesls commented Jul 30, 2015

:shipit:

kyleknap added a commit that referenced this pull request Jul 30, 2015
Update glacier resource model
@kyleknap kyleknap merged commit cff6109 into boto:develop Jul 30, 2015
@kyleknap kyleknap deleted the glacier-fix branch July 30, 2015 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants