yandex-storage-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i yandex-storage-sdk

Weekly Downloads

0

Version

1.1.0

License

MIT License

Unpacked Size

12.5 kB

Total Files

5

Last publish

Collaborators

  • shashenko