{"id":28166560,"url":"https://github.com/lileio/cloud_storage_service","last_synced_at":"2025-05-15T13:13:50.975Z","repository":{"id":57483708,"uuid":"81854642","full_name":"lileio/cloud_storage_service","owner":"lileio","description":"gRPC service for storing objects in the cloud. (Google Storage, AWS S3 etc)","archived":false,"fork":false,"pushed_at":"2017-04-20T18:35:29.000Z","size":17,"stargazers_count":16,"open_issues_count":4,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-10T23:01:45.806Z","etag":null,"topics":["cloud-service","docker","go","grpc","lile","service"],"latest_commit_sha":null,"homepage":"","language":"Go","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/lileio.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}},"created_at":"2017-02-13T18:01:53.000Z","updated_at":"2024-03-31T18:14:24.000Z","dependencies_parsed_at":"2022-08-28T17:40:47.222Z","dependency_job_id":null,"html_url":"https://github.com/lileio/cloud_storage_service","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/lileio%2Fcloud_storage_service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lileio%2Fcloud_storage_service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lileio%2Fcloud_storage_service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lileio%2Fcloud_storage_service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lileio","download_url":"https://codeload.github.com/lileio/cloud_storage_service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254346569,"owners_count":22055809,"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":["cloud-service","docker","go","grpc","lile","service"],"created_at":"2025-05-15T13:13:20.452Z","updated_at":"2025-05-15T13:13:50.959Z","avatar_url":"https://github.com/lileio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud Storage Service\n[![Build Status](https://travis-ci.org/lileio/cloud_storage_service.svg?branch=master)](https://travis-ci.org/lileio/cloud_storage_service)\n\nA gRPC service made with the [Lile generator](https://github.com/lileio/lile) for storing object, files etc in cloud storage like Google Cloud Storage, AWS S3 or similar (PR's welcome!)\n\n``` protobuf\nservice CloudStorageService {\n  rpc Store(StoreRequest) returns (StorageObject) {}\n  rpc Delete(DeleteRequest) returns (DeleteResponse) {}\n}\n```\n\n## Details\n\nThe cloud storage service is for storing objects that other services may require or be used later by clients. An example would be uploading a photo along with a user account. In this scenario you would use the `Store` method to store the object in cloud storage, which will return you a filename and url. You can then store this for later use by a browser or similar.\n\nBe aware that for this url to work the bucket in question must be public.\n\nSpecific object ACL's and URL generation are coming soon.\n\n## Docker\n\nBuilds (based on Alpine) of master (after test runs) are available at\n\n```\ndocker pull lileio/cloud_storage_service\n```\n\n## Setup\n\n### Google Cloud Storage\n\nThe service will create the cloud storage bucket on first run if it doesn't exist\n\n```\nGOOGLE_STORAGE_BUCKET=some-bucket\nGOOGLE_STORAGE_PROJECT_ID=googleprojectid-20142\nGOOGLE_STORAGE_LOCATION=eu\nGOOGLE_APPLICATION_CREDENTIALS=/creds/google.json\n```\n\n## Development\n\nPR's are welcome. Testing currently is done end to end with communication with the services in question.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flileio%2Fcloud_storage_service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flileio%2Fcloud_storage_service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flileio%2Fcloud_storage_service/lists"}