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

Can't direct upload to DreamObjects (S3 compatible OpenStack installation) #92

Open
andyjeffries opened this issue Sep 14, 2016 · 3 comments
Labels

Comments

@andyjeffries
Copy link

andyjeffries commented Sep 14, 2016

When I try to do an upload, it takes a while uploading the file (e.g. I've got over the CORS hurdle), but after finishing uploading the file the server returns:

<?xml version="1.0" encoding="UTF-8"?>
<Error>
  <Code>InvalidArgument</Code>
  <Message>Missing access key</Message>
</Error>

There's no access key in the form-data, but I didn't think there was supposed to be (I thought that was the whole idea of the presigned post).

I can share any of the code I've written, request information, etc - just let me know what's needed (I don't want to share it all by default in case there's something I need to keep secure, I'm new to this direct-s3-upload functionality)

@scratchoo
Copy link

have you found any solution ?

@andyjeffries
Copy link
Author

No, I think my only solution is to just use S3... But I've ignored this problem in my project up until now, hoping that the author will post a solution.

@felixbuenemann
Copy link
Collaborator

The author of jQuery File Upload is Sebastian Tschan and the repo is at blueimp/jQuery-File-Upload.

This repo merely repackages the assets as a ruby gem and adds some middleware to support iFrame uploads for ancient browsers.

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

No branches or pull requests

3 participants