harshavardhana on master
Fix minor typo in version-enabl… (compare)
ravindk89 on master
Missed fixing option on mc mb Sync for MinIO Server Release R… (compare)
ravindk89 on master
Remove incorrect references to … (compare)
ravindk89 on minio-transparent-restarts
Remove incorrect references to … (compare)
ravindk89 on master
additional cleanups after merge (compare)
ravindk89 on master
Update minio.py and mc referenc… (compare)
Unable to read 'format.json' from http://node1:9000/data/3: Expected 'storage' API version 'v20', instead found 'v20', please upgrade the servers
Hi, have you found solution?
0.0.0.0/443
work?
Hi, I have one small issue with minio erasure code. I was trying to deploy on two notes and at first, i tried
minio server http://mynode{1...2}.mywebsite.com/export{1...6}
Later I found out that internal IP might be the solution so I tried
this gave me different errors but the main problem I'm getting right now is this error when I try to execute the first command again:
ERROR Unable to initialize backend: 2nd disk is already being used in another erasure deployment. (Number of disks specified: 12 but the number of disks found in the 2nd disk's format.json: 6)
Any idea how to deal with this situation?
java.io.IOException: unexpected end of stream on Connection{xxxx.eu-west-2.elb.amazonaws.com:9000, proxy=DIRECT hostAddress=xxxx.eu-west-2.elb.amazonaws.com/x.x.x.x:9000 cipherSuite=none protocol=http/1.1}
at okhttp3.internal.http1.Http1Codec.readResponseHeaders(Http1Codec.java:208)
Caused by: java.io.EOFException: \n not found: limit=0 content=…
at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:236)
at okhttp3.internal.http1.Http1Codec.readHeaderLine(Http1Codec.java:215)
at okhttp3.internal.http1.Http1Codec.readResponseHeaders(Http1Codec.java:189)
if (method == Method.PUT || method == Method.POST) {
// Issue #924: disable connection retry for PUT and POST methods. Its safe to do
// retry for other methods.
httpClient = this.httpClient.newBuilder().retryOnConnectionFailure(false).build();
}
InputStream stream = minioClient.getObject(GetObjectArgs.builder().bucket(bucket).object(key).build())
byte[] buffer = new byte[inputStream.available()];
inputStream.read(buffer);
returnsjava.io.IOException: closed
at okio.RealBufferedSource$1.available(RealBufferedSource.java:447)
at java.base/java.io.FilterInputStream.available(FilterInputStream.java:167)
Use quota
mc admin bucket quota - manage bucket quota
USAGE:
mc admin bucket quota TARGET [--fifo QUOTA | --hard QUOTA | --clear]
QUOTA
quota accepts human-readable case-insensitive number
suffixes such as "k", "m", "g" and "t" referring to the metric units KB,
MB, GB and TB respectively. Adding an "i" to these prefixes, uses the IEC
units, so that "gi" refers to "gibibyte" or "GiB". A "b" at the end is
also accepted. Without suffixes the unit is bytes.
minioClient.putObject(bucketName, "dCMZxkwz2.jpg", inputStream, new PutObjectOptions(inputStream.available(), -1));
error occurred
ErrorResponse(code = AccessDenied, message = There were headers present in the request which were not signed, bucketName = safety-policing-local, objectName = null, resource = /safety-policing-local, requestId = 16868B140421669D, hostId = b577bdce-c597-4018-92f8-71e768f7e71e)
request={method=GET, url=https://xxx.xxx.com/safety-policing-local?location=, headers=Host: minio.safetypolicing.com
Accept-Encoding: identity
User-Agent: MinIO (x86_64; x86_64) minio-java/dev
x-amz-content-sha256: UNSIGNED-PAYLOAD
x-amz-date: 20210608T073352Z
Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20210608/us-east-1/s3/aws4_request, SignedHeaders=accept-encoding;host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED*
}
response={code=400, headers=Server: marco/2.14
Date: Tue, 08 Jun 2021 07:33:53 GMT
Content-Type: application/xml
Content-Length: 342
Connection: keep-alive
X-Source: C/400
Content-Security-Policy: block-all-mixed-content
X-Xss-Protection: 1; mode=block
X-Amz-Request-Id: 16868B140421669D
Accept-Ranges: bytes
X-Request-Id: 1d7cb7569099d598db89eed80cdf57e3
Via: S.mix-js-czx2-046, T.46.D, V.mix-js-czx2-046, T.69.D, M.ctn-zj-jgh-068
Hi, I got an error ".../v1/key/decrypt/app-key : x509: certificate has expired or is not yet valid.." today and I deleted/re-created the key with the same name. Now it shows another error "ciphertext is not authentic" whenever I am trying to download the files which were created by previous key.
Just wondering what I should do in order to be able to download the old files? Any advise will be much appreciated! Thanks
/usr/bin/mc policy set $POLICY myminio/$BUCKET
where POLICY is a value from public, none, download, upload, public, now I need to replicate this behavior using the go client but the only methods I have is SetBucketPolicy that is not working with the same values as mc client , can you advise me on the methods that I need on the go client library? (edited)
The request signature we calculated does not match the signature you provided. Check your key and signing method.
quay.io/minio/minio:RELEASE.2022-05-04T07-45-27Z
. everything works fine when I run my application outside of docker container but I have this issue when i run it in the container. how can I get rid of this error?