error: rgw/rgw_op.cc:665:63: no matching function for call to ‘min(uint64_t, size_t&)’
Signed-off-by: Sage Weil <sage@inktank.com>
bool started = false;
uint64_t total_count = 0;
- size_t max_buckets = s->cct->_conf->rgw_list_buckets_max_chunk;
+ uint64_t max_buckets = s->cct->_conf->rgw_list_buckets_max_chunk;
ret = get_params();
if (ret < 0)
{
string marker;
bool done;
- size_t max_buckets = s->cct->_conf->rgw_list_buckets_max_chunk;
+ uint64_t max_buckets = s->cct->_conf->rgw_list_buckets_max_chunk;
do {
RGWUserBuckets buckets;