mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Doc: change url for Total Population CSV (#8633)
This commit is contained in:
parent
24fb1bf258
commit
db3f41fcb4
@ -62,7 +62,7 @@ for event in r['Payload']:
|
||||
## 4. Run the Program
|
||||
Upload a sample dataset to MinIO using the following commands.
|
||||
```sh
|
||||
$ curl "https://esa.un.org/unpd/wpp/DVD/Files/1_Indicators%20(Standard)/CSV_FILES/WPP2017_TotalPopulationBySex.csv" > TotalPopulation.csv
|
||||
$ curl "https://population.un.org/wpp/Download/Files/1_Indicators%20(Standard)/CSV_FILES/WPP2019_TotalPopulationBySex.csv" > TotalPopulation.csv
|
||||
$ mc mb myminio/mycsvbucket
|
||||
$ gzip TotalPopulation.csv
|
||||
$ mc cp TotalPopulation.csv.gz myminio/mycsvbucket/sampledata/
|
||||
|
Loading…
Reference in New Issue
Block a user