-
Notifications
You must be signed in to change notification settings - Fork 6
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
upload-complete: "parts: This field is required" #237
Comments
I have the same problem! |
I have the same error when using AWS_S3_SIGNATURE_VERSION = 's3v4' Not using V4 signature produce the "signature does not match error" I had found the following workaround: remove the file widget.js from your static folder, this makes the upload to happen when you hit save and not immediately after you chose the file. I guess the problem is in the js, and s3-file-field upload it correctly within the PUT request? |
Same Problem! Maybe add it to the readme I fixed it by adding the following CORS configuration to the bucket, notice the ETag. If you look at the site console, the error is given by an etag
|
Hello,
I'm trying to integrate S3FileField into a Django project but I'm receiving the following error when trying to upload something.
{parts: [{etag: ["This field is required."]}]}
The request payload contains the following:
"parts":[{"part_number":1,"size":936}]}
Any ideas why I'm getting this error?
Thanks
The text was updated successfully, but these errors were encountered: