Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Mc | 2,407 | 15 | 15 | 16 hours ago | 50 | April 22, 2021 | 31 | agpl-3.0 | Go | |
Simple | Fast tool to manage MinIO clusters :cloud: | ||||||||||
Cryfs | 1,762 | 4 days ago | 117 | lgpl-3.0 | C++ | |||||
Cryptographic filesystem for the cloud | ||||||||||
Cloudcmd | 1,646 | 38 | 5 | 4 days ago | 418 | July 11, 2022 | 23 | mit | JavaScript | |
✨☁️📁✨ Cloud Commander file manager for the web with console and editor. | ||||||||||
Dreamfactory | 1,353 | 5 days ago | 67 | June 07, 2022 | 62 | apache-2.0 | Shell | |||
DreamFactory API Management Platform | ||||||||||
Zero | 791 | 4 years ago | 4 | other | Python | |||||
Local file system transparently swapping to the cloud | ||||||||||
Securefs | 633 | 2 months ago | 1 | February 27, 2018 | 14 | other | C++ | |||
Filesystem in userspace (FUSE) with transparent authenticated encryption | ||||||||||
Laravel Google Cloud Storage | 485 | 33 | 16 | 9 months ago | 15 | September 22, 2020 | 39 | mit | PHP | |
A Google Cloud Storage filesystem for Laravel | ||||||||||
Cloudfuse | 396 | 6 years ago | 54 | mit | C | |||||
Filesystem (fuse) implemented on Mosso's Cloud Files | ||||||||||
Cloudmailru | 333 | 8 months ago | 30 | gpl-3.0 | Pascal | |||||
Total Commander plugin for cloud.mail.ru service | ||||||||||
Dokancloudfs | 250 | 6 years ago | 11 | mit | C# | |||||
A virtual filesystem for various publicly accessible Cloud storage services on the Microsoft Windows platform. |
Uploads and downloads files between Google Cloud Storage and the local filesystem using the Google Python Client Library. Uploads and downloads files between Google Cloud Storage and the local filesystem using the Google APIs Python Client Library.
api: storage keywords: cmdline, media, oauth2
chunked_transfer.py SETUP:
USAGE:
This script uploads and downloads files in chunks between Google Cloud
Storage and your local filesystem. It accepts two arguments: a file path and
a Cloud Storage resource name in "gs://
For example, this command uploads filename to bucket 'foo' with object name 'bar':
$ python chunked_transfer.py Desktop/file_1 gs://foo/bar
and this command downloads that object back to a file on the desktop:
$ python chunked_transfer.py gs://foo/bar Desktop/file_2
When an upload concludes, the script prints the new object's JSON representation.