Home | History | Annotate | Download | only in common_lib

Lines Matching refs:remote_file

2092 def gs_upload(local_file, remote_file, acl, result_dir=None,
2097 @param remote_file: Remote location to upload the local_file to.
2117 cmd = '%s cp -a %s %s %s' % (_GSUTIL_BIN, acl, local_file, remote_file)
2122 cmd = '%s cp -a private %s %s' % (_GSUTIL_BIN, local_file, remote_file)
2126 acl_cmd = '%s setacl %s %s' % (_GSUTIL_BIN, acl, remote_file)