-
Notifications
You must be signed in to change notification settings - Fork 151
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
Implement Upload Part - Copy #436
Labels
Comments
Upload Part - Copy isn't actually supported by S3rver, but I can at least have that stubbed with 501 error for the next patch release so that the behavior isn't as confusing. |
It doesn't look too difficult to add though, I'll try to address this for v3.1 (PRs are welcome)! |
PR: #443 |
The support that was implemented by #443 has been merged into |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The response body of
s3.uploadPartCopy
should contain{ CopyPartResult: { ETag, ... } }
, however I'm just receiving{ CopyPartResult: {} }
.See https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#uploadPartCopy-property.
The text was updated successfully, but these errors were encountered: