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

Refactor attachments to POST directly to a signed upload URL #36

Closed
2 tasks
alexdlaird opened this issue Dec 30, 2017 · 1 comment
Closed
2 tasks

Refactor attachments to POST directly to a signed upload URL #36

alexdlaird opened this issue Dec 30, 2017 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@alexdlaird
Copy link
Member

alexdlaird commented Dec 30, 2017

Instead of POSTing directly to a web node, which subsequently uploads the file to S3, the frontend should first make a lightweight call to the web node asking for a signed upload URL. It should then POST to this upload URL instead, which in prod-like cases would allow uploading of files directly to S3, easing the bandwidth and stress on web nodes.

  • Endpoint
  • UI to fetch signed URL from new endpoint, then POST there instead
@alexdlaird alexdlaird added the enhancement New feature or request label Dec 30, 2017
@alexdlaird alexdlaird added this to the 1.2.0 milestone Dec 30, 2017
@alexdlaird alexdlaird self-assigned this Dec 30, 2017
@alexdlaird alexdlaird modified the milestones: 1.2.0, 1.3.0 Jan 5, 2018
@alexdlaird alexdlaird removed this from the 1.3.0 milestone Jan 31, 2018
@alexdlaird alexdlaird added this to the 1.4.x milestone Jun 13, 2018
@alexdlaird alexdlaird added the good first issue Good for newcomers label Aug 13, 2018
@alexdlaird
Copy link
Member Author

Closing, as the Helium project is not currently active.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant