You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PYCBC-1682: Use the server default for storage backend when creating buckets
Motivation
==========
The default storage backend can change in the future. We should not set the storage backend in create_bucket requests, to ensure the server default is used.
Changes
=======
* If storage_backend is not set, don't set it to couchstore in the request. Leave it unset so the server uses its own default.
* Update tests to reflect this change.
Results
=======
All tests pass.
Change-Id: I3630d75b823879e163d078b0292574b35b49f32f
Reviewed-on: https://review.couchbase.org/c/couchbase-python-client/+/225951
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Jared Casey <jared.casey@couchbase.com>
0 commit comments