Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fis3-deploy-smart-alioss

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

fis3-deploy-smart-alioss

fis fis3 deploy Aliyun OSS plugin

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

fis3 aliyun oss 部署插件

FIS 静态资源部署Aliyun Oss插件。

安装

全局安装或者本地安装都可以。

npm install fis3-deploy-smart-alioss or npm install fis3-deploy-smart-alioss -g

使用方法

使用统一的 deploy 插件配置方法

fis.match('*.js', {
    deploy: fis.plugin('smart-alioss', {
        accessKey: '在阿里云OSS申请的 accessKeyId',
        secretKey: '在阿里云OSS申请的 secretAccessKey',
        bucket: '你的存储空间名称',
        ossServer: '[可选,不填写默认为杭州节点]',
        to: '你的上传路径地址'
    })
})

参数中ossServer配置服务器地址

参考

Aliyun Oss Api 手册

Keywords

FAQs

Package last updated on 16 Aug 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

  • 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