Skip to content

Commit

Permalink
Merge pull request #6512: rgw: swift API returns more than real objec…
Browse files Browse the repository at this point in the history
…t count and bytes used when retrieving account metadata

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Nov 19, 2015
2 parents 7dcc833 + b62cac6 commit 6df08e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_op.cc
Expand Up @@ -1059,7 +1059,7 @@ void RGWStatAccount::execute()
do {
RGWUserBuckets buckets;

ret = rgw_read_user_buckets(store, s->user.user_id, buckets, marker, max_buckets, true);
ret = rgw_read_user_buckets(store, s->user.user_id, buckets, marker, max_buckets, false);
if (ret < 0) {
/* hmm.. something wrong here.. the user was authenticated, so it
should exist */
Expand Down

0 comments on commit 6df08e2

Please sign in to comment.