| Index: third_party/gsutil/gsutil
|
| diff --git a/third_party/gsutil/gsutil b/third_party/gsutil/gsutil
|
| index e6509edcaa3b7c84001d60e8f13814368b30101b..49c83d01d745349436c6d9d0042bc595f33c153f 100755
|
| --- a/third_party/gsutil/gsutil
|
| +++ b/third_party/gsutil/gsutil
|
| @@ -262,7 +262,8 @@ def _RunNamedCommandAndHandleExceptions(command_runner, command_name, args=None,
|
| if not util.IS_WINDOWS:
|
| signal.signal(signal.SIGQUIT, _HandleSigQuit)
|
| return command_runner.RunNamedCommand(command_name, args, headers, debug,
|
| - parallel_operations)
|
| + parallel_operations,
|
| + bypass_prodaccess=bypass_prodaccess)
|
| except AttributeError, e:
|
| if str(e).find('secret_access_key') != -1:
|
| _OutputAndExit('Missing credentials for the given URI(s). Does your '
|
|
|