{"id":26780520,"url":"https://github.com/kaihendry/s3post","last_synced_at":"2026-03-13T04:32:26.247Z","repository":{"id":142044363,"uuid":"55963022","full_name":"kaihendry/s3post","owner":"kaihendry","description":"Golang sample to POST directly to an S3 bucket!","archived":false,"fork":false,"pushed_at":"2025-11-25T19:28:01.000Z","size":354,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-20T07:40:58.914Z","etag":null,"topics":["aws","file","post","s3","s3-storage","upload"],"latest_commit_sha":null,"homepage":"https://up.dabase.com/","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/kaihendry.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,"zenodo":null}},"created_at":"2016-04-11T10:26:58.000Z","updated_at":"2025-11-25T19:27:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd310620-41e9-472a-936f-fa259822d6b1","html_url":"https://github.com/kaihendry/s3post","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaihendry/s3post","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaihendry%2Fs3post","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaihendry%2Fs3post/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaihendry%2Fs3post/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaihendry%2Fs3post/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaihendry","download_url":"https://codeload.github.com/kaihendry/s3post/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaihendry%2Fs3post/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30457998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T03:55:51.346Z","status":"ssl_error","status_checked_at":"2026-03-13T03:55:33.055Z","response_time":60,"last_error":"SSL_read: 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","file","post","s3","s3-storage","upload"],"created_at":"2025-03-29T07:17:00.320Z","updated_at":"2026-03-13T04:32:26.215Z","avatar_url":"https://github.com/kaihendry.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Video explaining the project: https://www.youtube.com/watch?v=75XYVGakPWI\n\n# Authenticated AJAX POST to AWS S3 example 🙌\n\nRequires the following environment variables to be set:\n\n* BUCKET e.g. s.natalian.org, same domain as my CloudFront domain, https://s.natalian.org\n* PASSWORD e.g. \"abracadabra\" used to authenticate the client via a cookie\n* REGION e.g. ap-southeast-1, where the bucket is located\n* UPLOAD_ID the AWS_ACCESS_KEY_ID for uploading to the bucket only\n* UPLOAD_SECRET the secret AWS_SECRET_ACCESS_KEY counterpart to the restricted AWS_ACCESS_KEY_ID\n* NOTIFY_TOPIC SNS topic that publishes the key of the upload\n\n# S3 policy for restricting bucket upload\n\n\t{ \"Version\": \"2012-10-17\",\n\t\t\"Statement\": [\n\t\t{\n\t\t\t\"Sid\": \"Stmt1460356082000\",\n\t\t\t\"Effect\": \"Allow\",\n\t\t\t\"Action\": [\n\t\t\t\t\"s3:Put*\"\n\t\t\t],\n\t\t\t\"Resource\": [ \"arn:aws:s3:::s.natalian.org\", \"arn:aws:s3:::s.natalian.org/*\" ]\n\t\t}\n\t\t]\n\t}\n\nTODO is to implement a native Golang SDK function without UPLOAD_ID/UPLOAD_SECRET\n[createPresignedPost](https://github.com/aws/aws-sdk-go-v2/issues/171)\n\nhttps://github.com/TTLabs/EvaporateJS is far too complex. [Alex\nRussell](https://twitter.com/slightlylate/status/1059599437998186498) says\n[they are working on\nit!](https://www.chromestatus.com/feature/5712608971718656)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaihendry%2Fs3post","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaihendry%2Fs3post","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaihendry%2Fs3post/lists"}