{"id":27231842,"url":"https://github.com/hackuna/one-cloud-s3-api","last_synced_at":"2026-05-04T07:37:14.539Z","repository":{"id":180370095,"uuid":"487190992","full_name":"hackuna/one-cloud-s3-api","owner":"hackuna","description":"Easy to use REST API Gateway for 1CLOUD.RU object storage (S3). Based on Microsoft.NET.Sdk.Web, Amazon.S3.SDK, Swagger, OpenApi","archived":false,"fork":false,"pushed_at":"2024-03-27T15:11:04.000Z","size":63,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-28T16:11:48.929Z","etag":null,"topics":["1cloud","asp-net-core","aspnet-core","aspnetcore","csharp","docker","s3","s3-client","swagger","webapi"],"latest_commit_sha":null,"homepage":"https://1cloud.ru/ref/339507","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hackuna.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","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},"funding":{"github":"hackuna","patreon":"hackuna","custom":["https://www.paypal.me/aqorda","https://boosty.to/hackuna","https://pay.cloudtips.ru/p/447b60c9"]}},"created_at":"2022-04-30T05:31:27.000Z","updated_at":"2024-03-05T09:42:43.000Z","dependencies_parsed_at":"2024-01-13T10:57:17.231Z","dependency_job_id":"b0c4c0dc-24b4-4e11-ad73-abb497558d98","html_url":"https://github.com/hackuna/one-cloud-s3-api","commit_stats":null,"previous_names":["hackuna/one-cloud-s3-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackuna%2Fone-cloud-s3-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackuna%2Fone-cloud-s3-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackuna%2Fone-cloud-s3-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackuna%2Fone-cloud-s3-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackuna","download_url":"https://codeload.github.com/hackuna/one-cloud-s3-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248226744,"owners_count":21068270,"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":["1cloud","asp-net-core","aspnet-core","aspnetcore","csharp","docker","s3","s3-client","swagger","webapi"],"created_at":"2025-04-10T13:45:27.603Z","updated_at":"2026-05-04T07:37:14.485Z","avatar_url":"https://github.com/hackuna.png","language":"C#","funding_links":["https://github.com/sponsors/hackuna","https://patreon.com/hackuna","https://www.paypal.me/aqorda","https://boosty.to/hackuna","https://pay.cloudtips.ru/p/447b60c9"],"categories":[],"sub_categories":[],"readme":"# 1cloud S3 API\n\nAn example of interaction with cloud object storage from [1cloud.ru](https://1cloud.ru/ref/339507) using the Amazon S3 protocol, using C# and .NET 8.\n\n## Configuration\n\n### Environment variables:\n\n```\nS3_SERVICE_URL=https://1cloud.store\nS3_ACCESS_KEY={YourAccessKey}\nS3_SECRET_KEY={YourSecretKey}\n```\n\n### Local development in IDE\n\nConfigure Environment variables at  `\"environmentVariables\"` section in file `Properties/launchSettings.json`\n\n```\n\"environmentVariables\": {\n    \"ASPNETCORE_ENVIRONMENT\": \"Development\",\n    \"S3_SERVICE_URL\": \"https://1cloud.store\",\n    \"S3_ACCESS_KEY\": \"{YourDevAccessKey}\",\n    \"S3_SECRET_KEY\": \"{YourDevSecretKey}\"\n}\n```\n\n## Docker image (linux-x64)\n\n| Container image repository | Last Build |\n| -- | -- |\n| [ghcr.io/hackuna/one-cloud-s3-api](https://github.com/hackuna/one-cloud-s3-api/pkgs/container/one-cloud-s3-api) | [![Build \u0026 Publish](https://github.com/hackuna/one-cloud-s3-api/actions/workflows/dotnet.yml/badge.svg)](https://github.com/hackuna/one-cloud-s3-api/actions/workflows/dotnet.yml) |\n\nPull image command:\n\n```\ndocker pull ghcr.io/hackuna/one-cloud-s3-api:latest\n```\n\nRun container command:\n\n```\ndocker run -d \\\n--restart always \\\n--name storage-api \\\n-p 5000:8080 \\\n--volume=storage-secrets:/root/.aspnet/DataProtection-Keys \\\n--env=ASPNETCORE_ENVIRONMENT=Production \\\n--env=ASPNETCORE_URLS=http://+:8080 \\\n--env=S3_SERVICE_URL=https://1cloud.store \\\n--env=S3_ACCESS_KEY={YourAccessKey} \\\n--env=S3_SECRET_KEY={YourSecretKey} \\\nghcr.io/hackuna/one-cloud-s3-api:latest\n```\n\nStop container command:\n\n```\ndocker stop storage-api\n```\n\nRemove container command:\n\n```\ndocker rm storage-api\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackuna%2Fone-cloud-s3-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackuna%2Fone-cloud-s3-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackuna%2Fone-cloud-s3-api/lists"}