Skip to main content

S3 Static backend

cp:otoroshi.next.plugins.S3Backend

This plugin is able to S3 bucket with file content

categories:

  • Other

default configuration:

{
"bucket" : "",
"endpoint" : "",
"region" : "eu-west-1",
"access" : "client",
"secret" : "secret",
"key" : "",
"chunkSize" : 8388608,
"v4auth" : true,
"writeEvery" : 60000,
"acl" : "private"
}