{"resource_type":{"id":42,"name":"s3","schema":"{\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"properties\": {\n\t\t\"endPoint\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"The full URL of the S3 endpoint (e.g. https://s3.us-east-1.amazonaws.com)\",\n\t\t\t\"default\": \"\"\n\t\t},\n\t\t\"port\": {\n\t\t\t\"type\": \"number\",\n\t\t\t\"description\": \"Deprecated: pass in a complete URL to `endPoint` instead, including a port number if needed\"\n\t\t},\n\t\t\"useSSL\": {\n\t\t\t\"type\": \"boolean\",\n\t\t\t\"description\": \"Deprecated: pass in a complete URL to `endPoint` instead, including 'https://' or 'http://'\",\n\t\t\t\"default\": true\n\t\t},\n\t\t\"pathStyle\": {\n\t\t\t\"type\": \"boolean\",\n\t\t\t\"description\": \"<host>/<bucket>/<path> instead of <bucket>.<host>/<path>\",\n\t\t\t\"default\": true\n\t\t},\n\t\t\"bucket\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"\",\n\t\t\t\"default\": \"\"\n\t\t},\n\t\t\"accessKey\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"\",\n\t\t\t\"default\": \"\"\n\t\t},\n\t\t\"secretKey\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"\",\n\t\t\t\"default\": \"\"\n\t\t},\n\t\t\"region\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"AWS region (e.g. us-east-1). Used to auto-generate the S3 endpoint URL when endPoint is not specified\",\n\t\t\t\"default\": \"\"\n\t\t}\n\t},\n\t\"required\": [\n\t\t\"bucket\"\n\t],\n\t\"type\": \"object\",\n\t\"order\": [\n\t\t\"endPoint\",\n\t\t\"region\",\n\t\t\"pathStyle\",\n\t\t\"bucket\",\n\t\t\"accessKey\",\n\t\t\"secretKey\",\n\t\t\"port\",\n\t\t\"useSSL\"\n\t]\n}","approved":true,"app":"s3","description":"An s3 bucket connection info","created_by":"admin","created_at":"2022-08-16T19:22:58.186Z"}}