Skip to content

Commit ecc2df7

Browse files
author
Konduru Keerthi Konduru Ravichandra Raju
committed
AWS-S3-Bucket
1 parent 4d95a3a commit ecc2df7

File tree

1 file changed

+1
-1
lines changed
  • Read-and-Save-document/Open-and-save-Word-document/AWS-S3-Bucket/Open-Word-document/Open-Word-document/Controllers

1 file changed

+1
-1
lines changed

Read-and-Save-document/Open-and-save-Word-document/AWS-S3-Bucket/Open-Word-document/Open-Word-document/Controllers/HomeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public async Task<IActionResult> EditDocument()
2525
string bucketName = "your-bucket-name";
2626

2727
//Name of the Word file you want to load from AWS S3
28-
string key = "CreateWord.docx";
28+
string key = "WordTemplate.docx";
2929

3030
try
3131
{

0 commit comments

Comments
 (0)