Skip to content

Commit

Permalink
Fix check_s3_setup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emnoor-reef committed Jan 8, 2025
1 parent ca2d62c commit 8344d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ After setting up your `.env` file by following the above section,
you can verify your S3 setup with the following command:

```sh
docker-compose exec validator_runner docker-compose exec validator python manage.py check_s3_setup
docker compose exec validator-runner docker compose exec app python manage.py check_s3_setup
```

If your some reason your S3 setup does not work,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def handle(self, *args, **options):
)
return

# try downloading the pre-signed url
# try downloading with public url
download_url = s3.get_public_url(
test_file, bucket_name=bucket_name, s3_client=s3_client
)
Expand Down

0 comments on commit 8344d41

Please sign in to comment.