Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COPY fails with Object size of 0 #7

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

COPY fails with Object size of 0 #7

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. PUT an Object into a Bucket
2. Perform a COPY operation on that object to the same bucket or a different 
bucket using the same or a different key. (COPY under any conditions)
3. See the errors.

What is the expected output? What do you see instead?
Expected output is that the copy succeeds and the Object is copied (by any 
means) and has a resulting size equal to the size of the original Object. The 
actual result is that a new Object is created at the specified destination with 
the specified name (key) with a file size of 0 bytes. When performing the 
operation using a 3rd party library it is common to see errors possibly due to 
the new ETag being different than the original file. When constructing the COPY 
http request manually (or via curl) no errors are thrown, but the result is the 
same.

What version of the product are you using? On what operating system?
Version: littleS3-2.3.0
Tomcat: 6.0.28-10ubuntu2
OS: Ubuntu 11.04 Natty Narwhal

Original issue reported on code.google.com by [email protected] on 6 Sep 2011 at 3:44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant