https://github.com/harmoniousmoss/ginfileupload
File upload endpoint integrated with Google Cloud Storage using the Gin web framework
https://github.com/harmoniousmoss/ginfileupload
gin-gonic go google-cloud
Last synced: about 1 year ago
JSON representation
File upload endpoint integrated with Google Cloud Storage using the Gin web framework
- Host: GitHub
- URL: https://github.com/harmoniousmoss/ginfileupload
- Owner: harmoniousmoss
- Created: 2024-04-07T23:47:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T09:49:10.000Z (over 1 year ago)
- Last Synced: 2025-03-13T22:11:58.379Z (about 1 year ago)
- Topics: gin-gonic, go, google-cloud
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# GinFileUpload
This repository contains a sample project demonstrating how to implement a file upload endpoint using the Gin web framework in Go. It showcases the integration of Google Cloud Storage for handling and storing uploaded files for managing file uploads in web applications.