{"id":19839272,"url":"https://github.com/gsmlg-dev/caddy-storage-s3","last_synced_at":"2025-07-17T13:35:56.638Z","repository":{"id":43051199,"uuid":"482777269","full_name":"gsmlg-dev/caddy-storage-s3","owner":"gsmlg-dev","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-06T16:38:50.000Z","size":313,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T11:22:11.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/gsmlg-dev.png","metadata":{"files":{"readme":"README.md","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":"2022-04-18T08:47:04.000Z","updated_at":"2022-08-03T18:12:15.000Z","dependencies_parsed_at":"2022-09-26T21:00:56.306Z","dependency_job_id":null,"html_url":"https://github.com/gsmlg-dev/caddy-storage-s3","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsmlg-dev%2Fcaddy-storage-s3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsmlg-dev%2Fcaddy-storage-s3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsmlg-dev%2Fcaddy-storage-s3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsmlg-dev%2Fcaddy-storage-s3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gsmlg-dev","download_url":"https://codeload.github.com/gsmlg-dev/caddy-storage-s3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241209531,"owners_count":19927734,"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-12T12:21:28.097Z","updated_at":"2025-02-28T19:16:37.124Z","avatar_url":"https://github.com/gsmlg-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Caddy-Storage-S3\n\nCaddy S3-compatible storage driver(minio).\n\n### Guide\n\nBuild\n\n    go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest\n\n    xcaddy build master --output ./caddy --with github.com/gsmlg-dev/caddy-storage-s3\n\nBuild container\n\n    FROM caddy:builder AS builder\n    RUN xcaddy build master --with github.com/gsmlg-dev/caddy-storage-s3 \n\n    FROM caddy\n    COPY --from=builder /usr/bin/caddy /usr/bin/caddy\n\nRun\n\n    caddy run --config caddy.json\n\nCaddyfile Example\n\n    # Global Config\n\n    {\n        storage s3 {\n            host \"Host\"\n            bucket \"Bucket\"\n            access_id \"Access ID\"\n            secret_key \"Secret Key\"\n            prefix \"ssl\"\n            insecure false #disables SSL if true\n        }\n    }\n\nJSON Config Example\n\n    {\n      \"storage\": {\n        \"module\": \"s3\",\n        \"host\": \"Host\",\n        \"bucket\": \"Bucket\",\n        \"access_id\": \"Access ID\",\n        \"secret_key\": \"Secret Key\",\n        \"prefix\": \"ssl\",\n        \"insecure\": false\n      }\n      \"app\": {\n        ...\n      }\n    }\n\nFrom Environment\n\n    S3_HOST\n    S3_BUCKET\n    S3_ACCESS_ID\n    S3_SECRET_KEY\n    S3_PREFIX\n    S3_INSECURE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsmlg-dev%2Fcaddy-storage-s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsmlg-dev%2Fcaddy-storage-s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsmlg-dev%2Fcaddy-storage-s3/lists"}