{"id":25609545,"url":"https://github.com/prathamesh-pichkate/aws-s3-nodejs","last_synced_at":"2026-05-16T17:01:18.501Z","repository":{"id":276422665,"uuid":"929247956","full_name":"prathamesh-pichkate/AWS-S3-NODEJS","owner":"prathamesh-pichkate","description":"This project demonstrates how to generate pre-signed URLs for Amazon S3 objects using the AWS SDK for JavaScript (v3).","archived":false,"fork":false,"pushed_at":"2025-02-08T05:24:38.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T21:39:50.615Z","etag":null,"topics":["aws","aws-s3","awssdk","nodejs-s3"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/prathamesh-pichkate.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":"2025-02-08T05:14:18.000Z","updated_at":"2025-02-08T05:25:48.000Z","dependencies_parsed_at":"2025-02-08T06:20:57.110Z","dependency_job_id":"e9b2ece1-407c-48fb-b971-9aeb58df9e43","html_url":"https://github.com/prathamesh-pichkate/AWS-S3-NODEJS","commit_stats":null,"previous_names":["prathamesh-pichkate/aws-s3-nodejs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prathamesh-pichkate/AWS-S3-NODEJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathamesh-pichkate%2FAWS-S3-NODEJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathamesh-pichkate%2FAWS-S3-NODEJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathamesh-pichkate%2FAWS-S3-NODEJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathamesh-pichkate%2FAWS-S3-NODEJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prathamesh-pichkate","download_url":"https://codeload.github.com/prathamesh-pichkate/AWS-S3-NODEJS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathamesh-pichkate%2FAWS-S3-NODEJS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33111496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aws","aws-s3","awssdk","nodejs-s3"],"created_at":"2025-02-21T21:40:21.664Z","updated_at":"2026-05-16T17:01:18.466Z","avatar_url":"https://github.com/prathamesh-pichkate.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS S3 Signed URL Generator\n\nThis project demonstrates how to generate pre-signed URLs for Amazon S3 objects using the AWS SDK for JavaScript (v3). Pre-signed URLs allow secure access to private S3 objects without exposing sensitive credentials.\n\n## Features\n- Generate a **pre-signed URL** to retrieve objects from a private S3 bucket.\n- Generate a **pre-signed URL** for uploading objects to S3.\n- List objects inside a specific bucket folder.\n- Delete objects from the S3 bucket.\n\n## Installation \u0026 Usage\n\n### 1. Clone the Repository\n```sh\ngit clone https://github.com/prathamesh-pichkate/AWS-S3-NODEJS.git\n```\n### 2. Install Dependencies\nEnsure you have **Node.js** installed, then run:\n```sh\nnpm install\n```\n\n### 3. AWS Credentials Setup\nSet up your AWS credentials in an **.env** file:\n```\nAWS_ACCESS_KEY_ID=your-access-key\nAWS_SECRET_ACCESS_KEY=your-secret-key\nAWS_DEFAULT_REGION=your-region\nS3_BUCKET_NAME=your-bucket-name\n```\n\n### 4. Run the Script\n```sh\nnode index.js\n```\n\n## Contributions\nFeel free to fork this repo and submit a pull request with improvements! 🚀\n\n## License\nThis project is licensed under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprathamesh-pichkate%2Faws-s3-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprathamesh-pichkate%2Faws-s3-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprathamesh-pichkate%2Faws-s3-nodejs/lists"}