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

Renaming storage.get_all_buckets to storage.list_buckets. #806

Merged
merged 1 commit into from
Apr 9, 2015

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Apr 7, 2015

Also adding support for optional query parameters of storage.buckets.list.

Note this rename is "proposed" in #761. If there are issues we don't have to move forward with it.

Relates to #802.

@dhermes dhermes added the api: storage Issues related to the Cloud Storage API. label Apr 7, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 7, 2015
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 7859444 on dhermes:rename-get-all-buckets into * on GoogleCloudPlatform:master*.

@@ -25,7 +25,7 @@
connection = storage.get_connection()

# OK, now let's look at all of the buckets...
print(demo.get_all_buckets(connection)) # This might take a second...
print(demo.list_buckets(connection)) # This might take a second...

This comment was marked as spam.

This comment was marked as spam.

Also adding support for optional query parameters of
storage.buckets.list.
@dhermes
Copy link
Contributor Author

dhermes commented Apr 8, 2015

@tseaver Addressed issues. PTAL.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 9be17de on dhermes:rename-get-all-buckets into 41b5b72 on GoogleCloudPlatform:master.

@tseaver
Copy link
Contributor

tseaver commented Apr 8, 2015

LGTM

dhermes added a commit that referenced this pull request Apr 9, 2015
Renaming storage.get_all_buckets to storage.list_buckets.
@dhermes dhermes merged commit 1cdcc6d into googleapis:master Apr 9, 2015
@dhermes dhermes deleted the rename-get-all-buckets branch April 9, 2015 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants