Could you help me? Tried everything. I have tried to put the settings in my wp-config.php or functions.php, but the plugin doesn’t seem to recognise them.
putenv("ILAB_MEDIA_S3_ENABLED=true");
putenv("ILAB_CLOUD_STORAGE_PROVIDER=other-s3");
putenv("ILAB_AWS_S3_ACCESS_KEY=2R...E1WC");
putenv("ILAB_AWS_S3_SECRET_KEY=20k...Lur");
putenv("ILAB_AWS_S3_BUCKET=my-bucket");
putenv("ILAB_AWS_S3_ENDPOINT=https://my-endpoint");
putenv("ILAB_AWS_S3_BUCKET_PREFIX=@{site-name}/");
A notice keeps popping up:
To start using Cloud Storage, you will need to supply your AWS credentials..
When I use the settings directly in the interface it works like a charm.
-
This reply was modified 6 years, 7 months ago by smgdkngt.