Using Digital Ocean spaces with S3 Uploads plugin
define('S3_UPLOADS_BUCKET', <space_name>); | |
define('S3_UPLOADS_REGION', 'ams3'); | |
define('S3_UPLOADS_KEY',<space_access_key>); | |
define('S3_UPLOADS_SECRET', <space_secret>); | |
define('S3_UPLOADS_BUCKET_URL', 'https://<space_name>.ams3.digitaloceanspaces.com'); | |
define('S3_UPLOADS_ENDPOINT', 'ams3.digitaloceanspaces.com'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment