-
Notifications
You must be signed in to change notification settings - Fork 289
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
Minio Client share download does not work on csv files. #3067
Comments
could you run |
I am getting this when running the command for a csv file. [REQUEST s3.GetBucketLocation] [2023-10-03T06:42:02.907] [Client IP: ip] [RESPONSE] [2023-10-03T06:42:02.910] [ Duration 2.599ms TTFB 1.992992ms ↑ 210 B ↓ 128 B ] [REQUEST s3.GetObject] [2023-10-03T06:42:03.001] [Client IP: ip] SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.
client.csv
dataspace
/dataspace/client.csv
178A7BF9EC6B1AF6
dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8
---------------
And this for a file that does not end in .csv or has the mime type csv. [REQUEST s3.GetBucketLocation] [2023-10-03T06:44:56.790] [Client IP: ip] [RESPONSE] [2023-10-03T06:44:56.792] [ Duration 1.877ms TTFB 1.83758ms ↑ 210 B ↓ 128 B ] LocationConstraint xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> [REQUEST s3.HeadObject] [2023-10-03T06:44:56.867] [Client IP: ip] [RESPONSE] [2023-10-03T06:44:56.873] [ Duration 5.991ms TTFB 0s ↑ 210 B ↓ 0 B ] [REQUEST s3.HeadObject] [2023-10-03T06:44:56.955] [Client IP: ip]
|
community members have earlier reported that, it is a |
Ah, ok. Thank you very much for your time. |
I have encountered a bug in which I can't get the share link with the Minio client (mc) tool, but only for files that have as the mime type text/csv, but for all other types of files and objects it works.
The error message is: mc.exe: Unable to stat
minio1/dataspace/iris.csv
. Insufficient permissions to access this pathhttps://minio1/dataspace/iris.csv
.The mc version is RELEASE.2023-09-29T16-41-22Z.
And I have checked if there is any policies that should prevent getting the share link for csv file type.
Also the configuration of Minio instance was let as by default.
The operating system version is: Linux 5.15.0-1038 Ubuntu .
And the bucket configuration is let as default.
If you could please help me.
The text was updated successfully, but these errors were encountered: