Bulk upload large images to cloudinary
Is there a way to bulk upload images to my cloudinary account? I am looking to import 100 images of 3MB each at a time. Thank you. You can use Cloudinary's upload API to upload images one by one. Here is a sample upload code in Python . If your images are already in a public location, you can specify the remote HTTP URL as the file parameter instead of sending the actual image's data. This allows much faster uploading. If your images are in an Amazon S3 bucket, images can be fetched by Cloudinary directly from S3 for reaching even higher upload performance. You can also run your upload code