Преглед изворни кода

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"
 )