{"id":21166314,"url":"https://github.com/ajyounguk/aws-s3-client","last_synced_at":"2026-02-19T05:03:10.270Z","repository":{"id":47656815,"uuid":"122341138","full_name":"ajyounguk/aws-s3-client","owner":"ajyounguk","description":"Demo for basic s3 functionality in nodejs","archived":false,"fork":false,"pushed_at":"2022-12-15T17:37:59.000Z","size":270,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T08:12:16.578Z","etag":null,"topics":["amazon-web-services","aws","bucket","cli","client","demo","demo-app","harness","html","node","nodejs","s3","testing","utility"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/ajyounguk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-21T13:39:02.000Z","updated_at":"2024-12-20T13:03:37.000Z","dependencies_parsed_at":"2023-01-29T04:01:32.719Z","dependency_job_id":null,"html_url":"https://github.com/ajyounguk/aws-s3-client","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/ajyounguk%2Faws-s3-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajyounguk%2Faws-s3-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajyounguk%2Faws-s3-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajyounguk%2Faws-s3-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajyounguk","download_url":"https://codeload.github.com/ajyounguk/aws-s3-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252843519,"owners_count":21812894,"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":["amazon-web-services","aws","bucket","cli","client","demo","demo-app","harness","html","node","nodejs","s3","testing","utility"],"created_at":"2024-11-20T14:49:16.482Z","updated_at":"2026-02-19T05:03:10.241Z","avatar_url":"https://github.com/ajyounguk.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"## AWS S3 Client\n\n## What is this?\nA web client app that excercises the AWS S3 functionality via the API\n\n![Alt text](/screenshots/s3upload.png)\n\n## Contains:\n- /config = example aws creds config file and example endpoint override (optional) config file\n- /controllers = s3Controller for UI and AWS SKD calls\n- /public = style sheet\n- /views = ejs UI \n- app.js - main app, launch it and point browser to port 3000\n\n\n### S3 Functionality:\n- Create Bucket\n- List Buckets\n- Upload (local) file/obj to bucket. Default Local file cat.jpg included in repo for your viewing pleasure! :)\n- List files/objs in bucket\n- Delete file/obj\n- Delete bucket\n- Create Signed URLs (proto)\n\n\n## Installation overview\nclone the repo and install dependencies:\n\n```\ngit clone https://github.com/ajyounguk/aws-s3-demo\ncd aws-s3-client\nnpm install\n```\n\n\n## Credentials\nCopy the configuration file and add your AWS creds to it:\n```\ncd config\ncp aws-config-sample.json aws-config.json\n\n```\n** please take care and don't commit your creds back to git **\n\n*(IAM user creds with group policy = AmazonS3SFullAccess works)*\n\n\n## Overrride Amazon S3 endpoints\nIf you need to route your request to a proxy, or want to route s3 requests to a local pseudo AWS service (e.g. goaws or localStack) you can override endopoints by creating a aws-override.json config file:\n```\ncd config\ncp aws-override-sample.json aws-override.json\n\nand edit the endpoints in the file if needed\n```\n\n\n## How to run it\nrun the server:\n\n```\nnode app.js\n```\n\npoint browser at (localIP/remoteIP) port 3000\n\nFor more information on S3\n\nhttps://aws.amazon.com/s3/\n\n\n\n### EOF Readme..\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajyounguk%2Faws-s3-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajyounguk%2Faws-s3-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajyounguk%2Faws-s3-client/lists"}