python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
gsutil iam ch command using python
I am trying to use python to do the same functionality as this command:
gsutil iam ch group:group_name@gmail.com:objectAdmin gs://bucket_name
I am trying to give an objectAdmin role to a group using p...
AbdelRahman Abbas
Votes: 0
Answers: 1
What is a difference between `mtime` and modification time in gsutil rsync documentation?
The gsutil rsync documentation describes two options which sound identical:
Option
Description
-i
This forces rsync to skip any files which exist on the destination and have a modified time th...
AKd
Votes: 0
Answers: 1
gsutil taking 3 hrs to transfer 5000 file from one bucket to another bucket
I am trying to transfer 7000 file from one bucket to another bucket using below command. but it is taking approximately 3 hrs to complete. How to optimize this time within as 5 mins
for ELEMENT in $li...
Mohamed Ussain
Votes: 0
Answers: 1
GCP rename files with same name as existing directory
I'm trying to rename my file toto.html by removing its extension using gsutils. My folder/files are organized this way:
toto ----|
|
|--file1.html
|
...
zoey3
Votes: 0
Answers: 1