python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I to make upload of file maintain your original `Content Type` to Amazon S3?
TL;DR
How can I to upload an image and maintain its original Content Type or, generate a signed or public URL that force a correct type for my file?
I explain more:
I have a problem with S3 (I really ...
Luiz Carvalho
Votes: 0
Answers: 1
K8s deployment Minio How to access the Console?
How do I access the Minio console?
minio.yaml
apiVersion: v1
kind: Service
metadata:
name: minio
labels:
app: minio
spec:
clusterIP: None
ports:
- port: 9000
name: minio
select...

seth
Votes: 0
Answers: 1
Issue with okhttp and minio 3.x packages
I have a Java 8 project using Maven to import io.minio minio package. We have been using minio package 8.2.1 but due to this vulnerability we are trying to update this package to a newer version. Afte...
qlangman
Votes: 0
Answers: 1
Minio: Can a user create a accesskey/secretkey with a more restrictive policy to be used by a client?
I have a process P having access to accesskey/secretkey associated with a policy giving it full rights over a bucket B. E.g.
...
{
"Action": [
"s3:GetObject",...
max.ott
Votes: 0
Answers: 1