2013/11/27 Yehuda Sadeh
> On Wed, Nov 27, 2013 at 12:24 AM, Mihály Árva-Tóth
> wrote:
> > 2013/11/26 Derek Yarnell
> >>
> >> On 11/26/13, 4:04 AM, Mihály Árva-Tóth wrote:
> >> > Hello,
> >> >
> >> > Is there any idea? I don't know this is s3api limitation or missing
> >> > feature?
> >> >
> >>
On Wed, Nov 27, 2013 at 12:24 AM, Mihály Árva-Tóth
wrote:
> 2013/11/26 Derek Yarnell
>>
>> On 11/26/13, 4:04 AM, Mihály Árva-Tóth wrote:
>> > Hello,
>> >
>> > Is there any idea? I don't know this is s3api limitation or missing
>> > feature?
>> >
>> > Thank you,
>> > Mihaly
>>
>> Hi Mihaly,
>>
>>
2013/11/26 Derek Yarnell
> On 11/26/13, 4:04 AM, Mihály Árva-Tóth wrote:
> > Hello,
> >
> > Is there any idea? I don't know this is s3api limitation or missing
> feature?
> >
> > Thank you,
> > Mihaly
>
> Hi Mihaly,
>
> If all you are looking for is the current size of the bucket this can be
> fo
On 11/26/13, 4:04 AM, Mihály Árva-Tóth wrote:
> Hello,
>
> Is there any idea? I don't know this is s3api limitation or missing feature?
>
> Thank you,
> Mihaly
Hi Mihaly,
If all you are looking for is the current size of the bucket this can be
found from the adminops api[1] or when you get do t
Hello,
Is there any idea? I don't know this is s3api limitation or missing feature?
Thank you,
Mihaly
2013/11/25 Mihály Árva-Tóth
> Hello,
>
> I can retrieve a container reservation (sum of objects's size inside) via
> Swift API:
>
> $ swift -V 1.0 -A http://localhost/auth -U test:swift -K xx
Hello,
I can retrieve a container reservation (sum of objects's size inside) via
Swift API:
$ swift -V 1.0 -A http://localhost/auth -U test:swift -K xxx stat
test_container
Account: v1
Container: test_container
Objects: 549
*Bytes: 31665126*
How can I get this information via s3api?
Th