1.1.0 • Published 1 year ago

yandex-storage-sdk v1.1.0

Weekly downloads
-
License
MIT License
Repository
github
Last release
1 year ago

Yandex Storage SDK

SDK for the Yandex cloud storage based on Amazon Simple Storage Service (Amazon S3)

Quick Start

Installation

$ npm install yandex-storage-sdk

Usage

import YandexStorageSdk from 'yandex-storage-sdk'

const storage = new YandexStorageSdk(YANDEX_ACCESS_KEY_ID, YANDEX_SECRET_ACCESS_KEY, YANDEX_BUCKET_NAME)
or
const storage = new YandexStorageSdk(YANDEX_ACCESS_KEY_ID, YANDEX_SECRET_ACCESS_KEY)
storage.setBucket(YANDEX_BUCKET_NAME)

Resources

License

This software is licensed under the MIT License. View the license.

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago