{"id":21567318,"url":"https://github.com/ug0/aliyun_oss","last_synced_at":"2025-04-10T13:21:08.915Z","repository":{"id":33591698,"uuid":"158787807","full_name":"ug0/aliyun_oss","owner":"ug0","description":"Aliyun OSS(阿里云对象存储) SDK for Elixir","archived":false,"fork":false,"pushed_at":"2023-03-30T15:58:31.000Z","size":253,"stargazers_count":14,"open_issues_count":6,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T12:04:39.214Z","etag":null,"topics":["aliyun","aliyun-oss","api","elixir","hex"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/aliyun_oss","language":"Elixir","has_issues":true,"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/ug0.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-11-23T06:05:25.000Z","updated_at":"2024-05-13T01:36:08.000Z","dependencies_parsed_at":"2023-02-13T00:15:53.627Z","dependency_job_id":null,"html_url":"https://github.com/ug0/aliyun_oss","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ug0%2Faliyun_oss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ug0%2Faliyun_oss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ug0%2Faliyun_oss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ug0%2Faliyun_oss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ug0","download_url":"https://codeload.github.com/ug0/aliyun_oss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247867363,"owners_count":21009240,"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":["aliyun","aliyun-oss","api","elixir","hex"],"created_at":"2024-11-24T10:29:52.279Z","updated_at":"2025-04-10T13:21:08.885Z","avatar_url":"https://github.com/ug0.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AliyunOss\n\n[![Build Status](https://travis-ci.org/ug0/aliyun_oss.svg?branch=master)](https://travis-ci.org/ug0/aliyun_oss)\n[![Hex.pm](https://img.shields.io/hexpm/v/aliyun_oss.svg)](https://hex.pm/packages/aliyun_oss)\n\n阿里云对象存储（OSS）API\n\n## Installation\n\nAdd `aliyun_oss` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:aliyun_oss, \"~\u003e 2.0\"}\n  ]\nend\n```\n\n## Usage\n\n```elixir\ndefmodule MyApp.Oss do\n  alias Aliyun.Oss.Config\n  alias Aliyun.Oss.Bucket\n\n  def list_buckets(query_params \\\\ %{}) do\n    Bucket.list_buckets(config(), query_params)\n  end\n\n  # encapsulate more API that you required ...\n\n  def config() do\n    :my_app\n    |\u003e Application.fetch_env!(MyApp.Oss)\n    |\u003e Config.new!()\n  end\nend\n\n# In the config/runtime.exs\nconfig :my_app, MyApp.Oss,\n  endpoint: \"...\",\n  access_key_id: \"...\",\n  access_key_secret: \"...\"\n```\n\n## Documentation\n\n[https://hexdocs.pm/aliyun_oss](https://hexdocs.pm/aliyun_oss)\n\n### API List\n\n更多请参考[阿里云官方文档](https://help.aliyun.com/document_detail/31948.html?spm=a2c4g.11186623.6.1037.520869cbKcHFcL)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fug0%2Faliyun_oss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fug0%2Faliyun_oss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fug0%2Faliyun_oss/lists"}