1.1.0 • Published 3 years ago

metropolinet-s3-uploader v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Metropolinet S3 File Uploader

powered by tsdx! https://tsdx.io/

React File Uploader Tool for Metropolinet AWS s3 bucket

Getting Started

npm i metropolinet-s3-uploader

Simple Example

import React from 'react';

import './App.css';

import UploadFileToS3 from 'metropolinet-s3-uploader';


function App() {

  return (

    <div className="App">

      <UploadFileToS3 title="some title" hideTitle={false} 
                      bucketName="YOUR_BUCKET_NAME" 
                      bucketRegion="YOUR_REGION"
                      config= {accessKeyId: 'YOUR_ACCESS_ID',secretAccessKey: 'YOUR_SECRET_ACCESS_KEY'}/>

    </div>

}

export default App;

In the Oven

  • Uploading files to s3 folder by type (Image, txt...)
  • Uplading files to s3 folder hierarchy like: /{system}/{organization}
1.1.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago