We would like to add a CLI tool which uses the s4-lib.
This requires a Monorepo setup using pnpm workspaces
First, decide on which npm package:
Ideally, as an end result, it should look like
npx s4 upload --file path/to/my/big/file --bucket my-bucket
npx s4 download --file my-bucket/file.txt
npx s4 download -r my-bucket
We would like to add a CLI tool which uses the s4-lib.
This requires a Monorepo setup using pnpm workspaces
First, decide on which npm package:
Ideally, as an end result, it should look like