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

fis3-deploy-alibaba-oss

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis3-deploy-alibaba-oss

发布静态资源到阿里云oss

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

fis3 静态资源部署阿里云oss

fis 部署阿里云存储插件,提供静态资源快速部署, CDN加速。

安装

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

npm install fis3-deploy-alibaba-oss or npm install fis3-deploy-alibaba-oss -g

使用方法

使用fis deploy 插件配置

fis.match('*.js', {
    deploy: fis.plugin('alibaba-oss', {
        accessKeyId: '',  //ak
        accessKeySecret: '',  //sk
        bucket: '',
        region: '', // 默认 oss-cn-beijing
        domain: '' // 默认显示为oss上传成功的url
    })
})

Keywords

FAQs

Package last updated on 18 Dec 2018

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