Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marionchaff/gcp-loader
Uploads files one-by-one from a local directory to a Google Cloud Storage bucket
https://github.com/marionchaff/gcp-loader
bucket cloud gcp gcs storage
Last synced: 11 days ago
JSON representation
Uploads files one-by-one from a local directory to a Google Cloud Storage bucket
- Host: GitHub
- URL: https://github.com/marionchaff/gcp-loader
- Owner: MarionChaff
- Created: 2024-08-22T09:25:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T10:19:47.000Z (4 months ago)
- Last Synced: 2024-11-06T02:33:46.612Z (about 2 months ago)
- Topics: bucket, cloud, gcp, gcs, storage
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GCP-loader
Uploads files one-by-one from a local directory to a Google Cloud Storage bucket.
Useful for efficiently handling large volumes of files or large file sizes.
Requires Python 3.10.6 and google-cloud-storage package.