韩超

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  Google cloud storage

摘要:批量设置文件访问控制权限./gsutil -m setacl act.txt gs://bucket/**多线程批量设置文件访问控制权限If you have a large number of ACLs to update you might want to use the gsutil -m option, to perform a parallel (multi-threaded/multi-processing) update:gsutil -m setacl acl.txt gs://<bucket>/*.jpg设置某个文件为public-read(所有人可读)./gsu 阅读全文
posted @ 2013-04-08 10:24 韩超2012 阅读(1546) 评论(0) 推荐(0)