You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be able to upload a file to our service WITHOUT having the file passing through our API to the S3 (we don't need those extra Go of data going through). So let's go directly to S3. The process is a bit more complex so it will be multiple issues.
Every teacher will want to add a new media to their classroom (video/images)
Must have
A new field in classroom representing an array of url
Why ?
We want to be able to upload a file to our service WITHOUT having the file passing through our API to the S3 (we don't need those extra Go of data going through). So let's go directly to S3. The process is a bit more complex so it will be multiple issues.
Every teacher will want to add a new media to their classroom (video/images)
Must have
(no way to add a new one for now)
Reading list
The text was updated successfully, but these errors were encountered: