mod_http_upload_external backend implementation on Cloudflare Workers with S3 support, compatible with Prosody and eJabberd
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{ |
|
"xmpp_secret": "<xmpp_secret>", |
|
"s3": { |
|
"endpoint": "https://<s3_endpoint>", |
|
"bucket": "<bucket>" |
|
}, |
|
"aws": { |
|
"accessKeyId": "<access_key>", |
|
"secretAccessKey": "<secret_key>", |
|
"region": "<region>" |
|
} |
|
} |