Context: Upgraded to v3.0.10 to resolve the ACL issue described in #6.
Error on upload:
@nodebb/nodebb-plugin-s3-uploads :: Resolved credential object is not valid
Environment
- NodeBB version:
3.8.2
- Plugin version:
3.0.10
- Credential method: Environment variables (
AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, S3_UPLOADS_BUCKET, S3_UPLOADS_PATH )
Steps to Reproduce
- Configure AWS credentials via environment variables
- Upgrade plugin to
v3.0.10
- Start NodeBB — plugin loads successfully
- Attempt to upload a
.png file
- Upload fails with the error above
Expected Behavior
File uploads successfully as it did on v3.0.5.
Confirmed Working
Reverting to v3.0.5 resolves the issue completely.