An open API service indexing awesome lists of open source software.

https://github.com/jvictorfarias/aws-services-api

:door: Construindo API com os serviços AWS
https://github.com/jvictorfarias/aws-services-api

aws aws-s3 aws-transcribe nodejs

Last synced: 7 months ago
JSON representation

:door: Construindo API com os serviços AWS

Awesome Lists containing this project

README

          

# API de comunicação com o serviço AWS S3

## Para utilizar da API de comunicação, basta chamar as requisições HTTP via postman ou insomnia

### Upload File:

`POST /s3/upload {header: name, multipart: file}`

### Create Bucket:

`POST /s3 {body: name}`

### List Buckets:

`GET /s3`

### Delete Buckets:

`DELETE /s3 {body: name}`

### Delete Bucket Files:

`DELETE /S3 {body: name, file}`

## Instalação

`yarn install`

## Utilização

`yarn dev`