Skip to content

Commit

Permalink
AWS Transfer Family Update: Corrected the upper limit for TestIdentit…
Browse files Browse the repository at this point in the history
…yProvider input lengths to 1024 characters
  • Loading branch information
AWS committed Feb 25, 2021
1 parent 585d187 commit e7594cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSTransferFamily-b3d5a5d.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS Transfer Family",
"contributor": "",
"description": "Corrected the upper limit for TestIdentityProvider input lengths to 1024 characters"
}
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,7 @@
},
"UserPassword":{
"type":"string",
"max":2048,
"max":1024,
"sensitive":true
},
"VpcEndpointId":{
Expand Down

0 comments on commit e7594cd

Please sign in to comment.