PHP code example of helsingborg-stad / s3-uploads-custom-endpoint
1. Go to this page and download the library: Download helsingborg-stad/s3-uploads-custom-endpoint library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
helsingborg-stad / s3-uploads-custom-endpoint example snippets
define('S3_UPLOADS_CUSTOM_ENDPOINT', 'https://custom-s3-endpoint.com');
define('S3_UPLOADS_DEBUG', true);