1.2.28 • Published 29 days ago

@universal-packages/storage-s3 v1.2.28

Weekly downloads
-
License
MIT
Repository
github
Last release
29 days ago

Storage S3

npm version Testing codecov

S3 engine for universal-storage.

Install

npm install @universal-packages/storage-s3

npm install @universal-packages/storage

S3Engine

Just pass this engine to the registry to enable it to use ready as the storage engine.

import { Storage } from '@universal-packages/universal-storage'
import { S3Engine } from '@universal-packages/universal-storage-s3'

const storage = new Storage({ engine: 's3', engineOptions: { region: 'us-east-1' } })

await registry.prepare()

Options

  • region String``String Default: 'us-east-1' AWS region to use.
  • bucket String AWS bucket to use.
  • accessKeyId String Optional AWS access key id.
  • secretAccessKey String Optional AWS secret access key.
  • acl String Optional AWS default ACL to use with every upload.

Typescript

This library is developed in TypeScript and shipped fully typed.

Contributing

The development of this library happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving this library.

License

MIT licensed.

1.2.28

29 days ago

1.2.23

2 months ago

1.2.24

2 months ago

1.2.22

2 months ago

1.2.27

2 months ago

1.2.25

2 months ago

1.2.26

2 months ago

1.2.21

2 months ago

1.2.19

4 months ago

1.2.20

4 months ago

1.2.18

4 months ago

1.2.8

6 months ago

1.2.7

7 months ago

1.2.6

8 months ago

1.2.5

8 months ago

1.2.4

8 months ago

1.2.3

8 months ago

1.2.2

8 months ago

1.2.9

6 months ago

1.2.12

6 months ago

1.2.13

6 months ago

1.2.10

6 months ago

1.2.11

6 months ago

1.2.16

6 months ago

1.2.17

6 months ago

1.2.14

6 months ago

1.2.15

6 months ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago