On Tue, Jan 20, 2015 at 5:15 PM, Gleb Borisov wrote:
> Hi,
>
> We're experiencing some issues with our radosgw setup. Today we tried to
> copy bunch of objects between two separate clusters (using our own tool
> built on top of java s3 api).
>
> All went smooth until we start copying large objects
I assume that the problem is not with the object itself, but with one
of the upload mechanism (either client, or rgw, or both). I would be
curious, however, to see if a different S3 client (not the homebrew
one) could upload the object correctly using multipart upload.
Yehuda
On Thu, Jan 29, 2015
I am curious whether the object can be uploaded without MultiUpload,
so we can determine which part is wrong.
On 21 January 2015 at 09:15, Gleb Borisov wrote:
> Hi,
>
> We're experiencing some issues with our radosgw setup. Today we tried to
> copy bunch of objects between two separate clusters (
Hi,
We're experiencing some issues with our radosgw setup. Today we tried to
copy bunch of objects between two separate clusters (using our own tool
built on top of java s3 api).
All went smooth until we start copying large objects (200G+). We can see
that our code handles this case correctly and