Minio

Latest version: v7.2.15

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 35 of 40

3.0.4

Not secure
Changelog
- Change ThreadPool and Worker class in thread_pool.py (628) <nnehdi>
- Fix date parsing (633) <andreparames>

3.0.3

Not secure
Highlights
No new changes in this release.

Changelog
- Update logging to print json as per mint log format (812) (23 minutes ago) <Nitish Tiwari>
- tests: Use consistent filesize for all test data. (809) (810) (5 days ago) <kannappanr>
- Move PutObjectStreaming() to the correct column in the ToC (807) (9 days ago) <Justin Clift>

3.0.2

Not secure
Highlights
- Major **OOM** bug fixed by using fixed sized buffer for PutObjectStreaming with no content length.
- **Region** is automatically handled now in minio-go if possible by looking at the **AWS S3 Endpoint**.

Changelog
- Add new API PresignedHeadObject method. (798) (3 days ago) <Harshavardhana>
- Conditionally retry HTTP calls for specific S3 errors (799) (3 days ago) <kannappanr>
- fix: Extract region from s3-<region>.amazonaws.com (787) (2 weeks ago) <Harshavardhana>
- Send logger output to stdout by default for functional tests (786) (2 weeks ago) <poornas>
- fix: Mutating variables within go closures should be explicit. (788) (2 weeks ago) <Harshavardhana>
- fix: Implement random reader for generating data. (780) (3 weeks ago) <Harshavardhana>
- fix 730 by replacing the buffer pool with a per-call buffer. (781) (3 weeks ago) <Sendu Bala>

3.0.1

Not secure
Highlights
- **Signature V4** object upload operations now only use [(Chunked Upload) (AWS Signature Version 4)](http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-streaming.html)
- Existing bucket names are further relaxed to support all **us-east-1** buckets.

Changelog
- Relax bucket name validation to support existing buckets. (778) (4 days ago) <Harshavardhana>
- api: Optimize multipart upload memory usage for unknown sized stream (776) (4 days ago) <Harshavardhana>
- Fix typo in the readme (767) (6 days ago) <Josh Anderson>
- fix typo: upto → up to (773) (8 days ago) <Michael Stapelberg>
- Correct logging call for PutObject0ByteV2 (769) (2 weeks ago) <poornas>
- PutObject streams with unknown size use streaming V4. (750) (3 weeks ago) <Harshavardhana>
- api: PutObjectSignV2 should support uploading 0byte objects. (762) (3 weeks ago) <Harshavardhana>
- better error logging (757) (3 weeks ago) <poornas>
- docs: Fix all documentation mistakes and examples. (760) (3 weeks ago) <Harshavardhana>
- Add DisableCompression in http.Transport to override auto-decompress. (752) (3 weeks ago) <Harshavardhana>
- mustParseBool should return false for empty string (749) (4 weeks ago) <Krishnan Parthasarathi>
- Functional tests now run as a standalone program (727) (4 weeks ago) <poornas>
- api: getObject ObjectInfo should set metadata headers. (744) (4 weeks ago) <Harshavardhana>
- api: BucketLocation req should set auth properly under V4. (748) (4 weeks ago) <Harshavardhana>

3.0.0

Not secure
Highlights

- Introduce support for **IAM** credentials with - *pkg/credentials* package.
- Introduce new **ComposeObject()** API to concatenate multiple sources into a single object.
- Introduce newer **CopyObject()** API to support upto 5 TiB object.
- Migrate **PutObject()** to use AWS Streaming Signature V4 by default.
- Resuming of **multipart** uploads is not supported anymore.

Changelog

