{"id":20621844,"url":"https://github.com/aristotelesbr/keepbox-ruby","last_synced_at":"2025-03-06T23:19:39.769Z","repository":{"id":90243954,"uuid":"585225028","full_name":"aristotelesbr/keepbox-ruby","owner":"aristotelesbr","description":"Client to sync folder to AWS S3","archived":false,"fork":false,"pushed_at":"2023-01-27T12:03:08.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T05:28:16.465Z","etag":null,"topics":["aws-s3","dropbox","google-driver"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/aristotelesbr.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":"2023-01-04T16:24:38.000Z","updated_at":"2023-01-31T19:50:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"721c6d73-2f6d-4372-b25c-d7c9e0172238","html_url":"https://github.com/aristotelesbr/keepbox-ruby","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aristotelesbr%2Fkeepbox-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aristotelesbr%2Fkeepbox-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aristotelesbr%2Fkeepbox-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aristotelesbr%2Fkeepbox-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aristotelesbr","download_url":"https://codeload.github.com/aristotelesbr/keepbox-ruby/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242299325,"owners_count":20104986,"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":["aws-s3","dropbox","google-driver"],"created_at":"2024-11-16T12:19:38.565Z","updated_at":"2025-03-06T23:19:39.763Z","avatar_url":"https://github.com/aristotelesbr.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# keepbox-ruby\n\nKeepbox is a simple, secure, and private way to store and share files. It's a great alternative to Dropbox, Google Drive, and other file sharing services.\n\nIt syncs files from a local directory to an Amazon S3 bucket. It's a simple Ruby script that uses the AWS SDK for Ruby. Good for individuals and small teams. God bye Dropbox! 👋 🚀 🚀 🚀\n\n![keepbox](./assets/logo.svg)\n\n## Installation\n\nClone the repository and run the following commands:\n\n```bash\nbundle install\n```\n\nAnd turn keepbox.rb on executable:\n\n```bash\nchmod +x keepbox.rb\n```\n\n## Configuration\n\nExport AWS credentials as environment variables:\n\n```bash\nexport AWS_ACCESS_KEY_ID=YOUR_AWS_ACCESS_KEY_ID\nexport AWS_SECRET_ACCESS_KEY=YOUR_AWS_SECRET_ACCESS_KEY\n```\nAnd your bucket name and prefix folder to store files:\n\n```bash\nexport BUCKET=YOUR_AWS_BUCKET\nexport PREFIX=YOUR_AWS_PREFIX\n```\n\nYou can also use `env-example` in the root directory to create a `.env` file with your credentials.\n\n## Run tests\n\nRun the following command to run the tests:\n\n```bash\nbundle exec rake test\n```\n\n## Usage\n\nChoice a directory to monitor and run keepbox.rb:\n\n```bash\n./keepbox.rb /path/to/your/directory\n```\n\nAnd that's it! 🎉 🎉 🎉\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at.\n\n## License\n\nMIT License - see LICENSE.md for details\n\n☕️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faristotelesbr%2Fkeepbox-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faristotelesbr%2Fkeepbox-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faristotelesbr%2Fkeepbox-ruby/lists"}