Skip to content

Commit

Permalink
Update S3 bucket name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Dec 26, 2023
1 parent 2454383 commit 124df78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fastapi-postgres-with-serverless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ aws_secret_access_key = S3RVER
then you can interact with S3 locally doing the following:

```sh
aws --endpoint-url=http://localhost:8000 s3 cp .gitignore s3://vayda-s3-local-extra/ --profile s3local
aws --endpoint-url=http://localhost:8000 s3 cp .gitignore s3://s3-local-extra/ --profile s3local
```

## Deployment
Expand Down

0 comments on commit 124df78

Please sign in to comment.