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
- Host: GitHub
- URL: https://github.com/jvictorfarias/aws-services-api
- Owner: jvictorfarias
- Created: 2019-09-27T17:40:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:27:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T07:43:40.885Z (9 months ago)
- Topics: aws, aws-s3, aws-transcribe, nodejs
- Language: JavaScript
- Homepage:
- Size: 307 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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`