{"id":23054011,"url":"https://github.com/emcecs/ecs-alfresco-content-store","last_synced_at":"2025-04-03T04:40:46.256Z","repository":{"id":145105772,"uuid":"63097068","full_name":"EMCECS/ecs-alfresco-content-store","owner":"EMCECS","description":"Content Store implementation to store data in EMC Elastic Cloud Storage","archived":false,"fork":false,"pushed_at":"2018-06-20T13:54:09.000Z","size":129,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-02-08T18:45:43.110Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EMCECS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-07-11T19:45:08.000Z","updated_at":"2019-09-24T20:10:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"b22a7759-1194-4905-a86d-00f2b09b5a02","html_url":"https://github.com/EMCECS/ecs-alfresco-content-store","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fecs-alfresco-content-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fecs-alfresco-content-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fecs-alfresco-content-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fecs-alfresco-content-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EMCECS","download_url":"https://codeload.github.com/EMCECS/ecs-alfresco-content-store/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246939177,"owners_count":20857916,"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-12-16T00:32:28.143Z","updated_at":"2025-04-03T04:40:46.237Z","avatar_url":"https://github.com/EMCECS.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"ecs-alfresco-content-store\n===\nThis is a Content Store implementation to store data in EMC ECS via S3. This produces an Alfresco Module Package (amp) file, configured to use ECS S3 for primary storage. You could also use S3 for other storage purposes, such as content replication. In that case, you will need to change the configuration files appropriately to support that other use case and then rebuild the amp.\n\nHow to develop and build\n---\nThis is basically a maven project to build an Alfresco Module Package (amp) file, with a simple gradle wrapper to create a distribution zip for that amp (with licenses and source). The reason for not moving the basic amp build to gradle is that alfresco provides downloadable maven plugins but not gradle plugins, and we can't support the gradle amp plugins ourselves. An amp file is basically a jarred set of jar libraries and configuration files, with the extension \"amp\".\n\nTo work with the code in a development environment, you should import it as a maven project, using the `pom.xml` file. The `build.gradle` file does not contain the dependencies, so you can't import it as a gradle project.\n\nThe easiest way to build is from the command line with `gradlew`. Here are the most useful commands, all of which should be run from the project root folder.\n  - `./gradlew clean` - cleans up all produced artifacts\n  - `./gradlew buildAmp` - builds just the amp file.\n  - `./gradlew distZip` (or simply `./gradlew`) - builds a complete distribution zip file.\n\nHow to install the amp\n---\nYou MUST do this before you first run Alfresco, as changing the content storage mechanism once any data has been stored will break your Alfresco deployment. The simplest technique is to use the Module Management Tool, as described below.\n  - http://docs.alfresco.com/5.1/tasks/amp-install.html\n\nYou must also add the following properties to your alfresco-global.properties file:\n\n    #where to store the data\n    ecss3.bucketName=\n    #configuration parameters for the ecs client - legacy version\n    #access id\n    ecss3.access_key=\n    #access key\n    ecss3.secret_key=\n    #endpoint or comma-separated lost of endpoints\n    ecss3.endpoint=https://object.ecstestdrive.com:443\n    #true/false\n    ecss3.enable_vhost=\n    #true/false for enabling client-side load balancing\n    ecss3.smart_client=\n    #configuration parameters for the ecs client - new version\n    ecss3.config_uri=\n    #threshold for multipart file upload (bytes).\n    ecss3.large_file_upload_threshold=10485760\n    #part size when using multipart file upload (bytes).\n    ecss3.large_file_part_size=3145728\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femcecs%2Fecs-alfresco-content-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femcecs%2Fecs-alfresco-content-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femcecs%2Fecs-alfresco-content-store/lists"}