- Remove copyConditions unused struct (743) (61 minutes ago) <Harshavardhana>
- Fix user-metadata copying bug in Compose API (741) (62 minutes ago) <Aditya Manthramurthy>
- api: Upon failure abort the multipart upload. (737) (64 minutes ago) <Harshavardhana>
- Handle source objects used client side encryption for compose object. (739) (27 hours ago) <Bala FA>
- Export KeyInfo.GetSSEHeaders so users can more easily generate SSE-C headers (740) (2 days ago) <Aditya Manthramurthy>
- api: use simple streaming upload for GetObject() reader. (735) (2 days ago) <Harshavardhana>
- Add API to compose objects through server-side copying (715) (3 days ago) <Aditya Manthramurthy>
- api: Allow *.amazonaws.com but not s3 endpoints (729) (3 days ago) <A. Elleuch>
- api: Pass down encryption metadata to all the multipart callers. (736) (3 days ago) <Harshavardhana>
- api: Update progress bar concurrently. (734) (5 days ago) <Harshavardhana>
- api: Support parallel uploads for PutObjectStreaming (728) (6 days ago) <Harshavardhana>
- Set httpBody as nil if contentLength is 0 (722) (9 days ago) <Jan Grodowski>
- api: objectInfo filtering should include more headers. (724) (12 days ago) <Harshavardhana>
- Export CommonPrefix var (726) (12 days ago) <Nitish Tiwari>
- api: ListBuckets() should have a default region for AWS S3. (720) (2 weeks ago) <Harshavardhana>
- api: deprecate PutObject() resuming capabilities. (707) (2 weeks ago) <Harshavardhana>
- api: ListObjectsV2 response should be validated strictly. (721) (2 weeks ago) <Harshavardhana>
- Cleanup iam role name handling. (716) (2 weeks ago) <Harshavardhana>
- Changed environment var S3_ADDRESS to SERVER_ENDPOINT (713) (2 weeks ago) <Nitish Tiwari>
- Minor fix spelling errors. (714) (2 weeks ago) <Harshavardhana>
- Relax isValidBucketName to allow reading existing buckets. (708) (2 weeks ago) <Harshavardhana>
- For GCS the size limit of S3 is not useful. (711) (3 weeks ago) <Harshavardhana>
- s3utils: Support AWS S3 US GovCloud endpoint. (701) (3 weeks ago) <Harshavardhana>
- api: Always strip 80/443 port from host (709) (3 weeks ago) <Anis Elleuch>
- Redact signature strings properly. (706) (3 weeks ago) <Harshavardhana>
- api: Single putObject can use temporary file always. (703) (3 weeks ago) <Harshavardhana>
- Spelling fix (704) (3 weeks ago) <Jacob Taylor>
- api/encrypt: Get() on encrypted object should be a reader. (699) (5 weeks ago) <Harshavardhana>
- get: Fix reading an object if its size is unknown (694) (5 weeks ago) <Anis Elleuch>
- fixes 696 by updating the examples for put-encrypted-object and get-encrypted-object (697) (5 weeks ago) <Tejay Cardon>
- fix InvalidAccessKeyId error according to amazon documentation (692) (6 weeks ago) <samkevich>
- Add AWS S3 SSE-C example. (689) (6 weeks ago) <Harshavardhana>
- According to RFC7232 Etag should be in quotes for If-Match. (688) (7 weeks ago) <Harshavardhana>
- api: getReaderSize() should honor seeked file descriptors. (681) (7 weeks ago) <Harshavardhana>
- tests: Use bytes.Repeat() when generating big data (683) (7 weeks ago) <Anis Elleuch>
- api: Failed call retry with region only when http.StatusBadRequest. (678) (7 weeks ago) <Harshavardhana>
- api: Add NewWithCredentials() (646) (8 weeks ago) <Harshavardhana>

2.2.6

Not secure
Changelog
- Fixes gcs/azure bucket policy test issues (587) (4 days ago) <ebozduman>
- Fix: Use dict.items() instead of dict.iteritems() (586) (3 weeks ago)
- tests: Return NA when APINotImplemented for bucket policy (582) (4 weeks ago)
- Fix minor bugs in logging format (584) (4 weeks ago) <kannappanr>
- Adds support for a generic presigned_url method (580) (4 weeks ago) <ebozduman>
- Do not fail input checks for endpoints with .amazonaws.com as prefix (581) (4 weeks ago) <Harshavardhana>
- Fix for issue 574: Introduces log output class (575) (5 weeks ago) <ebozduman>

Page 35 of 40

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.