Using api to upload files

Hello,

My setup is

Amazon S3 storage
Razuna 1.7

When I use the Razuna API 2 to upload images, I noticed that at the minimum it takes 20 seconds to upload an image or asset no matter how small. For example a 5K image takes 20 seconds to upload. I’m not sure whether it’s because I am using S3 as storage.

Is there any way to make this faster for smaller images ?

Thank You.

Hi, S3 is a bit slower than local storage and speed also depends on your network connection on how fast you can upload and download files from S3. In the next release (1.7.1) we changed the behavior of uploading large files (>10mb) to be faster by using AWS multipart upload but small files remain unchanged.

BestHarkirat