Good day.
In my quest to find new user cases for Dreamfactory - I came across the Minio Server (https://www.minio.io/) - that is AWS S3 compatible.
I setup the Minio server locally and can access it via a private IP address and port then i proceeded to include it as a service within Dreamfactory using the service tab and the AWS service option for setup.
The challenge is that obviously the AWS setup is specifically designed for accessing AWS S3 storage - do you have any guides or tips on how to setup Minio server using this process?
This is the error via the API Docs window:
{
“error”: {
“context”: null,
“message”: “Failed to create container ‘Bucket’: Error executing “CreateBucket” on “https://s3.amazonaws.com/Bucket”; AWS HTTP error: Client error response [url] https://s3.amazonaws.com/Bucket [status code] 403 [reason phrase] Forbidden InvalidAccessKeyId (client): The AWS Access Key Id you provided does not exist in our records. - <?xml version=“1.0” encoding=“UTF-8”?>\n<Error><Code>InvalidAccessKeyId</Code><Message>The AWS Access Key Id you provided does not exist in our records.</Message><AWSAccessKeyId>TFA62RF7SB6FQ82GQO1E</AWSAccessKeyId><RequestId>5273270D15DA231F</RequestId><HostId>bb/Q8QSJc2Jl1wI9W9Vc3tSRbgSzzaT4yYXwvkL4DCSXDPCdJPKyKm2W8EbTynvW/TeLYIZhnW0=</HostId></Error>”,
“code”: 500
}
}