{"id":18522555,"url":"https://github.com/astro/s3erl","last_synced_at":"2026-03-16T12:02:31.971Z","repository":{"id":66098808,"uuid":"632557","full_name":"astro/s3erl","owner":"astro","description":"Erlang bindings for Amazon S3 storage web service","archived":false,"fork":false,"pushed_at":"2010-04-29T02:11:54.000Z","size":106,"stargazers_count":11,"open_issues_count":1,"forks_count":21,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T05:05:32.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.nobugs.org/developer/s3erl/","language":"Erlang","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/astro.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-04-28T01:18:15.000Z","updated_at":"2019-08-13T14:33:09.000Z","dependencies_parsed_at":"2023-02-19T22:30:33.427Z","dependency_job_id":null,"html_url":"https://github.com/astro/s3erl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Fs3erl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Fs3erl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Fs3erl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Fs3erl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astro","download_url":"https://codeload.github.com/astro/s3erl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248031070,"owners_count":21036325,"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-06T17:31:55.341Z","updated_at":"2026-03-16T12:02:26.927Z","avatar_url":"https://github.com/astro.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"s3erl: an erlang wrapper for Amazon's S3 storage service\n--------------------------------------------------------\n\nAuthor:  Andrew Birkett \u003candy@nobugs.org\u003e\n\nVersion: 0.1\nDate:    2007/12/07\n\nWhat is it?\n-----------\n\nAmazon's S3 storage service is a \"pay as you go\" service for storing\nfiles.  You can use it to serve web content, backup your files, etc.\n\nThis s3erl library provides easy access to S3 for erlang applications.\n\nMore info at: http://www.amazon.com/b?node=16427261\n\nRequirements\n------------\n\n- OTP-R12B (released on 2007/12/05).  Required due to a bug in inets'\n  handling of the HTTP 204 code [bug OTP-6982] which is heavily used by\n  S3.  Get it at http://erlang.org/download.html\n\n- An Amazon Web Services account - see http://www.amazonaws.com\n\nInstallation and test\n---------------------\n\n$ tar zxvf s3erl-0.1.tar.gz\n$ cd s3erl-0.1\n$ make\n$ echo \"code:add_pathz(\\\"$PWD/ebin\\\").\" \u003e\u003e ~/.erlang\n\n$ erl\n1\u003e s3test:run( \"Your Access Key Id\", \"Your Secret Access Key\", \"A name for a bucket test\").\n2\u003e q().\n\nThe test will execute the following steps\n\n - list all of your buckets\n - create the test bucket (the name is the 3rd argument)\n - create a new object in that bucket\n - list all the objects in that bucket\n - delete the object\n - delete the bucket.\n\nS3 has a single namespace for buckets, so you need to choose a unique\nbucket name for this test.  \n\nVersion History\n---------------\n\nv0.1 - 2007/12/07\n\n  - First release, \"works for me\" (tm)\n  - Bucket operations: list, create, delete\n  - Object operations: read, write, list, delete\n\n Missing features:\n  - Improved error handling\n  - Support for EU-based S3 buckets\n  - Support for streaming objects to/from disk (inets supports streaming\n    to disk, but not from disk just now) (harder)\n\nLicense\n-------\n\nReleased under the GNU General Public License v2.\n\nFeedback\n--------\n\nPatches, bug reports and general feedback to andy@nobugs.org please!\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastro%2Fs3erl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastro%2Fs3erl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastro%2Fs3erl/lists"}