🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@linzjs/s3fs

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@linzjs/s3fs

Utility functions for working with files that could either reside on the local file system or inside s3

Source
npmnpm
Version
4.22.0
Version published
Maintainers
3
Created
Source

S3 FS

Utility functions for working with files that could either reside on the local file system or inside s3

Usage

import { S3Fs } from '@linzjs/s3fs';

const fs = new S3Fs();

const files = await fs.list('s3://foo/bar');
// ['s3://foo/bar/baz.html', 's3://foo/bar/index.html']

const filesLocal = await fs.list('/home/blacha')
// ['/home/blacha/index.html]

FAQs

Package last updated on 08 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts