{"id":18119720,"url":"https://github.com/mostlygeek/s3-file-maker","last_synced_at":"2025-04-06T11:18:27.782Z","repository":{"id":66828449,"uuid":"133565039","full_name":"mostlygeek/s3-file-maker","owner":"mostlygeek","description":"Makes random files in S3 to test SQS S3 Events","archived":false,"fork":false,"pushed_at":"2018-05-15T19:43:33.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T16:51:49.094Z","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/mostlygeek.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":"2018-05-15T19:42:10.000Z","updated_at":"2018-11-09T15:41:24.000Z","dependencies_parsed_at":"2023-03-16T12:15:10.935Z","dependency_job_id":null,"html_url":"https://github.com/mostlygeek/s3-file-maker","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/mostlygeek%2Fs3-file-maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fs3-file-maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fs3-file-maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fs3-file-maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mostlygeek","download_url":"https://codeload.github.com/mostlygeek/s3-file-maker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471521,"owners_count":20944158,"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-01T05:16:49.596Z","updated_at":"2025-04-06T11:18:27.747Z","avatar_url":"https://github.com/mostlygeek.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# S3 File generator\n\nThis has a pretty specific use case, [BuildHub#456](https://github.com/mozilla-services/buildhub/issues/465).  This will generate random files into S3 and every so often generate a [buildhub.json](https://bugzilla.mozilla.org/show_bug.cgi?id=1442306) file. \n\n## AWS Credentials\n\nMake sure your AWS DEV IAM credentials are in `./aws/config`.  Right now it only supports them being your `[default]` credentials... `¯\\_(ツ)_/¯`.\n\n## Install and Usage\n\n```\n# install dependencies\n$ dep ensure \n\n# build it\n$ go build main.go\n\n# run it\n$ ./main\n\n\n# run-time options \n$ ./main --help\nUsage of ./main:\n  -bucket string\n        s3 bucket name (default \"buildhub-sqs-test\")\n  -chance int\n        chance out of 100 a buildhub.json file is generated (default 25)\n  -delay int\n        milliseconds between creating files (default 2000)\n  -num int\n        how many random files will be generated (default 100)\n        \n## GENERATE FOR A LONG TIME\n$ ./main -num 100000 -delay 1000         \n\n## GENERATE LOTS OF FILES QUICKLY\n$ ./main -delay 10\n\n## GENERATE LOTS OF BUILDHUB.JSON FILES\n$ ./main -chance 80\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostlygeek%2Fs3-file-maker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmostlygeek%2Fs3-file-maker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostlygeek%2Fs3-file-maker/lists"}