浏览代码

remove payerType bucketowner

hangzws 7 年之前
父节点
当前提交
c0a9031e84
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      oss/const.go

+ 0 - 2
oss/const.go

@@ -48,8 +48,6 @@ const (
 type PayerType string
 
 const (
-	// BucketOwner the owner of the bucket
-	BucketOwner PayerType = "bucketowner"
 	// Requester the requester who send the request
 	Requester PayerType = "requester"
 )