How to use @seagull/mock-s3 - 1 common examples

To help you get started, we’ve selected a few @seagull/mock-s3 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github seagull-js / seagull / packages / commands-s3 / src / s3_sandbox.ts View on Github external
import { S3MockMem } from '@seagull/mock-s3'
import { Sandbox } from '@seagull/sandbox'

const S3Sandbox = new S3MockMem()
Sandbox.register(S3Sandbox)

export { S3Sandbox }

@seagull/mock-s3

AWS S3 Mocking module for the Seagull Framework

LGPL-3.0
Latest version published 2 years ago

Package Health Score

49 / 100
Full package analysis

Popular @seagull/mock-s3 functions