{"id":21740202,"url":"https://github.com/waydotnet/urllib_s3","last_synced_at":"2025-10-31T03:53:10.212Z","repository":{"id":62586664,"uuid":"143015083","full_name":"WaYdotNET/urllib_s3","owner":"WaYdotNET","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-04T08:01:14.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-23T18:25:20.996Z","etag":null,"topics":["aws-s3","minio","minio-client","python","s3","s3-bucket","urllib"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WaYdotNET.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-31T13:04:17.000Z","updated_at":"2023-12-04T08:01:25.000Z","dependencies_parsed_at":"2024-11-26T06:12:39.549Z","dependency_job_id":"5052f00c-3cfc-4cec-934f-096bc461eb13","html_url":"https://github.com/WaYdotNET/urllib_s3","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/WaYdotNET/urllib_s3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaYdotNET%2Furllib_s3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaYdotNET%2Furllib_s3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaYdotNET%2Furllib_s3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaYdotNET%2Furllib_s3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WaYdotNET","download_url":"https://codeload.github.com/WaYdotNET/urllib_s3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaYdotNET%2Furllib_s3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281925795,"owners_count":26584821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-s3","minio","minio-client","python","s3","s3-bucket","urllib"],"created_at":"2024-11-26T06:12:32.725Z","updated_at":"2025-10-31T03:53:10.176Z","avatar_url":"https://github.com/WaYdotNET.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# urllib_s3\n\n[![Downloads](https://static.pepy.tech/badge/urllib_s3)](https://pepy.tech/project/urllib_s3)\n\n\nurllib_s3 is a urllib handler for s3 protocol\n\n\n## Usage\n\ninstall library\n\n```bash\npip install urllib_s3\n\n```\n\n```python\nfrom six.moves.urllib.request import urlopen\nimport urllib_s3\n\nserver_settings = {\n    'server-url': {\n        'access_key': 'xx',\n        'secret_key': 'xxx',\n        'secure': True\n    }\n}\n\nurllib_s3.setup(server_settings)\n\n# now you use s3 protocol\nurlopen('s3://server-url/bucket/foo.png')\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaydotnet%2Furllib_s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaydotnet%2Furllib_s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaydotnet%2Furllib_s3/lists"}