Skip to content

Commit

Permalink
Corrige code s3fs upload (#345)
Browse files Browse the repository at this point in the history
* code s3fs

* Automated changes

* Automated changes

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
linogaliana and github-actions[bot] committed Jan 22, 2023
1 parent 9918817 commit 9000723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/course/modern-ds/s3/index.qmd
Expand Up @@ -1266,7 +1266,7 @@ s3.upload_file(file_name, bucket, object_name)


```python
fs.upload(bucket + "/" + file_name)
fs.put(filepath, f"{bucket}/{object_name}", recursive=True)
```

```{=html}
Expand Down

0 comments on commit 9000723

Please sign in to comment.