S3 Provider
Leverage the s3 provider to store files in an s3 compatible file-system.
Configuration
Example
moduleSettings = {
"cbfs": {
// The default disk with a reserved name of 'default'
"defaultDisk" : "myStorage",
// Register the disks on the system
"disks" : {
// Your default application storage
"myStorage" : {
"provider": "S3",
"properties": {
"visibility": "public", // can be 'public' or 'private'
"path": "",
"accessKey": "",
"secretKey": "",
"awsDomain": "digitaloceanspaces.com",
"awsRegion": "sfo3",
"defaultBucketName": "myDOSpace"
}
}
}
},
};Properties
Property
Type
Default
Description
Bucket Configuration Considerations
User Permissions
Bucket Permissions
Last updated
Was this helpful?

