-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"The AWS Access Key Id you provided does not exist in our records" on minio instances. #187
Comments
Also, I can confirm that this command does indeed work on |
Can you check if you have a combination of env variable and config file ? |
We just have the config/credential files at |
Ok, I will take a look. Seems odd as I’m also using credential file and I can’t see how it would be different when using Minio or S3. |
Hi everyone, Just trying Rome for the first time, and hitting this issue. All AWS config appears to be correct, and I can use |
I can not reproduce the issue neither on CI nor on my local setup. If anyone has and idea how to, I would be more than glad to solve it.
Please take a look as the basts tests setup for reference.
…Sent from my iPhone
On 15 Jun 2019, at 15:06, Jonathan Crooke ***@***.***> wrote:
Hi everyone,
Just trying Rome for the first time, and hitting this issue. All AWS config appears to be correct, and I can use aws s3 commands with the same config. Reverting to version 0.20.0.56 works as expected. So regression, or docs need updating?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This comment has been minimized.
This comment has been minimized.
I think I have identified the problem on |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
never use type aliases - >>= flip getEndpointFromFile (fromMaybe "default" profile)
+ >>= getEndpointFromFile (fromMaybe "default" profile) |
Bug Report
I'm getting a
The AWS Access Key Id you provided does not exist in our records
error when trying to upload/download to our minio instance. I've confirmed that they keys are indeed correct (they work for the web app)Steps which explain the enhancement or reproduce the bug
Current behavior
Uploads and Downloads do not work with minio.io instance
Rome version:
0.21.0.58 - Romam uno die non fuisse conditam.
OS and version:
macOS Mojave 10.14.5 Beta (18F131a)
The text was updated successfully, but these errors were encountered: