Skip to content

Commit

Permalink
retire typo nom bucket (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Mar 24, 2022
1 parent dece5e4 commit c51a87b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/course/manipulation/05a_s3.Rmd
Expand Up @@ -168,7 +168,6 @@ adéquates:
```{python, eval=FALSE}
from pyarrow import fs
s3 = fs.S3FileSystem(endpoint_override='http://'+'minio.lab.sspcloud.fr')
s3.get_file_info(fs.FileSelector('projet-relevanc', recursive=True))
```

{{% /tab %}}
Expand Down Expand Up @@ -533,4 +532,4 @@ mc cp 'data.csv' "MONBUCKET/monoutput.csv"

## Pour aller plus loin

- [La documentation sur MinIO du SSPCloud](https://docs.sspcloud.fr/onyxia-guide/stockage-de-donnees)
- [La documentation sur MinIO du SSPCloud](https://docs.sspcloud.fr/onyxia-guide/stockage-de-donnees)

0 comments on commit c51a87b

Please sign in to comment.