helsingborg-stad/s3-uploads-custom-endpoint

2.0.0 2023-09-26 12:49 UTC

This package is auto-updated.

Last update: 2024-04-26 13:56:37 UTC


README

Contributors Forks Stargazers Issues License

Logo

S3 uploads custom endpoint

Adds custom endpoint support in S3 Uploads Plugin.
Report Bug · Request Feature

Summary

Extends Human made S3 Uploads to accept config constants set the regular WP way.

Settings

Define the constants in you WP configuration file to point to new endpoint and enable debugging

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

License

Distributed under the MIT License.

Acknowledgements