Python module for interacting with cloud storage services
gsutil allows you to store, share and manage data hosted at cloud-based storage providers. It supports a URI syntax for naming data, as well as URI wildcards. At present gsutil works with Google Storage for Developers and Amazon's Simple Storage Service (S3). gsutil is implemented in Python, atop the popular boto open source library.
gsutil allows you to store, share and manage data hosted at cloud-based storage providers. It supports a URI syntax for naming data, as well as URI wildcards. At present gsutil works with Google Storage for Developers and Amazon's Simple Storage Service (S3). gsutil is implemented in Python, atop the popular boto open source library.
To install py27-gslib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-gslib
To see what files were installed by py27-gslib, run:
port contents py27-gslib
To later upgrade py27-gslib, run:
sudo port selfupdate && sudo port upgrade py27-gslib
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.