Cloudinary:在获取远程图像时创建文件夹

时间:2016-03-10 11:47:01

标签: cloudinary

我的图片存在于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文件夹中。

如何在获取远程图像时创建文件夹?

0 个答案:

没有答案