{"id":21029404,"url":"https://github.com/yc-actions/yc-obj-storage-upload","last_synced_at":"2025-05-15T11:31:57.474Z","repository":{"id":103402049,"uuid":"598245262","full_name":"yc-actions/yc-obj-storage-upload","owner":"yc-actions","description":"GitHub Action to upload files to Yandex Cloud Object Storage.","archived":false,"fork":false,"pushed_at":"2025-05-12T12:56:28.000Z","size":16860,"stargazers_count":7,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-12T13:46:17.607Z","etag":null,"topics":["actions","github-actions","s3","upload","yandex-cloud"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/yc-actions.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,"zenodo":null}},"created_at":"2023-02-06T17:53:45.000Z","updated_at":"2025-05-12T12:56:32.000Z","dependencies_parsed_at":"2023-10-02T16:34:34.713Z","dependency_job_id":"a85cb5d3-2fb6-4e6f-8098-7fcf60fc288f","html_url":"https://github.com/yc-actions/yc-obj-storage-upload","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yc-actions%2Fyc-obj-storage-upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yc-actions%2Fyc-obj-storage-upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yc-actions%2Fyc-obj-storage-upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yc-actions%2Fyc-obj-storage-upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yc-actions","download_url":"https://codeload.github.com/yc-actions/yc-obj-storage-upload/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253753236,"owners_count":21958829,"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":["actions","github-actions","s3","upload","yandex-cloud"],"created_at":"2024-11-19T12:12:16.150Z","updated_at":"2025-05-15T11:31:52.448Z","avatar_url":"https://github.com/yc-actions.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## GitHub Action to upload files to Yandex Cloud Object Storage.\n\n[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)\n\n\nThe action uploads files from the given folder to Yandex Cloud Object Storage using Service Account Key as authorizations method.\n\n**Table of Contents**\n\n\u003c!-- toc --\u003e\n\n- [Usage](#usage)\n- [Permissions](#permissions)\n- [License Summary](#license-summary)\n\n\u003c!-- tocstop --\u003e\n\n## Usage\n\n```yaml\n    - name: Upload files to Object Storage\n      id: s3-upload\n      uses: yc-actions/yc-obj-storage-upload@v2\n      with:\n        yc-sa-json-credentials: ${{ secrets.YC_SA_JSON_CREDENTIALS }}\n        bucket: ${{ secrets.BUCKET }}\n        root: ./src\n        include: | \n          *.js\n          package.json\n        exclude: | \n          **/*.ts\n```\n`yc-sa-json-credentials` should contain JSON with authorized key for Service Account. More info in [Yandex Cloud IAM documentation](https://cloud.yandex.ru/docs/container-registry/operations/authentication#sa-json).\n\nSee [action.yml](action.yml) for the full documentation for this action's inputs and outputs.\n\n## Permissions\n\nTo perform this action, it is required that the service account on behalf of which we are acting has granted the `storage.uploader` role or greater.\nIf you want to clear bucket before uploading files using `clear: true` option, the service account should have `storage.editor` role or greater.\n\n## License Summary\n\nThis code is made available under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyc-actions%2Fyc-obj-storage-upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyc-actions%2Fyc-obj-storage-upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyc-actions%2Fyc-obj-storage-upload/lists"}