Fix/5067 5068 restore change ses option function
@@ -2,6 +2,8 @@
## v4.2.8-RC
+* Fix: Fixed not being able to update ses settings
+ * Introduced by v4.2.0
* Fix: Fixed the display of updtedAt and createdAt being reversed
* Improvement: Improved page control performance with stream and bulk
* rename, duplicate, delete, deleteCompletely, revrtDeleted
@@ -201,6 +201,20 @@ export default class AdminAppContainer extends Container {
this.setState({ smtpPassword });
}
+ /**
+ * Change sesAccessKeyId
+ */
+ changeSesAccessKeyId(sesAccessKeyId) {
+ this.setState({ sesAccessKeyId });
+ }
+
+ * Change sesSecretAccessKey
+ changeSesSecretAccessKey(sesSecretAccessKey) {
+ this.setState({ sesSecretAccessKey });
/**
* Change s3Region
*/