mitodl / ccxcon

CCXCon API
GNU Affero General Public License v3.0
7 stars 0 forks source link

Host incoming image urls on s3 or similar. #57

Open justinabrahms opened 8 years ago

justinabrahms commented 8 years ago

We shouldn't rely on hotlinking from edx.

justinabrahms commented 8 years ago

I think we should structure this as adding a new field, then, asynchronously, sending it up to s3. From there, we can take the new s3 url and save it into the new field. We would preference the s3 field over the edx one during serialization.

pdpinch commented 8 years ago

:+1: