Skip to content

Commit 8b66dd4

Browse files
authored
Updated README.md
1 parent 3a70028 commit 8b66dd4

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

projects/S3_File_Upload/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

2-
##Simple Python script for AWS S3 file upload.
2+
## Simple Python script for AWS S3 file upload.
33

4-
###Prerequisites
5-
boto3 (pip install boto3)
4+
### Prerequisites
5+
boto3 (pip install boto3) <br />
66

7-
###How to run the script
8-
Specify both ACCESS_KEY and SECRET_KEY. You can get them both on your AWS account in "My Security Credentials" section.
9-
Specify the local file name, bucket name and the name that you want the file to have inside s3 bucket using LOCAL_FILE, BUCKET_NAME and S3_FILE_NAME variables.
10-
Run "python main.py"
7+
### How to run the script
8+
- Specify both ACCESS_KEY and SECRET_KEY. You can get them both on your AWS account in "My Security Credentials" section. <br />
9+
- Specify the local file name, bucket name and the name that you want the file to have inside s3 bucket using LOCAL_FILE, BUCKET_NAME and S3_FILE_NAME variables. <br />
10+
- Run "python main.py" <br />
1111

12-
###Author Name
13-
Miguel Wychovaniec - https://github.com/miguelwy
12+
### Author Name
13+
Miguel Wychovaniec - https://github.com/miguelwy

0 commit comments

Comments
 (0)