New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

client-cloud-services

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

client-cloud-services

Sunbird Client Services - To access cloud services

  • 3.0.7
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
100
increased by20.48%
Maintainers
0
Weekly downloads
 
Created
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

Package last updated on 08 Jul 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc