Minio

Latest version: v7.2.7

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

Scan your dependencies

Page 32 of 37

3.0.0

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

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>

2.2.5

Highlights
- **Parallel** upload of multipart parts.
- **put_object** doesn't always calculate md5sum, md5sum is calculate only if the requests are on secure connection.

Changelog
- Update minio-py to output new mint log format (572) (7 days ago) <ebozduman>
- Updated example to include the set_content_type method (571) (9 days ago) <Daniel Cavalcante>
- Fix parsing failure for list_buckets with s3 endpoint (567) (5 weeks ago) <poornas>
- Improve example for 'examples/remove_objects.py' (568) (5 weeks ago) <Frederick Gnodtke>
- Parallel upload of object parts (563) (6 weeks ago) <A. Elleuch>
- API: stat_object returns time.time instead of secs (566) (6 weeks ago) <A. Elleuch>
- tests: Remove useless path append (564) (7 weeks ago) <A. Elleuch>
- Fix: Raise ValueError if server returns empty policy statements (559) (8 weeks ago) <poornas>
- Split tests into functions (555) (2 months ago) <A. Elleuch>
- api: put_object shouldn't calculate md5sum always. (550) (2 months ago) <Harshavardhana>

2.2.4

Changelog

- tests: Add support for functional tests to run in mint. (547) (19 minutes ago) <Harshavardhana>
- Simplify python tests and reduce CPU usage. (546) (3 days ago) <Harshavardhana>
- Provide additional headers for all multipart upload's requests. (544) (5 days ago) <Evgeniy Dubovskoy>
- Add shell scripts to run functional and unit tests for python2 and python3 (535) (8 days ago) <poornas>
- multipart: Disable resuming incomplete uploads (542) (10 days ago) <A. Elleuch>
- tests: put_object a big file to cover more code (540) (13 days ago) <A. Elleuch>
- Use md5_hex for parts' md5sum (538) (2 weeks ago) <Krishnan Parthasarathi>

2.2.3

Changelog

- url: resource and query encoding should support unicode (530) (2 hours ago) <Harshavardhana>
- tests: Fix functional tests for Python 3 (534) (4 days ago) <Anis Elleuch>
- Use hex instead of hash interface in partMetadata (531) (4 days ago) <Anis Elleuch>
- signv4: Strip port 80 & 443 from url (528) (3 weeks ago) <Anis Elleuch>
- fix: Use urllib.quote() instead of pathname2url() (525) (5 weeks ago) <Anis Elleuch>
- Add support for custom headers for get, fget and get_partial methods (522) (5 weeks ago) <Evgeniy Dubovskoy>
- examples: Fix curl command for presigned post (517) (7 weeks ago) <poornas>
- Correct attribute initialization in ResponseError (515) (7 weeks ago) <fazpu>

2.2.2

- correct bucket_name to bucket.name (506) (2 weeks ago) <Rob>
- api: Return custom metadata in stat_object. (505) (2 weeks ago) <Harshavardhana>
- signV4: Fix signature issue while doing multipart upload. (504) (2 weeks ago) <Harshavardhana>
- Add proper exception handling with known exceptions. (498) (3 weeks ago) <MrRedAmber>
- api: ListenBucketNotification now supports s3:ObjectAccessed:* (501) (4 weeks ago) <Harshavardhana>
- Fix listen_bucket_notification do not preload_content. (496) (6 weeks ago) <Harshavardhana>
- Custom certificate bundles (494) (7 weeks ago) <MrRedAmber>

Page 32 of 37

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.