XYZ File Manager
Current Path:
/opt/gsutil
opt
/
gsutil
/
📁
..
📄
CHANGES.md
(121.68 KB)
📄
CHECKSUM
(33 B)
📄
CONTRIBUTING.md
(130 B)
📄
LICENSE
(11.09 KB)
📄
MANIFEST.in
(422 B)
📄
README.md
(1.04 KB)
📄
VERSION
(5 B)
📁
gslib
📄
gsutil
(785 B)
📄
gsutil.py
(6.65 KB)
📄
setup.py
(5.31 KB)
📁
third_party
Editing: gsutil
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Copyright 2013 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. """Wrapper Python script for running Google Cloud Storage command line tool.""" import gsutil if __name__ == '__main__': gsutil.RunMain()
Upload File
Create Folder