1.0.2 ā€¢ Published 4 years ago

ali-oss-react v1.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

Build Status NPM Download NPM Version NPM License PRs Welcome

React componet for ali-oss šŸ“¦

Install

yarn install ali-oss-react

Usage

Check Demo

Props

PropTypeRequiredDescription
accessKeyIdstringtrueYour accessKeyId
accessKeySecretstringtrueYour accessKeySecret
bucketstringtrueYour bucket name
regionstringtrueoss region
beforeUpload(file: RcFile, FileList: RcFile[]) => boolean | PromiseLikefalsebeforeUpload callback
namestringfalsefile name
onError(err: Error) => voidfalseonError callback
onSuccess(res: any, file: any) => voidfalseonSuccess callback

How

import AliOssReact from "./index.tsx";

<AliOssReact
  region="xxxx"
  accessKeyId="xxxx"
  accessKeySecret="xxxx"
  bucket="xxxx"
/>

Author

šŸ‘¤ seiwhale

Show your support

Give a ā­ļø if this project helped you!


This README was generated with ā¤ļø by readme-md-generator