The DLIO_benchmark code is not honoring environment variables containing S3 connection info. I had to edit the yaml and put my connection information in the yaml to run successfully.
The environment variables are:
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_ENDPOINT_URL
If you run mlpstorage, you get an error saying it needs a .env file, but even after setting up the .env file, it still does not work.
The DLIO_benchmark code is not honoring environment variables containing S3 connection info. I had to edit the yaml and put my connection information in the yaml to run successfully.
The environment variables are:
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_ENDPOINT_URL
If you run mlpstorage, you get an error saying it needs a .env file, but even after setting up the .env file, it still does not work.