Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
taran-p
/
minio-py
Public
forked from
minio/minio-py
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jun 30, 2022
Fix formatting
taran-p
authored
6373774
View commit details
Copy full SHA for 6373774
Browse repository at this point
Fix formatting
taran-p
committed
4ae20bb
View commit details
Copy full SHA for 4ae20bb
Browse repository at this point
Commits on Jun 29, 2022
Add support for user server
taran-p
committed
62ad9db
View commit details
Copy full SHA for 62ad9db
Browse repository at this point
Commits on Jun 27, 2022
error out if lifecycle rule has null filter (#1219)
Show description for bc87dd2
balamurugana
authored
bc87dd2
View commit details
Copy full SHA for bc87dd2
Browse repository at this point
Commits on Jun 25, 2022
fix lifecycle config rule validation (#1217)
Show description for 36824fb
balamurugana
authored
36824fb
View commit details
Copy full SHA for 36824fb
Browse repository at this point
Commits on Jun 22, 2022
fget_object(): remove resume support. (#1215)
Show description for 039c68b
balamurugana
authored
039c68b
View commit details
Copy full SHA for 039c68b
Browse repository at this point
Commits on Jun 11, 2022
Update version to next release
minio-trusted
committed
c99ea7f
View commit details
Copy full SHA for c99ea7f
Browse repository at this point
Commits on Jun 7, 2022
Set minimum requirement to Python v3.7 (#1209)
Show description for 999033f
balamurugana
authored
999033f
View commit details
Copy full SHA for 999033f
Browse repository at this point
Commits on Jun 1, 2022
correct ValueError when part_size > MAX_PART_SIZE (#1205)
Show description for a7aafab
0x726574736F706D69
authored
a7aafab
View commit details
Copy full SHA for a7aafab
Browse repository at this point
Commits on May 18, 2022
Handle 304 status code properly (#1202)
Show description for 2067045
balamurugana
authored
2067045
View commit details
Copy full SHA for 2067045
Browse repository at this point
Commits on May 12, 2022
allow hashlib.md5() calls to work with FIPS kernels (#1200)
Show description for 1f60dc9
BOPOHA
authored
1f60dc9
View commit details
Copy full SHA for 1f60dc9
Browse repository at this point
Commits on May 5, 2022
Update version to next release
minio-trusted
committed
e93d042
View commit details
Copy full SHA for e93d042
Browse repository at this point
Commits on May 3, 2022
fix make version-id dictionary instead of set (#1197)
Show description for 06f9ba0
balamurugana
authored
06f9ba0
View commit details
Copy full SHA for 06f9ba0
Browse repository at this point
Commits on Apr 19, 2022
Update version to next release
minio-trusted
committed
cc024a8
View commit details
Copy full SHA for cc024a8
Browse repository at this point
fix: listen bucket event response should use response.readline() (#1195)
Show description for 2a33817
harshavardhana
authored
2a33817
View commit details
Copy full SHA for 2a33817
Browse repository at this point
Commits on Apr 9, 2022
fix converting boolean value to XML boolean. (#1186)
Show description for 4f35c22
balamurugana
authored
4f35c22
View commit details
Copy full SHA for 4f35c22
Browse repository at this point
Update version to next release
minio-trusted
committed
7d61987
View commit details
Copy full SHA for 7d61987
Browse repository at this point
Commits on Mar 30, 2022
use unittest.mock instead of mock (#1188)
pgajdos
authored
e8b0d1b
View commit details
Copy full SHA for e8b0d1b
Browse repository at this point
Commits on Mar 29, 2022
Add __reduce__() method to errors for pickle compatible. (#1190)
Show description for 55bb3a3
balamurugana
authored
55bb3a3
View commit details
Copy full SHA for 55bb3a3
Browse repository at this point
Commits on Mar 11, 2022
Update version to next release
minio-trusted
committed
daa3fac
View commit details
Copy full SHA for daa3fac
Browse repository at this point
Commits on Mar 3, 2022
Add AssumeRoleWithCertificate credential provider. (#1182)
Show description for 0aa0234
balamurugana
authored
0aa0234
View commit details
Copy full SHA for 0aa0234
Browse repository at this point
Commits on Feb 27, 2022
Update version to next release
minio-trusted
committed
8e6885b
View commit details
Copy full SHA for 8e6885b
Browse repository at this point
fix: lint checks and enable MINIO_CI_CD=1 for functional tests (#1181)
harshavardhana
authored
9759f4d
View commit details
Copy full SHA for 9759f4d
Browse repository at this point
Commits on Feb 21, 2022
Add policy unset method to minio admin (#1180)
federicober
authored
53b18fb
View commit details
Copy full SHA for 53b18fb
Browse repository at this point
Commits on Feb 16, 2022
add MINIO_CI_CD=1 for local CI/CD runs
harshavardhana
committed
3ded6b8
View commit details
Copy full SHA for 3ded6b8
Browse repository at this point
Commits on Feb 4, 2022
fix progress bar division by zero error (#1177)
harshavardhana
authored
aa7d3c3
View commit details
Copy full SHA for aa7d3c3
Browse repository at this point
Commits on Feb 3, 2022
docs: fix typo in object_lock config function name (#1176)
harshavardhana
authored
8692527
View commit details
Copy full SHA for 8692527
Browse repository at this point
Commits on Feb 2, 2022
Update version to next release
minio-trusted
committed
bcf2994
View commit details
Copy full SHA for bcf2994
Browse repository at this point
Commits on Feb 1, 2022
change EnvAWSProvider/EnvMinioProvider fetch credentials from os.environ (#1174)
nfioraio-ec
authored
195d54e
View commit details
Copy full SHA for 195d54e
Browse repository at this point
improve finding user's home directory in AWSConfigProvider/MinioClientConfigProvider (#1175)
nfioraio-ec
authored
172b4ec
View commit details
Copy full SHA for 172b4ec
Browse repository at this point
Commits on Dec 13, 2021
Update set_object_lock_config.py example (#1170)
Show description for b3ba3bf
anooptp
authored
b3ba3bf
View commit details
Copy full SHA for b3ba3bf
Browse repository at this point
Commits on Nov 29, 2021
Update version to next release
minio-trusted
committed
ba71464
View commit details
Copy full SHA for ba71464
Browse repository at this point
Commits on Nov 25, 2021
fix: do not enforce role value for replicationConfig (#1166)
Show description for c1ab4af
harshavardhana
authored
c1ab4af
View commit details
Copy full SHA for c1ab4af
Browse repository at this point
Commits on Nov 24, 2021
fix: canonical request path if empty choose '/' (#1165)
Show description for ff6af3e
harshavardhana
authored
ff6af3e
View commit details
Copy full SHA for ff6af3e
Browse repository at this point
Commits on Oct 8, 2021
Update version to next release
minio-trusted
committed
77c3e40
View commit details
Copy full SHA for 77c3e40
Browse repository at this point
Previous
Next
You can’t perform that action at this time.