- Get your Api Key here
- Download AWS ClI and configure
aws configure
AWS Access Key ID: <Delta Storage Api Key>
AWS Secret Access Key: <Delta Storage Api Key>
... enter until the end
aws s3 --endpoint=http://142.93.144.8:1338 mb s3://<bucket-name>
aws s3 --endpoint=http://142.93.144.8:1338 rb s3://<bucket-id>
aws s3 --endpoint=http://142.93.144.8:1338 cp <your-file-path> s3://<bucket-id>/<file-name>
aws s3 --endpoint=http://142.93.144.8:1338 rm s3://<bucket-id>/<file-id>
aws s3 --endpoint=http://142.93.144.8:1338 ls s3://<bucket-id>
- Deno
deno task start