1.1.0 • Published 4 years ago

s3-path v1.1.0

Weekly downloads
85
License
MIT
Repository
-
Last release
4 years ago

s3-path

Path-like methods for working with S3 keys.

const path = require('s3-path');

path.basename('some/file.txt', '.txt'); // file
path.dirname('some/file.txt'); // some
path.extname('some/file.txt'); // .txt
path.resolve('base', 'dir', 'file.txt'); // base/dir/file.txt