{"id":20490151,"url":"https://github.com/open-turo/actions-s3-artifact","last_synced_at":"2025-09-25T05:30:39.621Z","repository":{"id":61300614,"uuid":"539712563","full_name":"open-turo/actions-s3-artifact","owner":"open-turo","description":"GitHub Action: manage S3 artifacts in workflows","archived":false,"fork":false,"pushed_at":"2025-09-24T00:23:29.000Z","size":38,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-09-24T02:31:14.454Z","etag":null,"topics":["action","actions","artifacts","gha","github","s3","tool","tooling","tools"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/open-turo.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-21T22:50:57.000Z","updated_at":"2025-09-22T00:26:16.000Z","dependencies_parsed_at":"2024-07-19T00:43:18.380Z","dependency_job_id":"8a04b378-f100-47ad-b95e-c1e1125040c8","html_url":"https://github.com/open-turo/actions-s3-artifact","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/open-turo/actions-s3-artifact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-s3-artifact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-s3-artifact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-s3-artifact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-s3-artifact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-turo","download_url":"https://codeload.github.com/open-turo/actions-s3-artifact/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-s3-artifact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276864793,"owners_count":25718334,"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","status":"online","status_checked_at":"2025-09-25T02:00:09.612Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["action","actions","artifacts","gha","github","s3","tool","tooling","tools"],"created_at":"2024-11-15T17:15:42.967Z","updated_at":"2025-09-25T05:30:39.337Z","avatar_url":"https://github.com/open-turo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `open-turo/actions-s3-artifact`\n\nGitHub Action: manage S3 artifacts in workflows\n\n[![Release](https://img.shields.io/github/v/release/open-turo/actions-s3-artifact)](https://github.com/open-turo/actions-s3-artifact/releases/)\n[![Tests pass/fail](https://img.shields.io/github/workflow/status/open-turo/actions-s3-artifact/CI)](https://github.com/open-turo/actions-s3-artifact/actions/)\n[![License](https://img.shields.io/github/license/open-turo/actions-s3-artifact)](./LICENSE)\n[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/dwyl/esta/issues)\n![CI](https://github.com/open-turo/actions-s3-artifact/actions/workflows/release.yaml/badge.svg)\n[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)\n[![Conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.2-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org)\n[![Join us!](https://img.shields.io/badge/Turo-Join%20us%21-593CFB.svg)](https://turo.com/jobs)\n\n## Actions\n\n### action: [`upload`](./upload)\n\nUpload will tarball and upload artifact(s) to S3 and optionally manage\nauthentification if AWS credentials are specified.\n\nSee usage [here](./upload/README.md#usage).\n\nDocumentation is found [here](./upload/README.md).\n\n### action: [`download`](./download)\n\nDownload will download artifacts from s3 path and optionally extract files from\ntar if s3 path ends with `.tgz` or `.tar.gz`.\n\nSee usage [here](./download/README.md#usage).\n\nDocumentation is found [here](./download/README.md).\n\n## Get Help\n\nEach Action has a detailed README for how to use it as referenced above. Please review Issues, post new Issues against this repository as needed.\n\n## Contributions\n\nPlease see [here](https://github.com/open-turo/contributions) for guidelines on how to contribute to this project.\n\n## Use cases\n\n- actions-s3-artifact/upload\n  - Upload a build artifact to S3 for future use externally\n    - Uploading an ML model to use in a container\n    - Uploading a Javascript bundle for serving\n  - Upload an artifact for future use in another job\n    - Uploading a preprocessed data set for use in a training job\n    - Uploading a javascript build for use in parallel jobs\n- actions-s3-artifact/download\n  - Needs to be able to fail without erroring the pipeline for a cache-like behavior\n  - Needs to be able to output its success status for future pipeline steps\n  - Download an external artifact from S3 for use in a job\n    - Downloading data set to work with in CI/CD\n    - Downloading ML model to build into deployment CD\n  - Download an artifact from a previous job for use in a job\n    - Downloading a preprocessed data set for use in a training job\n    - Downloading a javascript build for use in parallel jobs\n- actions-s3-artifact\n  - TBD: Might not be worth it\n  - Cache and retrieve an artifact based on a possibly changing key or hash of a file\n  - Check cache\n  - If it's present, skip computation\n  - If it's not present, compute\n  - Upload to cache, if it was not retrieved\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-turo%2Factions-s3-artifact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-turo%2Factions-s3-artifact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-turo%2Factions-s3-artifact/lists"}