{"id":18828793,"url":"https://github.com/mltframework/s3cmd-action","last_synced_at":"2026-01-23T06:30:18.535Z","repository":{"id":146004004,"uuid":"303283979","full_name":"mltframework/s3cmd-action","owner":"mltframework","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-12T07:08:37.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-30T06:15:14.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/mltframework.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}},"created_at":"2020-10-12T05:12:17.000Z","updated_at":"2024-02-19T22:36:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"3645cfe2-1db7-444b-a592-a11e73c6000a","html_url":"https://github.com/mltframework/s3cmd-action","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mltframework%2Fs3cmd-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mltframework%2Fs3cmd-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mltframework%2Fs3cmd-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mltframework%2Fs3cmd-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mltframework","download_url":"https://codeload.github.com/mltframework/s3cmd-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239763985,"owners_count":19692867,"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-11-08T01:36:45.664Z","updated_at":"2025-02-20T02:22:28.641Z","avatar_url":"https://github.com/mltframework.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"![.github/workflows/test.yml](https://github.com/mltframework/s3cmd-action/workflows/.github/workflows/test.yml/badge.svg)\n\n# GitHub Action: Run `s3cmd` With Arguments\n\nThis action simply runs [s3cmd](https://s3tools.org/) with all of the arguments supplied by you. See the s3cmd [usage](https://s3tools.org/usage)\nfor more information about the arguments.\n\n## Example\n\n### Upload One File\n\nUse `\u003e-` to pass a multi-line string.\n\n```\nuses: mltframework/s3cmd-action@v0\nwith:\n  args: \u003e-\n    --access_key=${{ secrets.AWS_ACCESS_KEY }}\n    --secret_key=${{ secrets.AWS_SECRET_KEY }}\n    --acl-public\n    --stop-on-error\n    put\n    local-file\n    s3://bucket/prefix/\n```\n\n### Upload Multiple Files By Wildcard\n\n```\nuses: mltframework/s3cmd-action@v0\nwith:\n  args: \u003e-\n    --access_key=${{ secrets.AWS_ACCESS_KEY }}\n    --secret_key=${{ secrets.AWS_SECRET_KEY }}\n    --acl-public\n    --stop-on-error\n    put\n    /tmp/*.zip\n    s3://bucket/prefix/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmltframework%2Fs3cmd-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmltframework%2Fs3cmd-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmltframework%2Fs3cmd-action/lists"}