{"id":15762965,"url":"https://github.com/anton-yurchenko/s3-pre-signed-url","last_synced_at":"2026-01-08T09:02:21.544Z","repository":{"id":197982613,"uuid":"699783292","full_name":"anton-yurchenko/s3-pre-signed-url","owner":"anton-yurchenko","description":"GitHub Action to generate an AWS S3 Pre-Signed URL","archived":false,"fork":false,"pushed_at":"2024-10-01T00:07:16.000Z","size":1516,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-05T11:23:30.403Z","etag":null,"topics":["actions","cd","ci","github","github-actions","pre-signed-url","presigned-url","s3","signed-url"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/s3-pre-signed-url","language":"JavaScript","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/anton-yurchenko.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-03T10:32:57.000Z","updated_at":"2024-09-02T12:17:17.000Z","dependencies_parsed_at":"2023-10-04T23:51:57.836Z","dependency_job_id":"cf3d884a-e635-404d-a529-2f854c838388","html_url":"https://github.com/anton-yurchenko/s3-pre-signed-url","commit_stats":null,"previous_names":["anton-yurchenko/s3-signed-url","anton-yurchenko/s3-pre-signed-url"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anton-yurchenko%2Fs3-pre-signed-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anton-yurchenko%2Fs3-pre-signed-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anton-yurchenko%2Fs3-pre-signed-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anton-yurchenko%2Fs3-pre-signed-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anton-yurchenko","download_url":"https://codeload.github.com/anton-yurchenko/s3-pre-signed-url/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229538758,"owners_count":18088899,"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","cd","ci","github","github-actions","pre-signed-url","presigned-url","s3","signed-url"],"created_at":"2024-10-04T11:23:39.240Z","updated_at":"2026-01-08T09:02:16.474Z","avatar_url":"https://github.com/anton-yurchenko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# s3-pre-signed-url\n\n[![Release](https://img.shields.io/github/v/release/anton-yurchenko/s3-pre-signed-url)](https://github.com/anton-yurchenko/s3-pre-signed-url/releases/latest)\n[![Release](https://github.com/anton-yurchenko/s3-pre-signed-url/actions/workflows/release.yml/badge.svg)](https://github.com/anton-yurchenko/s3-pre-signed-url/actions/workflows/release.yml)\n[![License](https://img.shields.io/github/license/anton-yurchenko/s3-pre-signed-url)](LICENSE.md)\n\n## Overview\n\nGitHub Action to generate an AWS S3 PreSigned URL\n\n```yaml\n      - name: Generate S3 PreSigned URL\n        uses: anton-yurchenko/s3-pre-signed-url@v1\n        id: s3\n        with:\n          access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}\n          secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n          bucket: ${{ env.S3_BUCKET_NAME }}\n          path: artifacts/bin/${{ env.FILENAME }}\n\n      - run: echo ${{ steps.s3.outputs.url }}\n```\n\n## Configuration\n\n| Input | Default Value | Description |\n|:---------:|:-------------:|:-----------:|\n| `region` | `us-east-1` | S3 bucket region |\n| `access_key` | none | IAM User access key |\n| `secret_access_key` | none | IAM User secret access key |\n| `bucket`  | none | S3 bucket name |\n| `path`  | none | Filepath (for example: artifacts/app.exe) |\n| `expires_in`  | `\"300\"` | Number of seconds until the pre-signed URL expires |\n\n| Output | Description |\n|:------:|:-----------:|\n| `url` | PreSigned URL |\n\n## Remarks\n\n- This action has multiple tags: `latest / v1 / v1.2 / v1.2.3`. You may lock to a certain version instead of using **latest**.  \n(*Recommended to lock against a major version, for example* `v1`)\n\n## License\n\n[MIT](LICENSE.md) © 2023-present Anton Yurchenko\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanton-yurchenko%2Fs3-pre-signed-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanton-yurchenko%2Fs3-pre-signed-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanton-yurchenko%2Fs3-pre-signed-url/lists"}