134 Commits (849fcf0127aab14a9475828048fb3ec9963b7a7f)

Author SHA1 Message Date
Harshavardhana 3831cc9e3b
fix: [fs] CompleteMultipart use trie structure for partMatch (#10522) 4 years ago
Harshavardhana 84bf4624a4
fix: make sure to preserve metadata during overwrite in FS mode (#10512) 4 years ago
Harshavardhana 4a36cd7035
fix: improve performance ListObjectParts in FS mode (#10510) 4 years ago
Harshavardhana 0104af6bcc
delayed locks until we have started reading the body (#10474) 4 years ago
Klaus Post b7438fe4e6
Copy metadata before spawning goroutine + prealloc maps (#10458) 4 years ago
Harshavardhana 6a0372be6c
cleanup tmpDir any older entries automatically just like multipart (#10439) 4 years ago
Harshavardhana c13afd56e8
Remove MaxConnsPerHost settings to avoid potential hangs (#10438) 4 years ago
Harshavardhana 102ad60dee
simplify removing temporary files (#10389) 4 years ago
Harshavardhana e57c742674
use single dynamic timeout for most locked API/heal ops (#10275) 4 years ago
Harshavardhana 4915433bd2
Support bucket versioning (#9377) 4 years ago
Harshavardhana 8befedef14
simplify FS multipart cleanup (#9740) 4 years ago
Harshavardhana b330c2c57e
Introduce simpler GetMultipartInfo call for performance (#9722) 4 years ago
Krishna Srinivas 94f1a1dea3
add option for O_SYNC writes for standalone FS backend (#9581) 4 years ago
Klaus Post 073aac3d92
add data update tracking using bloom filter (#9208) 4 years ago
Harshavardhana 60d415bb8a
deprecate/remove global WORM mode (#9436) 4 years ago
Harshavardhana 69fb68ef0b
fix simplify code to start using context (#9350) 4 years ago
Klaus Post 8d98662633
re-implement data usage crawler to be more efficient (#9075) 4 years ago
Harshavardhana e3b44c3829
Remove partName, partETag requirement (#9044) 4 years ago
poornas 30922148fb Fix bug preventing overwrite of object if (#8796) 5 years ago
Harshavardhana 5f2318567e
Allow metadata updates on meta bucket even in WORM mode (#8657) 5 years ago
poornas ca96560d56 Add object retention at the per object (#8528) 5 years ago
Harshavardhana e9b2bf00ad Support MinIO to be deployed on more than 32 nodes (#8492) 5 years ago
Bala FA fb48ca5020 Add Get/Put Bucket Lock Configuration API support (#8120) 5 years ago
Anis Elleuch ee05280721 fs: Remove stale background append temporary file (#8404) 5 years ago
poornas d7060c4c32 Allow logging targets to be configured to receive `minio` (#8347) 5 years ago
Harshavardhana b52a3e523c Avoid using fastjson parser pool, move back to jsoniter (#8190) 5 years ago
Harshavardhana 9ca7470ccc
Avoid using jsoniter, move to fastjson (#8063) 5 years ago
Harshavardhana e6d8e272ce
Use const slashSeparator instead of "/" everywhere (#8028) 5 years ago
Daryl Finlay 9389a55e5d Cancel PutObjectPart on upload abort (#7940) 5 years ago
Krishna Srinivas 338e9a9be9 Put object client disconnect (#7824) 5 years ago
Harshavardhana 72929ec05b
Turn off md5sum optionally if content-md5 is not set (#7609) 5 years ago
Krishnan Parthasarathi 35ef5eb236 Don't exit background append if backend specific files show up (#7519) 5 years ago
kannappanr 5ecac91a55
Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
poornas 023866642c canonicalize ETag correctly (#7442) 5 years ago
Harshavardhana c184038b6a Add proper custom errors object creations (#7387) 5 years ago
poornas 40b8d11209 Move metadata into ObjectOptions for NewMultipart and PutObject (#7060) 6 years ago
poornas 5a80cbec2a Add double encryption at S3 gateway. (#6423) 6 years ago
Ashish Kumar Sinha 9bb88e610e Deletion of subfolders of multipart (#6961) 6 years ago
poornas 5f6d717b7a Fix: Preserve MD5Sum for SSE encrypted objects (#6680) 6 years ago
Aarushi Arya 7c2ae4eaf7 Remove tmp file and multipart folder in FS mode. (#6677) 6 years ago
Harshavardhana 839a758a36
Fix a crash due to race between Abort/CompleteMultipart (#6544) 6 years ago
Praveen raj Mani ce9d36d954 Add object compression support (#6292) 6 years ago
Anis Elleuch aa4e2b1542 Use GetObjectNInfo in CopyObject and CopyObjectPart (#6489) 6 years ago
poornas 5c0b98abf0 Add ObjectOptions to ObjectLayer calls (#6382) 6 years ago
Harshavardhana 2debe77586 Remove error returned when part sizes are un-equal (#6183) 6 years ago
Harshavardhana e5e522fc61
docs: fix all Chinese doc links for the new docs site (#6097) 6 years ago
Anis Elleuch 9439dfef64 Use defer style to stop tickers to avoid current/possible misuse (#5883) 6 years ago
kannappanr cef992a395
Remove error package and cause functions (#5784) 6 years ago
kannappanr f8a3fd0c2a
Create logger package and rename errorIf to LogIf (#5678) 6 years ago
poornas a3e806ed61 Add disk based edge caching support. (#5182) 6 years ago