Skip to content

Commit

Permalink
fix typo (#859)
Browse files Browse the repository at this point in the history
uplaod -> upload
  • Loading branch information
hallazzang authored Mar 12, 2020
1 parent 92b2e8f commit d827841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backends/amazon-S3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Or you may want to upload files to the bucket in some view that accepts file upl
# do your validation here e.g. file size/type check

# organize a path for the file in bucket
file_directory_within_bucket = 'user_uplaod_files/{username}'.format(username=requests.user)
file_directory_within_bucket = 'user_upload_files/{username}'.format(username=requests.user)

# synthesize a full file path; note that we included the filename
file_path_within_bucket = os.path.join(
Expand Down

0 comments on commit d827841

Please sign in to comment.