{"id":22066092,"url":"https://github.com/pcpratheesh/s3filescopier","last_synced_at":"2026-05-11T03:08:01.914Z","repository":{"id":154439071,"uuid":"298973510","full_name":"pcpratheesh/s3FilesCopier","owner":"pcpratheesh","description":"AWS lambda function to copy a file from s3 to remote server","archived":false,"fork":false,"pushed_at":"2021-08-23T10:37:40.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T00:36:10.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/pcpratheesh.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,"publiccode":null,"codemeta":null}},"created_at":"2020-09-27T07:03:29.000Z","updated_at":"2021-08-23T10:37:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e74da0d-670a-4aa6-a7de-3122c55ce2a5","html_url":"https://github.com/pcpratheesh/s3FilesCopier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcpratheesh%2Fs3FilesCopier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcpratheesh%2Fs3FilesCopier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcpratheesh%2Fs3FilesCopier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcpratheesh%2Fs3FilesCopier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcpratheesh","download_url":"https://codeload.github.com/pcpratheesh/s3FilesCopier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066640,"owners_count":20555421,"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-30T19:25:39.978Z","updated_at":"2026-05-11T03:07:56.877Z","avatar_url":"https://github.com/pcpratheesh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# s3FilesCopier\nA simple AWS lambda function to copy a file from s3 bucket intto remote server.\n\n# Deployment\n - Download the deployment file from https://github.com/pratheeshpcplpta/s3FilesZipper\n - Build the go with the following command  -   **env GOOS=linux go build -o main main.go \u0026\u0026 zip deployment.zip main**\n\n - Upload the deployment file to lambda\n - Set the configuration\n\n Handler function name: main\n\n\n# Configurations\nYou have to provide the configuration as base64 encoded format. Add **CONFIG** in lambda configuration variable\n\nUse https://www.base64encode.org/ to encode the configurations\n\n```json\n{   \t\n \"region\" : \"Region\",\n \"user\" : \"Remote server access user\",\n \"password\" : \"Remote server access password - \",\n \"host\" : \"Remote host\",\n \"port\" : \"Remote access port\",\n \"authkeybucket\" : \"Optional - If trying to access ssh with pem key : Pem key file stored bucket\",\n \"authkeypath\" : \"Optional - If trying to access ssh with pem key : pem key file path\",\n \"sourcebucket\" : \"File Source Bucket\",\n \"sourcefilepath\" : \"File path\",\n \"filedestinationfolder\" :\"Folder path where you want to copy the files at remote host\"\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcpratheesh%2Fs3filescopier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcpratheesh%2Fs3filescopier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcpratheesh%2Fs3filescopier/lists"}