{"id":16346391,"url":"https://github.com/milesgranger/artifact-mover","last_synced_at":"2025-11-08T09:30:31.784Z","repository":{"id":233757517,"uuid":"787758764","full_name":"milesgranger/artifact-mover","owner":"milesgranger","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-17T11:08:38.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T02:43:51.555Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/milesgranger.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-17T06:07:36.000Z","updated_at":"2024-04-17T11:36:18.000Z","dependencies_parsed_at":"2024-04-17T09:55:16.772Z","dependency_job_id":"9c3e83ba-8bfa-4c5a-abe1-25baca69c4c9","html_url":"https://github.com/milesgranger/artifact-mover","commit_stats":null,"previous_names":["milesgranger/artifact-mover"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesgranger%2Fartifact-mover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesgranger%2Fartifact-mover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesgranger%2Fartifact-mover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesgranger%2Fartifact-mover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milesgranger","download_url":"https://codeload.github.com/milesgranger/artifact-mover/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239550272,"owners_count":19657541,"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":[],"created_at":"2024-10-11T00:35:14.323Z","updated_at":"2025-11-08T09:30:31.748Z","avatar_url":"https://github.com/milesgranger.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n## artifact-mover GitHub Action\n\nMove artifacts to and from S3 (other targets to come).\n\n## Use:\n\n```yaml\n# Assumes you've setup some AWS credentials (env vars, profile, etc)\n# And have set aws region either as env var (AWS_REGION) or as part of the profile\n- uses: milesgranger/artifact-mover@main\n  with:\n    action: upload\n    name: my-artifact\n    path: ./some-path/to/my-artifact\n    bucket: my-aws-s3-bucket\n    profile: my-aws-profile  # optional, defaults to default or using env vars\n\n- uses: milesgranger/artifact-mover@main\n  with:\n    action: download\n    name: my-artifact\n    path: ./output-dir\n    bucket: my-aws-s3-bucket\n```\n\nSee [the integration test](./.github/workflows/test.yml) for full a working example\n\n### AWS Permissions\n\nThe permissions needed by this action are only `get-object`, `put-object`, and `list-object-v2` for a the given bucket. All of which could be further restricted to the `prefix-key` parameter which defaults to \"artifacts\". ie arn:aws:s3:::\u003cbucket\u003e/artifacts/*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilesgranger%2Fartifact-mover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilesgranger%2Fartifact-mover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilesgranger%2Fartifact-mover/lists"}