We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add link to initialize using stimulus controller
Updated Adding Direct S3 Uploads (markdown)
type
add another example of limiting access to the end point
Cast symbol to string to satisfy Sidekiq's upcoming requirement that job args can serialize to JSON safely
Add back "Using Checksums in Direct Uploads" guide I seem to have removed it before, but the official documentation still links to it. The reason was probably that it was outdated, but I think it's good to have it anyway, at least it might give people a starting point, or even better an opportunity to fix it.
fix error in previous commit
add: details on how to initialize using a stimulus controller - hope this helps.
Revert c9597e0426bc6cb6334b3dda14e5a29744970714...4fb3603623683d8ca9ab2736f050b0d7efbb4c10 on Using Checksums in Direct Uploads
this guide was empty but i managed to find an old revision for this here, which is duplicated here without vetting. please verify whether the above will work for you
Updated Backgrounding Libraries (markdown)
Revert b9a77e4d97348b987046386d2cf5994f0a517c0d...a4b22d1e238e57e12953b2a97c6356446a3fd5a4 on Adding Direct App Uploads
Revert a4b22d1e238e57e12953b2a97c6356446a3fd5a4...82e9b14e5bc542b9dbe067b06e57169b64d25f52 on Adding Direct App Uploads
Updated Adding Direct App Uploads (markdown)
add an explanation on the difference between upload_endpoints and presigned_endpoint - I hope it helps. -Ben
Typo in presign code
Fix bucker CORS configuration regarding the "ETag" header
Reorganize guides
Explain fallback URL
Couple more fixes
Add Image Cropping guide
Update guides to use Rails We want a direct guide for majority of people, and majority of people are using Rails. People using other web frameworks can adjust.
Add ETag so that it works with multipart uploads as well
added example of using a constraint to minimize exposure of the presign endpoint
Add "Duplicating Files" guide
Use Shrine.upload_endpoint for mount examples
Fix some links and markdown style