Results 28 comments of Bala FA

Stale issue. Reopen if required.

We are working on a new release. Stay tuned! If you are testing DirectPV, you could try our snapshot development version which has the feature. 1. Download https://github.com/balamurugana/directpv/releases/download/v3.1.0-40-gd2dec861-6-gfbabf7d7-4-g5bfcce74-2-gfec61f8f-1-g99ebc570/kubectl-directpv 2. Install...

[DeleteObjects S3 API](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html) enables us to delete multiple objects by limiting to maximum of 1000 objects. In `minio-py`, `remove_objects()` is a higher level method which supports removal of more than...

Feel free to send a PR

@trollfot `stat_object()` doesn't support extra headers yet. Feel free to send a PR for that.

Feel free to send a PR like https://github.com/minio/minio-py/blob/master/minio/api.py#L2828 supporting `extra_headers` and `extra_query_params`

@VerdantForge This is minio server specific extension ```go // BucketVersioningConfiguration is the versioning configuration structure type BucketVersioningConfiguration struct { XMLName xml.Name `xml:"VersioningConfiguration"` Status string `xml:"Status"` MFADelete string `xml:"MfaDelete,omitempty"` // MinIO...