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
Riak CS documentation says clearly that JSON response to storage access request should contain list of user's buckets and storage usage information about each of them i.e.
We're testing Riak CS 1.4.4 installed on Debian Wheezy x64 nodes from Debian package provided on the official download page and in our case resulting JSON looks as follows:
It contains repeating word "struct" instead of bucket's names, while other information (number of files in a bucket and summary size in bytes) is correct.
I also noticed that if I request result in xml:
s3cmd get s3://riak-cs/usage/<User-Key>/bx/20140205T160000Z/20140206T170000Z --force --no-progress -
I get error 500 every time. This only applies to "b" (storage statistics type query), but not "a" type queries. Should I open another issue for this?
The text was updated successfully, but these errors were encountered:
Hello there
Riak CS documentation says clearly that JSON response to storage access request should contain list of user's buckets and storage usage information about each of them i.e.
We're testing Riak CS 1.4.4 installed on Debian Wheezy x64 nodes from Debian package provided on the official download page and in our case resulting JSON looks as follows:
It contains repeating word "struct" instead of bucket's names, while other information (number of files in a bucket and summary size in bytes) is correct.
I also noticed that if I request result in xml:
I get error 500 every time. This only applies to "b" (storage statistics type query), but not "a" type queries. Should I open another issue for this?
The text was updated successfully, but these errors were encountered: