{"id":25254240,"url":"https://github.com/alchemycms/alchemy-dragonfly-s3","last_synced_at":"2025-10-27T01:30:58.060Z","repository":{"id":40236652,"uuid":"271060793","full_name":"AlchemyCMS/alchemy-dragonfly-s3","owner":"AlchemyCMS","description":"Store AlchemyCMS files on Amazon S3","archived":false,"fork":false,"pushed_at":"2023-03-31T16:30:56.000Z","size":310,"stargazers_count":1,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-21T04:10:55.429Z","etag":null,"topics":["alchemy-cms","aws-s3"],"latest_commit_sha":null,"homepage":"https://alchemy-cms.com","language":"Ruby","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/AlchemyCMS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"MIT-LICENSE","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}},"created_at":"2020-06-09T16:59:49.000Z","updated_at":"2021-10-02T07:32:37.000Z","dependencies_parsed_at":"2024-02-10T23:31:51.723Z","dependency_job_id":"7e5f90d2-3dfd-4bc2-a46c-b616aba74726","html_url":"https://github.com/AlchemyCMS/alchemy-dragonfly-s3","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlchemyCMS%2Falchemy-dragonfly-s3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlchemyCMS%2Falchemy-dragonfly-s3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlchemyCMS%2Falchemy-dragonfly-s3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlchemyCMS%2Falchemy-dragonfly-s3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlchemyCMS","download_url":"https://codeload.github.com/AlchemyCMS/alchemy-dragonfly-s3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238418230,"owners_count":19468869,"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":["alchemy-cms","aws-s3"],"created_at":"2025-02-12T05:31:27.310Z","updated_at":"2025-10-27T01:30:57.672Z","avatar_url":"https://github.com/AlchemyCMS.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/AlchemyCMS/alchemy-dragonfly-s3.svg?branch=main)](https://travis-ci.com/AlchemyCMS/alchemy-dragonfly-s3)\n\n# AlchemyCMS AWS S3\n\nProvides classes for storing Alchemy pictures and file attachments on Amazon AWS S3.\n\n## Alchemy Version\n\nThis branch works with Alchemy 6.0 and above.\n\n- For a Alchemy 5.2/5.3 compatible version use the `5.2-stable` branch.\n- For a Alchemy 5.0 compatible version use the `alchemy-5` branch.\n- For a Alchemy 4 compatible version use the `alchemy-4` branch.\n- For a Alchemy 3 compatible version use the `alchemy-3` branch.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'alchemy-dragonfly-s3', github: 'AlchemyCMS/alchemy-dragonfly-s3'\n```\n\nAnd then execute:\n\n```\n$ bundle install\n```\n\n## Setup\n\nConfigure a S3 datastore for Dragonfly\n\n```ruby\n# config/initializers/dragonfly\n\nrequire \"dragonfly/s3_data_store\"\n\nRails.application.credentials.aws.tap do |aws_config|\n  Dragonfly.app(:alchemy_pictures).configure do\n    plugin :imagemagick\n    plugin :svg\n    secret: Rails.application.credentials.secret_key_base\n    datastore :s3, aws_config\n  end\n\n  Dragonfly.app(:alchemy_attachments).configure do\n    datastore :s3, aws_config\n  end\nend\n```\n\n## License\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falchemycms%2Falchemy-dragonfly-s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falchemycms%2Falchemy-dragonfly-s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falchemycms%2Falchemy-dragonfly-s3/lists"}