是否有关于如何将 AWS S3 与 CKFinder 结合使用的示例/说明?

发布于 2024-09-11 05:15:25 字数 108 浏览 3 评论 0原文

我想使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

旧故 2024-09-18 05:15:25

如果您正在寻找基于 Windows 的解决方案,可以使用一些产品来将驱动器映射到 S3 存储桶。为此,我们使用名为 TnTDrive 的产品。 (请注意,我们与该产品的创建者没有任何关系)通过 CKEditor 上传的文件将通过映射驱动器,而客户端浏览器将直接从 S3 下载这些文件。无论您使用哪种产品,配置都很简单:

  1. 创建驱动器映射
  2. 向存储桶添加只读策略
  3. 更改您的配置中的 config.baseUrlconfig.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:

  1. Create the drive mapping
  2. Add a read-only policy to the bucket
  3. Change the config.baseUrl and config.baseDir parameters in your
    CKFinder config file to point to the bucket and new drive.

Hope this proves useful.

长梦不多时 2024-09-18 05:15:25

我也遇到了类似的情况,尽管 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!

烏雲後面有陽光 2024-09-18 05:15:25

请点击链接 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文