Socket
Book a DemoInstallSign in
Socket

sino-aliyun-sdk

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sino-aliyun-sdk

请加旺旺群:1489391962

1.3.11
latest
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

阿里云 SDK for NodeJS

技术支持

请加旺旺群:1489391962

1.1.0 之前版本升级请注意

1.1.0 之前实例化一个服务代码如下:

ALY.config.update({
  accessKeyId: "在阿里云OSS申请的 accessKeyId",
  secretAccessKey: "在阿里云OSS申请的 secretAccessKey"
});

var oss = new ALY.OSS({
  endpoint: 'http://oss-cn-hangzhou.aliyuncs.com',
  apiVersion: '2013-10-15'
});

1.1.0 之后实例化一个服务代码如下:

var oss = new ALY.OSS({
  accessKeyId: "在阿里云OSS申请的 accessKeyId",
  secretAccessKey: "在阿里云OSS申请的 secretAccessKey",
  endpoint: 'http://oss-cn-hangzhou.aliyuncs.com',
  apiVersion: '2013-10-15'
});

即不需要配置 ALY.config

安装

Node.js 安装

npm install aliyun-sdk

使用方法及代码示例

OSS

在 samples/oss 目录下的代码示例,使用方法:

  • 将 sample/oss/oss.js 中需要的参数修改
  • 打开需要执行的某个实例文件,如 GetBucket.js,将其中的参数改成你自己的 oss 实例参数
  • 执行示例文件即可, 如:
cd samples/oss
node GetBucket.js

SLS

在 samples/sls 目录下的代码示例,使用方法:

  • 将 samples/sls/sls.js 中需要的参数修改
  • 打开需要执行的某个实例文件,如 ListLogStores.js,将其中的参数改成你自己的 sls 实例参数
  • 执行示例文件即可, 如:
cd samples/sls
node ListLogStores.js

ECS, RDS, SLB, CDN

在 samples 对应目录下的有代码示例,使用方法:

  • 将 samples/ecs/test.js 中需要的参数修改
  • 执行示例文件即可, 如:
cd samples/ecs
node test.js

OpenSearch

在 samples/opensearch 目录下的代码示例,使用方法:

  • 修改 samples/opensearch/opensearch.js,填入代码中所需参数
  • 执行示例文件即可

MEMCACHED

在 samples/memcached 目录下的代码示例,使用方法:

  • 修改 samples/memcached/memcached.js,填入代码中所需参数
  • 执行示例文件即可

更多帮助参考 https://github.com/chylvina/node_memcached

目前支持的服务

SDK 目前支持下列服务:

服务名类名API 版本API 文档
Aliyun ECSALY.ECS2014-05-26ECS API手册
Aliyun RDSALY.RDS2014-08-15RDS API手册
Aliyun SLBALY.SLB2014-05-15SLB API手册
Aliyun OSSALY.OSS2013-10-15OSS API手册
Aliyun CDNALY.CDN2014-11-11CDN API手册
Aliyun SLSALY.SLS2014-11-18SLS API手册
Aliyun OpenSearchALY.OpenSearch2015-01-01OpenSearch API手册
Aliyun OCS memcachedALY.MEMCACHEDBinaryProtocolRevamped

我们在代码中参考了 AWS SDK,在此声明。

License

This SDK is distributed under the Apache License, Version 2.0.

FAQs

Package last updated on 26 Feb 2016

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.