Merge pull request #72 from ONLYOFFICE/feature/dynamo-table

dynamoDB:tableName
This commit is contained in:
Pavel Bannov 2023-11-27 08:12:02 -08:00 committed by GitHub
commit 956aa03f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -569,7 +569,8 @@
"dynamoDB": {
"accessKeyId": "",
"secretAccessKey": "",
"region": "us-east-1"
"region": "us-east-1",
"tableName": ""
}
}
}