1
0
mirror of https://github.com/minio/minio.git synced 2025-03-02 06:49:14 -05:00

11583 Commits

Author SHA1 Message Date
Harshavardhana
dfe73629a3
fix: delete marker discrepancies via DeleteObject() API () 2022-12-08 18:15:16 -08:00
Harshavardhana
b03dd1af17
remove hard limit for number of buckets () 2022-12-08 12:24:03 -08:00
Harshavardhana
4bc367c490
fix: translate tier add errors properly () 2022-12-08 11:18:07 -08:00
Klaus Post
3eb2d086b2
Replace filepathx with fork () 2022-12-08 10:42:44 -08:00
Klaus Post
70986b6e6e
Add version id to healresult () 2022-12-08 07:49:10 -08:00
jiuker
8edc2faaa9
reuse sha256 in config GetSettings () 2022-12-08 03:03:24 -08:00
Klaus Post
ebe395788b
feat: Encrypt s3zip file index () 2022-12-07 14:56:07 -08:00
Klaus Post
12fd6678ee
Encrypt checksums with KMS on CompleteMultipartUpload () 2022-12-07 10:18:18 -08:00
Harshavardhana
90d35b70b4
remove unnecessary logs for truncated XML inputs () 2022-12-07 08:30:52 -08:00
Minio Trusted
9f71369b67 Update yaml files to latest version RELEASE.2022-12-07T00-56-37Z 2022-12-07 01:30:51 +00:00
Javier Adriel
04ae9058ed
Populate end_session_endpoint () RELEASE.2022-12-07T00-56-37Z 2022-12-06 16:56:37 -08:00
Aditya Manthramurthy
a30cfdd88f
Bump up madmin-go to v2 () 2022-12-06 13:46:50 -08:00
Anis Elleuch
1bae32dc96
xl: Delete older data-dir when replacing an existing version-id () 2022-12-06 13:43:18 -08:00
Anis Elleuch
932d2c3c62
Add X-Amz-Request-Id to internode calls () 2022-12-06 09:27:26 -08:00
Anis Elleuch
52f4124678
Remove go1.18 from Github workflow tests () 2022-12-06 09:11:20 -08:00
jiuker
8d8d07ac5c
use readlock instead of writelock to get heal information () 2022-12-06 08:08:22 -08:00
Anis Elleuch
44735be38e
s3: Return correct error when Version is invalid in policy document () 2022-12-06 08:07:24 -08:00
dorman
1ef1b2ba50
helm: modify the job create order () 2022-12-05 19:22:31 -08:00
Timofei Bredov
6fdbd778d5
Add minimal setup command to helm chart's readme () 2022-12-05 13:22:02 -08:00
Harshavardhana
419f351df3
avoid logging gzipped body in trace output () 2022-12-05 13:21:27 -08:00
Klaus Post
180d6b30ca
Avoid hot loop when lock is cancelled () 2022-12-05 13:21:14 -08:00
Klaus Post
3fd9059b4e
opt: Only stream big data usage caches () 2022-12-05 13:01:11 -08:00
Klaus Post
a713aee3d5
Run staticcheck on CI () 2022-12-05 11:18:50 -08:00
Harshavardhana
a9f5b58a01
fix: update the JSON keys for latest 'mc' release () 2022-12-05 10:28:22 -08:00
Andreas Auernhammer
d882ba2cb4
kms: add support for KES enclaves ()
Signed-off-by: Andreas Auernhammer <hi@aead.dev>
2022-12-04 02:34:24 -08:00
Cesar Celis Hernandez
90e37a8745
Start PR on Enterprise when there is new MinIO Version () 2022-12-04 02:29:25 -08:00
jiuker
6086f45d25
fix: in disk cache readCacheFileStream should closed upon return () 2022-12-04 02:28:10 -08:00
Minio Trusted
d6351879f3 Update yaml files to latest version RELEASE.2022-12-02T19-19-22Z 2022-12-02 20:15:36 +00:00
Harshavardhana
5655272f5a
ship mc along with MinIO container image () RELEASE.2022-12-02T19-19-22Z 2022-12-02 11:19:22 -08:00
Harshavardhana
9b35c72349
fix: a crash in KMS cert reload function () 2022-12-02 11:19:05 -08:00
Klaus Post
98cffbce03
s3zip: Limit over-read for single file () 2022-12-02 08:53:24 -08:00
Klaus Post
1cd875de1e
Persist updated metadata () 2022-12-02 08:35:04 -08:00
Harshavardhana
5a8df7efb3
re-implement StorageInfo to be a peer call () 2022-12-01 14:31:35 -08:00
Anis Elleuch
c84e2939e4
trace: Publish storage layer errors () 2022-12-01 12:10:54 -08:00
Anis Elleuch
641ab24aec
repl: resync orchestrator to use global shared lock () 2022-12-01 12:10:09 -08:00
Harshavardhana
71133105d7
re-order the top-level config keys for priority () 2022-12-01 07:50:08 -08:00
Harshavardhana
625677b189
update reedsolomon v1.11.3 () 2022-11-30 13:39:03 -08:00
Minio Trusted
76943ac05e Update yaml files to latest version RELEASE.2022-11-29T23-40-49Z 2022-11-30 21:13:07 +00:00
Aditya Manthramurthy
87cbd41265
feat: Allow at most one claim based OpenID IDP () RELEASE.2022-11-29T23-40-49Z 2022-11-29 15:40:49 -08:00
Harshavardhana
be92cf5959
change dependency from amqp -> amqp091 (RabbitMQ) official () 2022-11-28 16:05:06 -08:00
Klaus Post
cc1d8f0057
Check for abandoned data when healing () 2022-11-28 10:20:55 -08:00
Anis Elleuch
1f1dcdce65
move HTTP recorder to an internal library () 2022-11-28 10:20:27 -08:00
Shireesh Anjal
98a67a3776
Improvements in logger and audit webhooks () 2022-11-28 08:03:26 -08:00
Andreas Auernhammer
9b1e70e4f9
kms: fix possible deadlock due to nested RLock calls. ()
Signed-off-by: Andreas Auernhammer <hi@aead.dev>
2022-11-28 07:31:07 -08:00
Harshavardhana
09d4f8cd0f
avoid serializing decryptKey() every 15mins ()
if the certs are the same in an environment where the 
cert files are symlinks (e.g Kubernetes), then we resort
to reloading certs every 15mins - we can avoid reload
of the kes client instance. Ensure that the price to pay 
for contending with the lock must happen when necessary.
2022-11-28 01:14:33 -08:00
Minio Trusted
53cbc020b9 Update yaml files to latest version RELEASE.2022-11-26T22-43-32Z 2022-11-27 04:08:35 +00:00
Poorna
63fc6ba2cd
preserve replicated ETag properly on target () RELEASE.2022-11-26T22-43-32Z 2022-11-26 14:43:32 -08:00
jiuker
ce53d7f6c2
add disk.Close() in healFreshDisk to indicate idiomatic flow of code () 2022-11-26 00:26:15 -08:00
jiuker
fe8eed963e
fix: wrapped error will not equal in decommissioning () 2022-11-24 08:00:42 -08:00
Anis Elleuch
97eb7dbf5f
notify: Return detailed err msg when connecting to target fails () 2022-11-24 07:59:19 -08:00