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

correct bucket_name to bucket.name #506

Merged
merged 1 commit into from
Apr 18, 2017
Merged

correct bucket_name to bucket.name #506

merged 1 commit into from
Apr 18, 2017

Conversation

dwo
Copy link
Contributor

@dwo dwo commented Apr 18, 2017

I had written something thinking it should be

buckets = client.list_buckets()
bucket_set = set([bucket.bucket_name for bucket in buckets])

but I actually had to write

buckets = client.list_buckets()
bucket_set = set([bucket.name for bucket in buckets])

@dwo
Copy link
Contributor Author

dwo commented Apr 18, 2017

sorry, probably should have [ci skip]'d this 🙊

@harshavardhana
Copy link
Member

Thanks for the PR @dwo

@harshavardhana harshavardhana merged commit 20fb884 into minio:master Apr 18, 2017
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

3 participants