0.0.1-next.6 • Published 6 months ago

@twin.org/blob-storage-connector-aws-s3 v0.0.1-next.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

TWIN Blob Storage Connector AWS S3

Blob Storage connector implementation using AWS S3.

Installation

npm install @twin.org/blob-storage-connector-aws-s3

Testing

The tests developed are functional tests and need an instance of AWS S3 up and running. To run AWS S3 locally using local stack:

docker run -p 4566:4566 -p 4510-4559:4510-4559 --name localstack -d localstack/localstack -e AWS_DEFAULT_REGION='eu-central-1' -e AWS_ACCESS_KEY_ID='test' -e AWS_SECRET_ACCESS_KEY='test' -e SERVICE='S3'

Afterwards you can run the tests as follows:

npm run test

Examples

Usage of the APIs is shown in the examples docs/examples.md

Reference

Detailed reference documentation for the API can be found in docs/reference/index.md

Changelog

The changes between each version can be found in docs/changelog.md

0.0.1-next.28

6 months ago

0.0.1-next.27

6 months ago

0.0.1-next.26

7 months ago

0.0.1-next.22

7 months ago

0.0.1-next.21

7 months ago

0.0.1-next.24

7 months ago

0.0.1-next.23

7 months ago

0.0.1-next.25

7 months ago

0.0.1-next.20

7 months ago

0.0.1-next.19

8 months ago

0.0.1-next.18

8 months ago

0.0.1-next.17

10 months ago

0.0.1-next.16

10 months ago

0.0.1-next.10

11 months ago

0.0.1-next.13

11 months ago

0.0.1-next.12

11 months ago

0.0.1-next.15

11 months ago

0.0.1-next.14

11 months ago

0.0.1-next.9

11 months ago

0.0.1-next.8

11 months ago

0.0.1-next.7

11 months ago

0.0.1-next.6

11 months ago