我的图片存在于s3Bucket中,我正在获取像
这样的远程图像s3Url = "http://s3amazon.com/dev/bucket/dev/25287/sample.jpg"
cloudinary.url().transformation(new Transformation().width(200).height(200).crop("scale")).format("webp").type("fetch").generate(s3Url);
图像正在我的cloudinary帐户中成功存储,但我想将图像存储在cloudinary帐户的dev文件夹中。
如何在获取远程图像时创建文件夹?