{"id":18828290,"url":"https://github.com/lmbelo/minio4delphi","last_synced_at":"2026-02-22T18:37:32.812Z","repository":{"id":169385682,"uuid":"645353473","full_name":"lmbelo/MinIO4Delphi","owner":"lmbelo","description":"Delphi Amazon Cloud adapter for MinIO API","archived":false,"fork":false,"pushed_at":"2024-08-10T00:16:22.000Z","size":38,"stargazers_count":26,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T09:38:27.674Z","etag":null,"topics":["amazon-s3","api","cloud","delphi","minio"],"latest_commit_sha":null,"homepage":"","language":"Pascal","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/lmbelo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-25T13:15:45.000Z","updated_at":"2025-09-25T11:52:43.000Z","dependencies_parsed_at":"2024-04-04T02:45:25.698Z","dependency_job_id":null,"html_url":"https://github.com/lmbelo/MinIO4Delphi","commit_stats":null,"previous_names":["lmbelo/minio4delphi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lmbelo/MinIO4Delphi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmbelo%2FMinIO4Delphi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmbelo%2FMinIO4Delphi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmbelo%2FMinIO4Delphi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmbelo%2FMinIO4Delphi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmbelo","download_url":"https://codeload.github.com/lmbelo/MinIO4Delphi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmbelo%2FMinIO4Delphi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29722029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T15:10:41.462Z","status":"ssl_error","status_checked_at":"2026-02-22T15:10:04.636Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["amazon-s3","api","cloud","delphi","minio"],"created_at":"2024-11-08T01:24:22.296Z","updated_at":"2026-02-22T18:37:32.779Z","avatar_url":"https://github.com/lmbelo.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MinIO4Delphi - Based on Delphi's Amazon Cloud API\n\n## High Performance Object Storage for AI\n\n#### MinIO is a high-performance, S3 compatible object store. It is built for large scale AI/ML, data lake and database workloads. It runs on-prem and on any cloud (public or private) and from the data center to the edge. MinIO is software-defined and open source under GNU AGPL v3.\n\nhttps://min.io/\n\n\n### Usage\n\nCreate the MinIO connection info in the same manner as you create the [Amazon connection info](https://docwiki.embarcadero.com/Libraries/Alexandria/en/Data.Cloud.AmazonAPI.TAmazonConnectionInfo):\n\n```\nvar\n  LConnInfo: TMinIOConnectionInfo;\n...\n  LConnInfo := TMinIOConnectionInfo.Create(nil);\n  LConnInfo.AccountKey := 'your_private_key';\n  LConnInfo.AccountName := 'your_public_key';\n  LConnInfo.StorageEndPoint := 'your_endpoint';\n  LConnInfo.UseDefaultEndpoints := false;\n```\n\nCreate the MinIO storage service in the same manner as you create the [Amazon storage service](https://docwiki.embarcadero.com/Libraries/Alexandria/en/Data.Cloud.AmazonAPI.TAmazonStorageService):\n\n```\nvar\n  LService: TMinIOStorageService;\n...\n  LService := TMinIOStorageService.Create(LConnInfo);\n```\n\nUse it in the conventional way plus this implementation abstractions:\n\n```\n...\n  LService.UploadFile('your_bucket_name', 'local_file_path', 'remote_file_name');\n  LService.DeleteObject('your_bucket_name', 'remote_file_name');\n...\n```\n\n### Sample 1\n\n![image](https://github.com/user-attachments/assets/22ce3ca9-8dd3-403f-abf8-c51d4a26be25)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmbelo%2Fminio4delphi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmbelo%2Fminio4delphi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmbelo%2Fminio4delphi/lists"}