Norman Valerio

Results 4 issues of Norman Valerio

Unit tests added for new functions. - [X] All tests are green. ![image](https://github.com/user-attachments/assets/d06e4f88-807c-4f89-ba03-60a3b7eb27ec)

Changing os.path to posixpath to prevent issues when using pyminio in Windows environments. os.path uses the current system file system separator and adjust all its functions to that. MinIO is...

**Is your feature request related to a problem? Please describe.** The os.path uses the current OS path separator and rules to adapt its functions. MinIO uses posix format. **Describe the...

This PR introduces the GetPresignedUrl functionality to the Minio .NET client, aligning it with the existing capabilities of the Minio Python library, as detailed in the [official Python client API...