Spaces:
Runtime error
Runtime error
[Issues mode] How can I upload a dataset on an s3 bucket from terminal
#13
by
loubnabnl
HF staff
- opened
Question:
<issue_start><issue_comment>
How can I upload a dataset on an s3 bucket from terminal<issue_comment>
Answer:
How can I upload a dataset on an s3 bucket from terminal username_1: Hi @username_0, You should be able to do this by using the `s3` command line tool. For example, you could run something like: ```bash aws --profile default s3 cp /path/to/your/dataset s3://my-bucket/datasets/my-dataset ```<|endoftext|>