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

Changes in uploading code needed for compatibility with B2 #891

Open
iamareebjamal opened this issue Jul 17, 2020 · 0 comments
Open

Changes in uploading code needed for compatibility with B2 #891

iamareebjamal opened this issue Jul 17, 2020 · 0 comments
Assignees

Comments

@iamareebjamal
Copy link

Currently, the uploading code depends on anonymous AWS uploads which allows anyone to upload the content in the bucket. This is obviously insecure but very easy to implement, thus used here. But due to security reasons, B2 does not allow anonymous uploads and closest solution to direct from browser upload is signed URL upload. This may be supported by the frontend by making some changes in the backend and passing in generated signed URLs or may require more changes in frontend as well. This needs to be investigated and fixed before the app can be moved to B2

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

4 participants