amazon-s3cdnedgecast

Reuploading to EdgeCast or Amazon S3?


I am working on a project in which we are planning to use EdgeCast to store our data. I am concerned about it, because the client wants to upload the image to our server first, and then use curl to upload it to EdgeCast. In this case our servers will be "proxying" the request, doubling the time needed for uploads.

What would you suggest? And is direct uploading risky?

PS the reason I mentioned S3 is because of its similarity to EdgeCast. Hence I assume the same principle will apply.


Solution

  • Yep - Martin's right - usually a good idea when letting users have direct access to storage to have a proxy. EdgeCast supports rsync which will automatically sync content from your server and the EdgeCast storage account. Or you can use our "customer origin" reverse proxy feature for our network to pull content automatically from your servers as its requested by the public. Feel free to contact us at sales@edgecast.com with questions.