{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3d9a4f61-ed32-4640-978b-48187bdea518",
    "slug": "s3proxy",
    "name": "S3Proxy",
    "description": "Run S3Proxy instance, can be used to expose s3 bucket to the public",
    "url": "https://railway.com/deploy/s3proxy",
    "upstream": {
      "image": "andrewgaul/s3proxy"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "S3Proxy",
      "source": {
        "image": "andrewgaul/s3proxy"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "JCLOUDS_ENDPOINT",
      "service": "S3Proxy",
      "description": "The S3 Endpoint",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "JCLOUDS_IDENTITY",
      "service": "S3Proxy",
      "description": "Access Key ID",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "JCLOUDS_PROVIDER",
      "service": "S3Proxy",
      "description": "The S3Proxy provider, default to S3.",
      "secret": false,
      "strategy": "default",
      "default": "s3"
    },
    {
      "key": "S3PROXY_IDENTITY",
      "service": "S3Proxy",
      "description": "Client access key id",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "JCLOUDS_CREDENTIAL",
      "service": "S3Proxy",
      "description": "Secret Access Key",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "S3PROXY_CREDENTIAL",
      "service": "S3Proxy",
      "description": "Client secret access key",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "S3PROXY_AUTHORIZATION",
      "service": "S3Proxy",
      "description": "S3 Client auth method",
      "secret": false,
      "strategy": "default",
      "default": "aws-v2-or-v4"
    },
    {
      "key": "S3PROXY_CORS_ALLOW_ALL",
      "service": "S3Proxy",
      "description": "Provide a value for S3PROXY_CORS_ALLOW_ALL.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "s3proxy"
      }
    },
    "cli": "railway deploy --template s3proxy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3d9a4f61-ed32-4640-978b-48187bdea518",
            "serializedConfig": {
              "services": {
                "79ad879b-5f61-4007-94f8-048e1e19214b": {
                  "name": "S3Proxy",
                  "source": {
                    "image": "andrewgaul/s3proxy"
                  },
                  "variables": {
                    "JCLOUDS_ENDPOINT": {
                      "isOptional": false,
                      "description": "The S3 Endpoint",
                      "defaultValue": "{{JCLOUDS_ENDPOINT}}"
                    },
                    "JCLOUDS_IDENTITY": {
                      "isOptional": false,
                      "description": "Access Key ID",
                      "defaultValue": "{{JCLOUDS_IDENTITY}}"
                    },
                    "JCLOUDS_PROVIDER": {
                      "isOptional": false,
                      "description": "The S3Proxy provider, default to S3.",
                      "defaultValue": "s3"
                    },
                    "S3PROXY_IDENTITY": {
                      "isOptional": false,
                      "description": "Client access key id",
                      "defaultValue": "{{S3PROXY_IDENTITY}}"
                    },
                    "JCLOUDS_CREDENTIAL": {
                      "isOptional": false,
                      "description": "Secret Access Key",
                      "defaultValue": "{{JCLOUDS_CREDENTIAL}}"
                    },
                    "S3PROXY_CREDENTIAL": {
                      "isOptional": false,
                      "description": "Client secret access key",
                      "defaultValue": "{{S3PROXY_CREDENTIAL}}"
                    },
                    "S3PROXY_AUTHORIZATION": {
                      "isOptional": false,
                      "description": "S3 Client auth method",
                      "defaultValue": "aws-v2-or-v4"
                    },
                    "S3PROXY_CORS_ALLOW_ALL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:80": {
                        "port": 80
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
