helsingborg-stad/s3-uploads-custom-endpoint

2.0.0 2023-09-26 12:49 UTC

This package is auto-updated.

Last update: 2024-08-26 14:39:25 UTC


README

Contributors Forks Stargazers Issues License

Logo

S3 上传自定义端点

在 S3 上传插件中添加自定义端点支持。
报告错误 · 请求功能

摘要

扩展 Human made S3 Uploads 以接受常规 WP 方式设置的配置常量。

设置

在您的 WP 配置文件中定义常量,以指向新的端点并启用调试。

define('S3_UPLOADS_CUSTOM_ENDPOINT', 'https://custom-s3-endpoint.com');
define('S3_UPLOADS_DEBUG', true);

许可证

MIT 许可证 下分发。

致谢