소스 검색

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