Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding presigned URL functions for objects (GET, PUT, DELETE) #38

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

novama
Copy link
Contributor

@novama novama commented Aug 12, 2024

Unit tests added for new functions.

  • All tests are green.

image

novama and others added 5 commits August 11, 2024 14:11
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 always a posix path system. When using Pyminio in a Windows system, the paths got undesirable changed, because os.path set them to comply with Windows file system format.

This update prevents that issue to happen.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant