@ -5,7 +5,7 @@ import type { XcPluginConfig } from '~/types/nc-plugin';
constconfig: XcPluginConfig={
constconfig: XcPluginConfig={
builder: S3Plugin,
builder: S3Plugin,
title:'S3',
title:'S3',
version:'0.0.5',
version:'0.0.6',
logo:'plugins/s3.png',
logo:'plugins/s3.png',
description:
description:
'Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance.',
'Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance.',
@ -79,7 +79,7 @@ const config: XcPluginConfig = {
},
},
],
],
msgOnInstall:
msgOnInstall:
'Successfully installed and attachment will be stored in AWS S3',
'Successfully configured! Attachments will now be stored in AWS S3.',
@ -5,7 +5,7 @@ import type { XcPluginConfig } from '~/types/nc-plugin';
constconfig: XcPluginConfig={
constconfig: XcPluginConfig={
builder: SESPlugin,
builder: SESPlugin,
title:'SES',
title:'SES',
version:'0.0.1',
version:'0.0.2',
logo:'plugins/aws.png',
logo:'plugins/aws.png',
description:
description:
'Amazon Simple Email Service (SES) is a cost-effective, flexible, and scalable email service that enables developers to send mail from within any application.',
'Amazon Simple Email Service (SES) is a cost-effective, flexible, and scalable email service that enables developers to send mail from within any application.',
@ -61,7 +61,7 @@ const config: XcPluginConfig = {
},
},
],
],
msgOnInstall:
msgOnInstall:
'Successfully installed and email notification will use Amazon SES',
'Successfully configured! Email notifications are now set up using Amazon SES.',