fix multiple typos in documentation

This commit is contained in:
Harshavardhana
2021-08-04 14:15:41 -07:00
parent 109c8acf4f
commit c13cbc64d1
3 changed files with 3 additions and 3 deletions

View File

@@ -20,6 +20,6 @@ event_system.register_first('before-sign.s3.*', _add_header)
response = s3.list_objects_v2(Bucket="your-bucket", Prefix="path/to/file.zip/")
print(response)
# Downlaod data.csv stored in the zip file
# Download data.csv stored in the zip file
s3.download_file(Bucket='your-bucket', Key='path/to/file.zip/data.csv', Filename='/tmp/data.csv')