{"id":18698011,"url":"https://github.com/cloudposse-archives/goofys","last_synced_at":"2025-06-12T13:37:33.390Z","repository":{"id":48420740,"uuid":"124125543","full_name":"cloudposse-archives/goofys","owner":"cloudposse-archives","description":"Goofys S3 Filesystem Docker Implementation","archived":false,"fork":false,"pushed_at":"2023-12-15T02:42:46.000Z","size":9,"stargazers_count":29,"open_issues_count":5,"forks_count":21,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-01T16:33:23.255Z","etag":null,"topics":["alpine-linux","container","docker","dockerfile","s3fs","s3fs-fuse"],"latest_commit_sha":null,"homepage":"https://cloudposse.com/accelerate","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudposse-archives.png","metadata":{"funding":{"github":"cloudposse"},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-03-06T19:06:50.000Z","updated_at":"2024-04-16T02:36:30.000Z","dependencies_parsed_at":"2023-12-17T08:02:28.715Z","dependency_job_id":"f80e4768-23c8-4d42-a6e0-86714f2400e0","html_url":"https://github.com/cloudposse-archives/goofys","commit_stats":null,"previous_names":["cloudposse-archives/goofys","cloudposse/goofys"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse-archives%2Fgoofys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse-archives%2Fgoofys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse-archives%2Fgoofys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse-archives%2Fgoofys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse-archives","download_url":"https://codeload.github.com/cloudposse-archives/goofys/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223504688,"owners_count":17156396,"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":["alpine-linux","container","docker","dockerfile","s3fs","s3fs-fuse"],"created_at":"2024-11-07T11:26:36.924Z","updated_at":"2024-11-07T11:26:37.500Z","avatar_url":"https://github.com/cloudposse-archives.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/cloudposse"],"categories":[],"sub_categories":[],"readme":"# goofys\n\n[Goofys](https://github.com/kahing/goofys) S3 Filesystem Docker Implementation.\n\n\n## Examples\n\n```sh\nexport AWS_ACCESS_KEY_ID=`grep aws_access_key_id ~/.aws/credentials | awk '{print $3}'`\nexport AWS_SECRET_ACCESS_KEY=`grep aws_secret_access_key ~/.aws/credentials | awk '{print $3}'`\n\ndocker run -it --rm --privileged -e BUCKET=\"bucket\" -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY cloudposse/goofys\n```\n\nBy default S3 bucket will be mounted under `/mnt/s3`, but you could customize the mount point by setting `MOUNT_DIR` environment variable.\n\n\n## Help\n\n**Got a question?**\n\nFile a GitHub [issue](https://github.com/cloudposse/goofys/issues), send us an [email](mailto:hello@cloudposse.com) or reach out to us on [Gitter](https://gitter.im/cloudposse/).\n\n\n## Contributing\n\n### Bug Reports \u0026 Feature Requests\n\nPlease use the [issue tracker](https://github.com/cloudposse/goofys/issues) to report any bugs or file feature requests.\n\n### Developing\n\nIf you are interested in being a contributor and want to get involved in developing `goofys`, we would love to hear from you!\nShoot us an [email](mailto:hello@cloudposse.com).\n\nIn general, PRs are welcome. We follow the typical \"fork-and-pull\" Git workflow.\n\n 1. **Fork** the repo on GitHub\n 2. **Clone** the project to your own machine\n 3. **Commit** changes to your own branch\n 4. **Push** your work back up to your fork\n 5. Submit a **Pull request** so that we can review your changes\n\n**NOTE:** Be sure to merge the latest from \"upstream\" before making a pull request!\n\n\n## License\n\n[APACHE 2.0](LICENSE) © 2018 [Cloud Posse, LLC](https://cloudposse.com)\n\nSee [LICENSE](LICENSE) for full details.\n\n    Licensed to the Apache Software Foundation (ASF) under one\n    or more contributor license agreements.  See the NOTICE file\n    distributed with this work for additional information\n    regarding copyright ownership.  The ASF licenses this file\n    to you under the Apache License, Version 2.0 (the\n    \"License\"); you may not use this file except in compliance\n    with the License.  You may obtain a copy of the License at\n\n      http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing,\n    software distributed under the License is distributed on an\n    \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n    KIND, either express or implied.  See the License for the\n    specific language governing permissions and limitations\n    under the License.\n\n\n## About\n\nThe `goofys` Docker implementation is maintained and funded by [Cloud Posse, LLC][website].\n\n![Cloud Posse](https://cloudposse.com/logo-300x69.png)\n\n\nLike it? Please let us know at \u003chello@cloudposse.com\u003e\n\nWe love [Open Source Software](https://github.com/cloudposse/)!\n\nSee [our other projects][community]\nor [hire us][hire] to help build your next cloud platform.\n\n  [website]: https://cloudposse.com/\n  [community]: https://github.com/cloudposse/\n  [hire]: https://cloudposse.com/contact/\n\n\n### Contributors\n\n| [![Erik Osterman][erik_img]][erik_web]\u003cbr/\u003e[Erik Osterman][erik_web] | [![Andriy Knysh][andriy_img]][andriy_web]\u003cbr/\u003e[Andriy Knysh][andriy_web] |\n|-------------------------------------------------------|------------------------------------------------------------------|\n\n  [erik_img]: http://s.gravatar.com/avatar/88c480d4f73b813904e00a5695a454cb?s=144\n  [erik_web]: https://github.com/osterman/\n  [andriy_img]: https://avatars0.githubusercontent.com/u/7356997?v=4\u0026u=ed9ce1c9151d552d985bdf5546772e14ef7ab617\u0026s=144\n  [andriy_web]: https://github.com/aknysh/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudposse-archives%2Fgoofys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudposse-archives%2Fgoofys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudposse-archives%2Fgoofys/lists"}