Skip to content

Commit

Permalink
details() consistency update for SNS and SES services
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Aug 7, 2023
1 parent 768b384 commit f686025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apprise/plugins/NotifySES.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ class NotifySES(NotifyBase):
'name': _('From Email'),
'type': 'string',
'map_to': 'from_addr',
'required': True,
},
'access_key_id': {
'name': _('Access Key ID'),
Expand Down
1 change: 1 addition & 0 deletions apprise/plugins/NotifySNS.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class NotifySNS(NotifyBase):
'targets': {
'name': _('Targets'),
'type': 'list:string',
'required': True,
},
})

Expand Down

0 comments on commit f686025

Please sign in to comment.