Skip to content

Commit

Permalink
Fixes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Jul 27, 2023
1 parent 8644b2c commit 1c9271e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/recipes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ correct:
AWS_S3_STORAGE = AWSS3Storage(
bucket_name="your-bucket-name",
root_path="",
rel_path="/user/uploads",
rel_path="user/uploads",
)
Google Cloud Storage
Expand Down Expand Up @@ -1208,7 +1208,7 @@ would be correct:
GC_STORAGE = GoogleCloudStorage(
bucket_name="your-bucket-name",
root_path="",
rel_path="/user/uploads",
rel_path="user/uploads",
)
SFTP storage
Expand Down

0 comments on commit 1c9271e

Please sign in to comment.