Discussions

Ask a Question
Back to All

URL for CreateAsset

I am using lambdas and have a five minute window to execute my code. When our assets are larger than around 5 GB the upload time exceeds this limit. The response from the MultiPartUpload provides the URL that is to be provided to the CreateAsset API, however I will likely not get the response in time. There is also the problem of refreshing the credentials when the upload takes longer than an hour. Can I write my own upload from our S3 bucket to MediaSilo's S3 bucket and then call CreateAsset using the URL that I used to write the asset? Is there some other way to get the URL from MediaSilo if I get a S3 bucket notification that the asset has been uploaded by one of your APIs?