{"id":20564519,"url":"https://github.com/tarantool/s3","last_synced_at":"2026-03-03T21:01:05.662Z","repository":{"id":137330592,"uuid":"69045138","full_name":"tarantool/s3","owner":"tarantool","description":"Amazon S3 backup plugin","archived":false,"fork":false,"pushed_at":"2020-10-04T13:31:43.000Z","size":26,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-04-21T15:55:06.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/tarantool.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-09-23T17:10:17.000Z","updated_at":"2022-11-22T10:07:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"b93903c9-3a72-43f1-8cab-52a166788af3","html_url":"https://github.com/tarantool/s3","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tarantool/s3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fs3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fs3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fs3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fs3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarantool","download_url":"https://codeload.github.com/tarantool/s3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fs3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30060622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-16T04:27:29.855Z","updated_at":"2026-03-03T21:01:05.656Z","avatar_url":"https://github.com/tarantool.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# s3\nAmazon S3 backup plugin. Use this plugin to put/get files into amazon s3 storage\n\n### API\n* init(opts) (`access` - access key, `secret` - secret key, `region` - amazon region name, `host` - hostname)\n* download_file(bucket_name, key, filename)\n* upload_file(bucket_name, key, filename)\n* list(bucket: optional) - list bucket or service\n\n### Usage\n```lua\ns3 = require('s3')\n\n-- set credentals, region name and server\ns3:init({\n    access='my_access_key',\n    secret='my_secret_key',\n    region='us-east-1',\n    host='hostname.com'\n})\n\n-- download file to current directory from s3 storage\nif s3:download_file('files', 'file.txt', 'cloud_file.txt') then\n    print('download complete')\nend\n\n-- upload backup to s3\nif s3:upload_file('files', 'backup.txt', '/home/user/backup.txt') then\n    print('upload complete')\nend\n\nprint(require('yaml').encode(s3:list()))\n---\n- name: builds\n  date: 2016-09-18T15:29:52Z\n- name: debrepo\n  date: 2016-09-18T15:18:30Z\n- name: dist\n  date: 2016-09-28T17:01:47Z\n- name: play\n  date: 2016-09-08T14:22:25Z\n- name: test\n  date: 2016-09-28T17:00:30Z\n...\n\nfiles = s3:list(\"test\")\n```\n\n### Building and requirements\n* libs3 fork (https://github.com/Sulverus/libs3), depends on libcurl and libxml2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarantool%2Fs3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarantool%2Fs3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarantool%2Fs3/lists"}