{"id":18318686,"url":"https://github.com/autotraderuk/s3-client-extension","last_synced_at":"2025-04-09T13:55:08.989Z","repository":{"id":57743554,"uuid":"145409543","full_name":"autotraderuk/s3-client-extension","owner":"autotraderuk","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-26T18:10:03.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-02-15T07:51:43.365Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/autotraderuk.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}},"created_at":"2018-08-20T11:36:30.000Z","updated_at":"2018-09-26T17:56:59.000Z","dependencies_parsed_at":"2022-08-26T01:43:22.147Z","dependency_job_id":null,"html_url":"https://github.com/autotraderuk/s3-client-extension","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/autotraderuk%2Fs3-client-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autotraderuk%2Fs3-client-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autotraderuk%2Fs3-client-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autotraderuk%2Fs3-client-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autotraderuk","download_url":"https://codeload.github.com/autotraderuk/s3-client-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054217,"owners_count":21039951,"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-11-05T18:11:15.776Z","updated_at":"2025-04-09T13:55:08.971Z","avatar_url":"https://github.com/autotraderuk.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# s3-client-extension for Java/Scala\n[![Build Status](https://secure.travis-ci.org/autotraderuk/s3-client-extension.png)](https://travis-ci.org/autotraderuk/s3-client-extension)\n\n*Disclaimer: This is an alpha release until we get continuous integration and pipelines in place. Use at your own risk!*\n  \nThe **s3-client-extension** library enables Java and Scala developers to interact with the **Amazon Web Services** with ease.\nIt can be used to build scalable solutions with Amazon S3.\n  \n## Getting Started  \n  \nTo get started you can simply download a single zip file or use Maven.  \n  \ns3-client-extension package is available for Scala 2.11.8 (on Java 8). To install the package using SBT,\nadd the below statement to your `build.sbt` file:\n  \n```\nlibraryDependencies += \"uk.co.autotrader\" %% \"s3-client-extension\" % \"1.0.0-alpha.1\" \n```\n  \nOn maven, update your `pom.xml` file by adding the following to your dependencies:  \n\n```xml\n\u003cdependency\u003e\n\t\u003cgroupId\u003euk.co.autotrader\u003c/groupId\u003e\n\t\u003cartifactId\u003es3-client-extension\u003c/artifactId\u003e\n\t\u003cversion\u003e1.0.0-alpha.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nFor gradle, update your `build.gradle` file by adding the following to your dependencies:\n```\ncompile group: 'uk.co.autotrader', name: 's3-client-extension', version: '1.0.0-alpha.1'\n```\n## Example Usages\n\nTo get a fully paginated parallel list of object keys for objects in the specified bucket with the prefixes.\n  \n```scala\nval bucket = \"bucket-name\"\nval prefixes = List(\"prefix1/prefix2\")\nval keys = S3Client.withDefaultAmazonS3.getKeys(bucket, prefixes)\n```\n\n\u003e **Note: the prefixes don't start with a slash.**\n\nTo get a string representation of the S3Path object.\n\n```scala\nval bucket = \"bucket-name\"\nval objectPath = \"test1/test2/test3.txt\"\nval s3Path = S3Path(bucket, objectPath).toString\n```\n\u003e **Note: the object path does not start with a slash.**\n\n## Dev Guidelines\n\nIf you're adding or changing something, submit your changes via a pull request and they will be reviewed.\n\n## Semantic Versioning\n\nThis library follows semantic versioning and is managed by the **gradle-semantic-build-versioning** plugin. \nPlease refer to [https://semver.org/](https://semver.org/) for more information about semantic versioning.\n\n## Getting Help  \n  \nPlease use GitHub issues for getting help. We monitor these to track for feature requests or bugs.  \n    \n## License  \nCopyright (c) 2018 Auto Trader Limited\n\nPublished under Apache Software License 2.0, see LICENSE","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautotraderuk%2Fs3-client-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautotraderuk%2Fs3-client-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautotraderuk%2Fs3-client-extension/lists"}