{"id":20332283,"url":"https://github.com/wavemaker/aws-s3-connector","last_synced_at":"2025-04-11T21:30:27.618Z","repository":{"id":72173372,"uuid":"288637640","full_name":"wavemaker/aws-s3-connector","owner":"wavemaker","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-21T06:30:52.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-25T17:22:18.027Z","etag":null,"topics":["wavemaker-connector"],"latest_commit_sha":null,"homepage":"","language":"Java","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/wavemaker.png","metadata":{"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-19T05:00:31.000Z","updated_at":"2024-10-21T06:30:18.000Z","dependencies_parsed_at":"2024-11-14T20:27:16.816Z","dependency_job_id":"ca788503-06f3-41be-b302-9029232b67f2","html_url":"https://github.com/wavemaker/aws-s3-connector","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavemaker%2Faws-s3-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavemaker%2Faws-s3-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavemaker%2Faws-s3-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavemaker%2Faws-s3-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavemaker","download_url":"https://codeload.github.com/wavemaker/aws-s3-connector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248482791,"owners_count":21111383,"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":["wavemaker-connector"],"created_at":"2024-11-14T20:25:50.167Z","updated_at":"2025-04-11T21:30:27.596Z","avatar_url":"https://github.com/wavemaker.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Connector  Introduction\nConnector is a Java based backend extension for WaveMaker applications. Connectors are built as Java modules \u0026 exposes java based SDK to interact with the connector implementation.\nEach connector is built for a specific purpose and can be integrated with one of the external services. Connectors are imported \u0026 used in the WaveMaker application. Each connector runs on its own container thereby providing the ability to have it’s own version of the third party dependencies.\n## Features of Connectors\n1. Connector is a java based extension which can be integrated with external services and reused in many Wavemaker applications.\n1. Each connector can work as an SDK for an external system.\n1. Connectors can be imported once in a WaveMaker application and used many times in the applications by creating multiple instances.\n1. Connectors are executed in its own container in the WaveMaker application, as a result there are no dependency version conflict issues between connectors.\n## About AWS S3 Connector\n## Introduction\nAmazon S3 (Simple Storage Service) is a scalable, high-speed, low-cost web-based service designed for online backup and archiving of data and application programs. It allows to upload, store, and download any type of files up to 5 TB in size. This service allows the subscribers to access the same systems that Amazon uses to run its own web sites. The subscriber has control over the accessibility of data, i.e. privately/publicly accessible.\nThis connector exposes api to interact with AWS S3 from WaveMaker application.\n## Prerequisite\n1. AWS Bucket access with a Key and Secret\n1. Java 1.8 or above\n1. Maven 3.1.0 or above\n1. Any java editor such as Eclipse, Intelij..etc\n1. Internet connection\n## Build\nYou can build this connector using following command\n```\nmvn clean install\n```\n\n## Deploy\nYou can import connector dist/aws-s3-connector.zip artifact in WaveMaker studio application using file upload option.On after uploading into wavemaker, you can update your profile properties such as AWS key and Secret.\n\n\n## Use S3 connector in WaveMaker\n```\n@Autowired\nprivate S3Connector s3Connector;\nList\u003cWMS3ObjectSummary\u003e wms3ObjectSummaries = s3Connector.listS3Objects();\ns3Connector.downloadFile(\"IMG_20200202_115106.jpg\");\n```\nApart from above apis, there are other apis exposed in this connector, please vist connector interface in the api module.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavemaker%2Faws-s3-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavemaker%2Faws-s3-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavemaker%2Faws-s3-connector/lists"}