开发者 | |
---|---|
更新时间 | 2025年7月26日 15:10 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPL-2.0-or-later |
版权网址: | 版权信息 |
/wp-content/plugins/storage-for-edd-via-s3-compatible
directory, or install the plugin through the WordPress plugins screen directly.composer install
in the plugin directory if installing from source (not needed for release versions).This plugin works with any S3-compatible storage service including:
The plugin generates presigned URLs with configurable expiration times. These URLs are temporary and cannot be shared or reused after expiration, ensuring your digital products remain secure.
Yes, you can upload your existing files to S3 storage and update the file URLs in your downloads. The plugin provides an easy interface for uploading and managing files.
If your S3 service is temporarily unavailable, download attempts will fail gracefully. The plugin includes error handling and logging for troubleshooting.
Yes, you can configure custom endpoint URLs in the plugin settings to use your own domain or CDN.
https://
to Endpoint URL to prevent XML parsing errors.WP_Scripts::localize
error by using wp_add_inline_script()
for non-array values..js
files for better maintainability and performance..css
files.