Socket
Socket
Sign inDemoInstall

client-cloud-services

Package Overview
Dependencies
384
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    client-cloud-services

Sunbird Client Services - To access cloud services


Version published
Weekly downloads
65
decreased by-25.29%
Maintainers
2
Install size
153 MB
Created
Weekly downloads
 

Readme

Source

Sunbird

client-cloud-services

NPM version

Sunbird client cloud service is multi-cloud npm toolkit that provides access across cloud services while giving you full control to use cloud-specific features. Plugin allows users to provision their infrastructure in any cloud provider.

javascript nodejs

sunbird-client-cloud-services


License

This project is licensed under the MIT License. See LICENSE for more information.

Table of contents


Installation

$ npm install --save client-cloud-services

Usage

const cloudService  = require('client-cloud-services');

const config = {
  provider: CLOUD_PROVIDER,
  identity: CLOUD_IDENTITY,
  credential: CLOUD_IDENTITY_KEY,
  publicObjectStorage: PUBLIC_OBJECT_STORAGE
};

let client = cloudService.init(config);

client.SERVICE_NAME()...

Options

  1. Configuration for respective Cloud Providers
Generalized keysAzureAWSGCPOCIS3
providerazureawsgcloudocis3
identityAzure Account NameAWS Access KeyGCP Client EmailOCI S3 Access KeyS3 Access Key
credentialAzure Account KeyAWS Secret KeyGCP Private KeyOCI S3 Secret KeyS3 Secret Key
region--AWS Region--OCI Region--
projectId----GCP Project ID----
endpoint------OCI S3 endpointS3 endpoint endpoint
privateObjectStorageAzure Reports Container NameAWS Reports Bucket NameGCloud Reports Bucket NameOCI Reports Bucket NameS3 Reports Bucket Name
publicObjectStorageAzure Labels Container NameAWS Labels Bucket NameGCloud Labels Bucket NameOCI Labels Bucket NameS3 Labels Bucket Name

Note:- s3 is recommeneded for non aws s3 buckets.

Releases

Release Notes

Keywords

FAQs

Last updated on 08 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc