basho / riak-python-client

The Riak client for Python.
Apache License 2.0
320 stars 182 forks source link

Bucket operations docs? [JIRA: CLIENTS-1081] #519

Open drozzy opened 7 years ago

drozzy commented 7 years ago

Where can I find the docs for the bucket operations? These ones here... are just empty:

http://basho.github.io/riak-python-client/client.html#bucket-operations

alexmoore commented 7 years ago

Hmm, good catch. Riak KV bucket objects and operations related to them can be found here. If you're looking for Riak CS bucket operations, you can review the API here, or in your CS/S3 client's API guide.

I'll keep this open as a bug to fix the docs.