{"id":28482518,"url":"https://github.com/jcabi/jcabi-s3","last_synced_at":"2025-06-30T13:32:25.280Z","repository":{"id":11601599,"uuid":"14093966","full_name":"jcabi/jcabi-s3","owner":"jcabi","description":"Object-Oriented Layer on Top of Amazon S3 SDK","archived":false,"fork":false,"pushed_at":"2025-06-12T23:24:59.000Z","size":2259,"stargazers_count":27,"open_issues_count":17,"forks_count":21,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-13T00:31:53.787Z","etag":null,"topics":["amazon-s3-sdk","java","library","object-oriented"],"latest_commit_sha":null,"homepage":"https://s3.jcabi.com","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/jcabi.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,"zenodo":null}},"created_at":"2013-11-03T21:30:05.000Z","updated_at":"2025-05-19T09:43:53.000Z","dependencies_parsed_at":"2023-02-19T15:15:19.555Z","dependency_job_id":"f611b1b5-2b91-420a-8271-ea598f952ac2","html_url":"https://github.com/jcabi/jcabi-s3","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/jcabi/jcabi-s3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcabi%2Fjcabi-s3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcabi%2Fjcabi-s3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcabi%2Fjcabi-s3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcabi%2Fjcabi-s3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcabi","download_url":"https://codeload.github.com/jcabi/jcabi-s3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcabi%2Fjcabi-s3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262783308,"owners_count":23363512,"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":["amazon-s3-sdk","java","library","object-oriented"],"created_at":"2025-06-07T20:37:50.093Z","updated_at":"2025-06-30T13:32:25.253Z","avatar_url":"https://github.com/jcabi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Object-Oriented S3 Adapter for Java\n\n[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)\n[![Managed by Zerocracy](https://www.0crat.com/badge/C3RUBL5H9.svg)](https://www.0crat.com/p/C3RUBL5H9)\n[![DevOps By Rultor.com](https://www.rultor.com/b/jcabi/jcabi-s3)](https://www.rultor.com/p/jcabi/jcabi-s3)\n\n[![mvn](https://github.com/jcabi/jcabi-s3/actions/workflows/mvn.yml/badge.svg)](https://github.com/jcabi/jcabi-s3/actions/workflows/mvn.yml)\n[![PDD status](https://www.0pdd.com/svg?name=jcabi/jcabi-s3)](https://www.0pdd.com/p?name=jcabi/jcabi-s3)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-s3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-s3)\n[![Javadoc](https://javadoc.io/badge/com.jcabi/jcabi-s3.svg)](https://www.javadoc.io/doc/com.jcabi/jcabi-s3)\n[![codecov](https://codecov.io/gh/jcabi/jcabi-s3/branch/master/graph/badge.svg)](https://codecov.io/gh/jcabi/jcabi-s3)\n\nMore details are here:\n[s3.jcabi.com](http://s3.jcabi.com/index.html).\n\nAlso, read this blog post:\n[Object-Oriented Java Adapter of Amazon S3 SDK][blog].\n\nIt's an object layer on top of Amazon S3 SDK:\n\n```java\nimport com.jcabi.s3.Bucket;\nimport com.jcabi.s3.Ocket;\nimport com.jcabi.s3.Region;\nimport com.jcabi.s3.cached.CdRegion;\npublic class Main {\n  public static void main(String[] args) {\n    Region region = new CdRegion(\n      new Region.Simple(\"key\", \"secret\")\n    );\n    Bucket bucket = region.bucket(\"my.example.com\");\n    Ocket.Text ocket = new Ocket.Text(bucket.ocket(\"test.txt\"));\n    String content = ocket.read();\n    ocket.write(\"hello, world!\");\n  }\n}\n```\n\nIt is highly recommended to use `CdRegion` to avoid multiple duplicate\nreads from the same S3 object.\n\n## How to contribute?\n\nFork the repository, make changes, submit a pull request.\nWe promise to review your changes same day and apply to\nthe `master` branch, if they look correct.\n\nPlease run Maven build before submitting a pull request:\n\n```bash\nmvn clean install -Pqulice\n```\n\n[blog]: http://www.yegor256.com/2014/05/26/amazon-s3-java-oop-adapter.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcabi%2Fjcabi-s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcabi%2Fjcabi-s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcabi%2Fjcabi-s3/lists"}