是否有关于如何将 AWS S3 与 CKFinder 结合使用的示例/说明?
我想使用 AWS 的 S3 服务来托管我的网站的文件和图像,但我也想使用 CKEditor 和 CKEditor。编辑器的 CKFinder。有没有集成 AWS 和 AWS 的示例? CKFinder?
I want to use AWS's S3 service to host files and images for my site, but I also want to use CKEditor & CKFinder for the editor. Are there any examples of integrating AWS & CKFinder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您正在寻找基于 Windows 的解决方案,可以使用一些产品来将驱动器映射到 S3 存储桶。为此,我们使用名为 TnTDrive 的产品。 (请注意,我们与该产品的创建者没有任何关系)通过 CKEditor 上传的文件将通过映射驱动器,而客户端浏览器将直接从 S3 下载这些文件。无论您使用哪种产品,配置都很简单:
config.baseUrl
和config.baseDir
参数CKFinder 配置文件指向存储桶和新驱动器。
希望这有用。
If you're looking for a Windows-based solution there are a few products available that will allow you to map a drive to an S3 bucket. We use a product called TnTDrive for this purpose. (Note that we are in no way affiliated with the creators of this product) File uploads via CKEditor will pass through the mapped drive whereas client browsers will download those files directly from S3. No matter which product you use the config is straightforward:
config.baseUrl
andconfig.baseDir
parameters in yourCKFinder config file to point to the bucket and new drive.
Hope this proves useful.
我也遇到了类似的情况,尽管 CKEditor/CKFinder 和 S3 都很流行,但网络仍然没有提供我能找到的好的解决方案。我发现的最好的线索是此评论针对 core Five 博客文章,其中有人声称使用 codeigniter 编写了一篇文章。
如果您确实找到或为此创建了解决方案,请在此处发布!
I'm in a similar situation, and despite both CKEditor/CKFinder and S3 being popular, the web still hasn't provided a good solution that I can find. The best lead I've found is this comment on a corefive blog post where someone claims to have written one using codeigniter.
If you do find or create a solution for this, please post it here!
请点击链接 https://github.com/colonelchlorine/ckfinder-amazon-s3 和 < a href="https://github.com/colonelchlorine/ckfinder-amazon-s3/issues/7" rel="nofollow">https://github.com/colonelchlorine/ckfinder-amazon-s3/issues/7< /a>.这段代码对于寻找编辑器、finder 和 aws s3 全部收集的人非常有用。
希望它能帮助某人。
follow link https://github.com/colonelchlorine/ckfinder-amazon-s3 and https://github.com/colonelchlorine/ckfinder-amazon-s3/issues/7. this code is very useful who looking for editor, finder and aws s3 all to gather.
Hope it helps someone.