Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rm methods #8

Merged
merged 17 commits into from
Jan 9, 2023
Prev Previous commit
Next Next commit
fix(dir methods): wipe bucket after tests
  • Loading branch information
korostelevm committed Jan 9, 2023
commit fbcad25fbc5ceb2604cfb70ccb773e0a31d75b65
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,4 @@ The supported methods have the same API as Node.js `fs`:
async function run(){
const json = JSON.parse(await fs.readFile('test/_read.json'))
}
```

refer to fs, s3fs:

- https://github.com/TooTallNate/s3fs
- https://nodejs.org/docs/latest-v0.10.x/api/fs.html#fs_fs_mkdir_path_mode_callback
```