rn-aws-s3
v0.1.1
Published
React Native AWS S3 client (some utils)
Downloads
125
Readme
rn-aws-s3
React Native AWS S3 client (some utils)
Installation
npm install rn-aws-s3
Usage
import { putObject } from 'rn-aws-s3';
await putObject({ filePath, bucketName, fileKey, region, accessKey, secretKey })
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library