{"id":21372638,"url":"https://github.com/burakguldiken/netcoreminio","last_synced_at":"2025-03-16T08:44:48.031Z","repository":{"id":38128352,"uuid":"282302214","full_name":"burakguldiken/netcoreMinIO","owner":"burakguldiken","description":"MinIO operations with .net core","archived":false,"fork":false,"pushed_at":"2022-12-08T11:02:30.000Z","size":3733,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T21:14:34.131Z","etag":null,"topics":["csharp","dotnetcore","minio"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/burakguldiken.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-24T19:39:45.000Z","updated_at":"2020-11-20T10:08:24.000Z","dependencies_parsed_at":"2023-01-25T02:15:18.945Z","dependency_job_id":null,"html_url":"https://github.com/burakguldiken/netcoreMinIO","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakguldiken%2FnetcoreMinIO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakguldiken%2FnetcoreMinIO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakguldiken%2FnetcoreMinIO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakguldiken%2FnetcoreMinIO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burakguldiken","download_url":"https://codeload.github.com/burakguldiken/netcoreMinIO/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243846975,"owners_count":20357297,"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","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":["csharp","dotnetcore","minio"],"created_at":"2024-11-22T08:21:44.118Z","updated_at":"2025-03-16T08:44:48.010Z","avatar_url":"https://github.com/burakguldiken.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minio\n\n![alt text](minio.gif)\n\n### About\n\nCan be called object storage tool for MinIO\n\n### In This Project\n\n- Upload File\n- Delete File\n- Bucket Inquiry\n\n### Code Example\n\n```csharp\nbool response = true;\n            try\n            {\n                bool bucketFound = await minioClient.BucketExistsAsync(bucketName);\n                if (!bucketFound)\n                    minioClient.MakeBucketAsync(bucketName, \"Tr-tr\").Wait();\n                using (Stream stream = formFile.OpenReadStream())\n                {\n                    await minioClient.PutObjectAsync(bucketName, fileName, stream, stream.Length);\n                }\n            }\n            catch (Exception ex)\n            {\n                Console.WriteLine(ex.Message);\n                response = false;\n            }\n            return response;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburakguldiken%2Fnetcoreminio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburakguldiken%2Fnetcoreminio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburakguldiken%2Fnetcoreminio/lists"}