I created a server on a virtual machine for testing using Ubuntu server (Precise 64-bit), following the 5 minute guide that used to be at http://ceph.com/docs/master/start/quick-start/ and the radosgw one in http://ceph.com/docs/master/start/quick-rgw/. It was initially a Cuttlefish installation and then I updated to version 0.67.1.
I created a Java program that is basically the same code from Amazon's documentation for multipart: http://docs.aws.amazon.com/AmazonS3/latest/dev/llJavaUploadFile.html. I tried uploading different kinds of files to a bucket: (pdf, txt, zip) and the program runs without errors. The problem is, when I download the file via s3cmd or generating a download URL with the Java S3 API, I get a corrupt file with a slightly smaller size. For non-multipart uploads everything works fine. Thanks Juan 2013/8/23 Yehuda Sadeh <[email protected]> > I'm not aware of any multipart upload issues. Just tested it with the > latest, and it seemed to work. Can you provide more details about your > environment and about the failing operations? > > Thanks, > Yehuda > > On Fri, Aug 23, 2013 at 8:56 AM, Juan FRANÇOIS <[email protected]> > wrote: > > Hi, > > > > Are there any known issues for mulipart? Anyone has tried with the > Amazon S3 > > API? > > > > Thanks > > > > > > Juan FRANÇOIS > > > > > > 2013/8/21 Juan Pablo FRANÇOIS <[email protected]> > >> > >> Hello, > >> > >> I'm trying to upload a multipart file to the radosgw (v 0.67.1) using > the > >> Amazon S3 API (v 1.5.3) following the example in > >> http://docs.aws.amazon.com/AmazonS3/latest/dev/llJavaUploadFile.html. > >> > >> The upload seems to go well, there are no errors in the logs and if I > use > >> s3cmd to check the file info it shows the correct size in bytes. But > when I > >> try to download the file with s3cmd or by generating a download URL, I > get a > >> corrupt file, with a smaller size. Before I tried an upload with a > single > >> operation and that works fine so it's just multipart that isn't working. > >> > >> Has anyone tried to use multipart? Is it possible? > >> > >> Thanks > >> > >> > > > > > > _______________________________________________ > > ceph-users mailing list > > [email protected] > > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com > > >
_______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
