Congrats :)
Just my two cents,
> tcpdump 'host 172.16.3.21' -s 65535 -i eth0 > /opt/dump.pcap
tcpdump's option "-w file.pcap" is helpful because dump contains
not only header information but raw packet data.
How about "403 - AccessDenied" case? Is it also solved by version
up or still an issue
Our riak-cs cluster can't calculate storage statistic for some buckets
and all calculation takes too long:
riak-cs/console.log:
2015-03-11 01:25:56.791 [error]
<0.485.0>@riak_cs_storage:maybe_sum_bucket:75 failed to calculate
usage of bucket 'x' of user ''.
Reas
I was testing some more.. and now the 400 issue (files from 1024-8191K) is
solved .. the 403 issue indeed is not yet solved (files > 8192K)
so indeed still an issue :-(
here a pcap of the 403 issue (with -w option this time :-)
http://we.tl/AFhslBBhGo
On Wed, Mar 11, 2015 at 8:02 AM, Shunichi Sh
Hi,
Hi, I'm trying to use node-aws-sdk to set bucket policies but the SDK sends
the request with the wrong Content-Type, "application/octet-stream". I'm
not sure if there is something wrong on my side or if AWS S3 also supports
this since it is its SDK.
To find the problem I was digging in the SD