Documentation ¶
Index ¶
- func RegisterS3Handler(s server.Server, hdlr S3Handler, opts ...server.HandlerOption) error
- type AbortMultipartUpload
- func (*AbortMultipartUpload) Descriptor() ([]byte, []int)
- func (m *AbortMultipartUpload) GetDaysAfterInitiation() int32
- func (*AbortMultipartUpload) ProtoMessage()
- func (m *AbortMultipartUpload) Reset()
- func (m *AbortMultipartUpload) String() string
- func (m *AbortMultipartUpload) XXX_DiscardUnknown()
- func (m *AbortMultipartUpload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AbortMultipartUpload) XXX_Merge(src proto.Message)
- func (m *AbortMultipartUpload) XXX_Size() int
- func (m *AbortMultipartUpload) XXX_Unmarshal(b []byte) error
- type Action
- func (*Action) Descriptor() ([]byte, []int)
- func (m *Action) GetBackend() string
- func (m *Action) GetDays() int32
- func (m *Action) GetDeleteMarker() string
- func (m *Action) GetName() string
- func (m *Action) GetTier() int32
- func (*Action) ProtoMessage()
- func (m *Action) Reset()
- func (m *Action) String() string
- func (m *Action) XXX_DiscardUnknown()
- func (m *Action) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Action) XXX_Merge(src proto.Message)
- func (m *Action) XXX_Size() int
- func (m *Action) XXX_Unmarshal(b []byte) error
- type BaseRequest
- func (*BaseRequest) Descriptor() ([]byte, []int)
- func (m *BaseRequest) GetId() string
- func (*BaseRequest) ProtoMessage()
- func (m *BaseRequest) Reset()
- func (m *BaseRequest) String() string
- func (m *BaseRequest) XXX_DiscardUnknown()
- func (m *BaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BaseRequest) XXX_Merge(src proto.Message)
- func (m *BaseRequest) XXX_Size() int
- func (m *BaseRequest) XXX_Unmarshal(b []byte) error
- type BaseResponse
- func (*BaseResponse) Descriptor() ([]byte, []int)
- func (m *BaseResponse) GetErrorCode() string
- func (m *BaseResponse) GetMsg() string
- func (*BaseResponse) ProtoMessage()
- func (m *BaseResponse) Reset()
- func (m *BaseResponse) String() string
- func (m *BaseResponse) XXX_DiscardUnknown()
- func (m *BaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BaseResponse) XXX_Merge(src proto.Message)
- func (m *BaseResponse) XXX_Size() int
- func (m *BaseResponse) XXX_Unmarshal(b []byte) error
- type Bucket
- func (*Bucket) Descriptor() ([]byte, []int)
- func (m *Bucket) GetAcl() string
- func (m *Bucket) GetBackend() string
- func (m *Bucket) GetBucketPolicy() string
- func (m *Bucket) GetCors() *CORSConfiguration
- func (m *Bucket) GetCreationDate() int64
- func (m *Bucket) GetDeleted() bool
- func (m *Bucket) GetLifecycleConfiguration() []*LifecycleRule
- func (m *Bucket) GetName() string
- func (m *Bucket) GetOwner() string
- func (m *Bucket) GetOwnerDisplayName() string
- func (m *Bucket) GetReplicationConfiguration() *ReplicationConfiguration
- func (m *Bucket) GetServerSideEncryption() *ServerSideEncryption
- func (m *Bucket) GetTransient() bool
- func (m *Bucket) GetVersioningConfiguration() *VersioningConfiguration
- func (m *Bucket) GetWebsiteConfiguration() *WebsiteConfiguration
- func (*Bucket) ProtoMessage()
- func (m *Bucket) Reset()
- func (m *Bucket) String() string
- func (m *Bucket) XXX_DiscardUnknown()
- func (m *Bucket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Bucket) XXX_Merge(src proto.Message)
- func (m *Bucket) XXX_Size() int
- func (m *Bucket) XXX_Unmarshal(b []byte) error
- type CORSConfiguration
- func (*CORSConfiguration) Descriptor() ([]byte, []int)
- func (m *CORSConfiguration) GetAllowedHeaders() string
- func (m *CORSConfiguration) GetAllowedMethods() string
- func (m *CORSConfiguration) GetAllowedOrigins() string
- func (m *CORSConfiguration) GetExposedHeaders() string
- func (m *CORSConfiguration) GetId() string
- func (m *CORSConfiguration) GetMaxAgeSeconds() string
- func (*CORSConfiguration) ProtoMessage()
- func (m *CORSConfiguration) Reset()
- func (m *CORSConfiguration) String() string
- func (m *CORSConfiguration) XXX_DiscardUnknown()
- func (m *CORSConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CORSConfiguration) XXX_Merge(src proto.Message)
- func (m *CORSConfiguration) XXX_Size() int
- func (m *CORSConfiguration) XXX_Unmarshal(b []byte) error
- type Condition
- func (*Condition) Descriptor() ([]byte, []int)
- func (m *Condition) GetHttpErrorCodeReturnedEquals() string
- func (m *Condition) GetKeyPrefixEquals() string
- func (*Condition) ProtoMessage()
- func (m *Condition) Reset()
- func (m *Condition) String() string
- func (m *Condition) XXX_DiscardUnknown()
- func (m *Condition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Condition) XXX_Merge(src proto.Message)
- func (m *Condition) XXX_Size() int
- func (m *Condition) XXX_Unmarshal(b []byte) error
- type CountObjectsResponse
- func (*CountObjectsResponse) Descriptor() ([]byte, []int)
- func (m *CountObjectsResponse) GetCount() int64
- func (m *CountObjectsResponse) GetSize() int64
- func (*CountObjectsResponse) ProtoMessage()
- func (m *CountObjectsResponse) Reset()
- func (m *CountObjectsResponse) String() string
- func (m *CountObjectsResponse) XXX_DiscardUnknown()
- func (m *CountObjectsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CountObjectsResponse) XXX_Merge(src proto.Message)
- func (m *CountObjectsResponse) XXX_Size() int
- func (m *CountObjectsResponse) XXX_Unmarshal(b []byte) error
- type DeleteLifecycleInput
- func (*DeleteLifecycleInput) Descriptor() ([]byte, []int)
- func (m *DeleteLifecycleInput) GetBucket() string
- func (m *DeleteLifecycleInput) GetRuleID() string
- func (*DeleteLifecycleInput) ProtoMessage()
- func (m *DeleteLifecycleInput) Reset()
- func (m *DeleteLifecycleInput) String() string
- func (m *DeleteLifecycleInput) XXX_DiscardUnknown()
- func (m *DeleteLifecycleInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DeleteLifecycleInput) XXX_Merge(src proto.Message)
- func (m *DeleteLifecycleInput) XXX_Size() int
- func (m *DeleteLifecycleInput) XXX_Unmarshal(b []byte) error
- type DeleteObjectInput
- func (*DeleteObjectInput) Descriptor() ([]byte, []int)
- func (m *DeleteObjectInput) GetBucket() string
- func (m *DeleteObjectInput) GetKey() string
- func (m *DeleteObjectInput) GetLastmodified() int64
- func (m *DeleteObjectInput) GetVersionid() string
- func (*DeleteObjectInput) ProtoMessage()
- func (m *DeleteObjectInput) Reset()
- func (m *DeleteObjectInput) String() string
- func (m *DeleteObjectInput) XXX_DiscardUnknown()
- func (m *DeleteObjectInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DeleteObjectInput) XXX_Merge(src proto.Message)
- func (m *DeleteObjectInput) XXX_Size() int
- func (m *DeleteObjectInput) XXX_Unmarshal(b []byte) error
- type Destination
- func (*Destination) Descriptor() ([]byte, []int)
- func (m *Destination) GetBucket() string
- func (m *Destination) GetStorageClass() string
- func (*Destination) ProtoMessage()
- func (m *Destination) Reset()
- func (m *Destination) String() string
- func (m *Destination) XXX_DiscardUnknown()
- func (m *Destination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Destination) XXX_Merge(src proto.Message)
- func (m *Destination) XXX_Size() int
- func (m *Destination) XXX_Unmarshal(b []byte) error
- type GetBackendTypeByTierRequest
- func (*GetBackendTypeByTierRequest) Descriptor() ([]byte, []int)
- func (m *GetBackendTypeByTierRequest) GetTier() int32
- func (*GetBackendTypeByTierRequest) ProtoMessage()
- func (m *GetBackendTypeByTierRequest) Reset()
- func (m *GetBackendTypeByTierRequest) String() string
- func (m *GetBackendTypeByTierRequest) XXX_DiscardUnknown()
- func (m *GetBackendTypeByTierRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetBackendTypeByTierRequest) XXX_Merge(src proto.Message)
- func (m *GetBackendTypeByTierRequest) XXX_Size() int
- func (m *GetBackendTypeByTierRequest) XXX_Unmarshal(b []byte) error
- type GetBackendTypeByTierResponse
- func (*GetBackendTypeByTierResponse) Descriptor() ([]byte, []int)
- func (m *GetBackendTypeByTierResponse) GetTypes() []string
- func (*GetBackendTypeByTierResponse) ProtoMessage()
- func (m *GetBackendTypeByTierResponse) Reset()
- func (m *GetBackendTypeByTierResponse) String() string
- func (m *GetBackendTypeByTierResponse) XXX_DiscardUnknown()
- func (m *GetBackendTypeByTierResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetBackendTypeByTierResponse) XXX_Merge(src proto.Message)
- func (m *GetBackendTypeByTierResponse) XXX_Size() int
- func (m *GetBackendTypeByTierResponse) XXX_Unmarshal(b []byte) error
- type GetObjectInput
- func (*GetObjectInput) Descriptor() ([]byte, []int)
- func (m *GetObjectInput) GetBucket() string
- func (m *GetObjectInput) GetKey() string
- func (m *GetObjectInput) GetVersionid() string
- func (*GetObjectInput) ProtoMessage()
- func (m *GetObjectInput) Reset()
- func (m *GetObjectInput) String() string
- func (m *GetObjectInput) XXX_DiscardUnknown()
- func (m *GetObjectInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetObjectInput) XXX_Merge(src proto.Message)
- func (m *GetObjectInput) XXX_Size() int
- func (m *GetObjectInput) XXX_Unmarshal(b []byte) error
- type GetStorageClassesResponse
- func (*GetStorageClassesResponse) Descriptor() ([]byte, []int)
- func (m *GetStorageClassesResponse) GetClasses() []*StorageClass
- func (*GetStorageClassesResponse) ProtoMessage()
- func (m *GetStorageClassesResponse) Reset()
- func (m *GetStorageClassesResponse) String() string
- func (m *GetStorageClassesResponse) XXX_DiscardUnknown()
- func (m *GetStorageClassesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetStorageClassesResponse) XXX_Merge(src proto.Message)
- func (m *GetStorageClassesResponse) XXX_Size() int
- func (m *GetStorageClassesResponse) XXX_Unmarshal(b []byte) error
- type GetTierMapResponse
- func (*GetTierMapResponse) Descriptor() ([]byte, []int)
- func (m *GetTierMapResponse) GetTier2Name() map[string]*Tier2ClassName
- func (m *GetTierMapResponse) GetTransition() []string
- func (*GetTierMapResponse) ProtoMessage()
- func (m *GetTierMapResponse) Reset()
- func (m *GetTierMapResponse) String() string
- func (m *GetTierMapResponse) XXX_DiscardUnknown()
- func (m *GetTierMapResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetTierMapResponse) XXX_Merge(src proto.Message)
- func (m *GetTierMapResponse) XXX_Size() int
- func (m *GetTierMapResponse) XXX_Unmarshal(b []byte) error
- type LifecycleFilter
- func (*LifecycleFilter) Descriptor() ([]byte, []int)
- func (m *LifecycleFilter) GetPrefix() string
- func (*LifecycleFilter) ProtoMessage()
- func (m *LifecycleFilter) Reset()
- func (m *LifecycleFilter) String() string
- func (m *LifecycleFilter) XXX_DiscardUnknown()
- func (m *LifecycleFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *LifecycleFilter) XXX_Merge(src proto.Message)
- func (m *LifecycleFilter) XXX_Size() int
- func (m *LifecycleFilter) XXX_Unmarshal(b []byte) error
- type LifecycleRule
- func (*LifecycleRule) Descriptor() ([]byte, []int)
- func (m *LifecycleRule) GetAbortIncompleteMultipartUpload() *AbortMultipartUpload
- func (m *LifecycleRule) GetActions() []*Action
- func (m *LifecycleRule) GetFilter() *LifecycleFilter
- func (m *LifecycleRule) GetId() string
- func (m *LifecycleRule) GetStatus() string
- func (*LifecycleRule) ProtoMessage()
- func (m *LifecycleRule) Reset()
- func (m *LifecycleRule) String() string
- func (m *LifecycleRule) XXX_DiscardUnknown()
- func (m *LifecycleRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *LifecycleRule) XXX_Merge(src proto.Message)
- func (m *LifecycleRule) XXX_Size() int
- func (m *LifecycleRule) XXX_Unmarshal(b []byte) error
- type ListBucketsResponse
- func (*ListBucketsResponse) Descriptor() ([]byte, []int)
- func (m *ListBucketsResponse) GetBuckets() []*Bucket
- func (*ListBucketsResponse) ProtoMessage()
- func (m *ListBucketsResponse) Reset()
- func (m *ListBucketsResponse) String() string
- func (m *ListBucketsResponse) XXX_DiscardUnknown()
- func (m *ListBucketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListBucketsResponse) XXX_Merge(src proto.Message)
- func (m *ListBucketsResponse) XXX_Size() int
- func (m *ListBucketsResponse) XXX_Unmarshal(b []byte) error
- type ListMultipartUploadRequest
- func (*ListMultipartUploadRequest) Descriptor() ([]byte, []int)
- func (m *ListMultipartUploadRequest) GetBucket() string
- func (m *ListMultipartUploadRequest) GetDays() int32
- func (m *ListMultipartUploadRequest) GetLimit() int32
- func (m *ListMultipartUploadRequest) GetOffset() int32
- func (m *ListMultipartUploadRequest) GetPrefix() string
- func (*ListMultipartUploadRequest) ProtoMessage()
- func (m *ListMultipartUploadRequest) Reset()
- func (m *ListMultipartUploadRequest) String() string
- func (m *ListMultipartUploadRequest) XXX_DiscardUnknown()
- func (m *ListMultipartUploadRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListMultipartUploadRequest) XXX_Merge(src proto.Message)
- func (m *ListMultipartUploadRequest) XXX_Size() int
- func (m *ListMultipartUploadRequest) XXX_Unmarshal(b []byte) error
- type ListMultipartUploadResponse
- func (*ListMultipartUploadResponse) Descriptor() ([]byte, []int)
- func (m *ListMultipartUploadResponse) GetRecords() []*MultipartUploadRecord
- func (*ListMultipartUploadResponse) ProtoMessage()
- func (m *ListMultipartUploadResponse) Reset()
- func (m *ListMultipartUploadResponse) String() string
- func (m *ListMultipartUploadResponse) XXX_DiscardUnknown()
- func (m *ListMultipartUploadResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListMultipartUploadResponse) XXX_Merge(src proto.Message)
- func (m *ListMultipartUploadResponse) XXX_Size() int
- func (m *ListMultipartUploadResponse) XXX_Unmarshal(b []byte) error
- type ListObjectResponse
- func (*ListObjectResponse) Descriptor() ([]byte, []int)
- func (m *ListObjectResponse) GetListObjects() []*Object
- func (*ListObjectResponse) ProtoMessage()
- func (m *ListObjectResponse) Reset()
- func (m *ListObjectResponse) String() string
- func (m *ListObjectResponse) XXX_DiscardUnknown()
- func (m *ListObjectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListObjectResponse) XXX_Merge(src proto.Message)
- func (m *ListObjectResponse) XXX_Size() int
- func (m *ListObjectResponse) XXX_Unmarshal(b []byte) error
- type ListObjectsRequest
- func (*ListObjectsRequest) Descriptor() ([]byte, []int)
- func (m *ListObjectsRequest) GetBucket() string
- func (m *ListObjectsRequest) GetDelimiter() string
- func (m *ListObjectsRequest) GetFilter() map[string]string
- func (m *ListObjectsRequest) GetLimit() int32
- func (m *ListObjectsRequest) GetOffset() int32
- func (m *ListObjectsRequest) GetOwner() string
- func (*ListObjectsRequest) ProtoMessage()
- func (m *ListObjectsRequest) Reset()
- func (m *ListObjectsRequest) String() string
- func (m *ListObjectsRequest) XXX_DiscardUnknown()
- func (m *ListObjectsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListObjectsRequest) XXX_Merge(src proto.Message)
- func (m *ListObjectsRequest) XXX_Size() int
- func (m *ListObjectsRequest) XXX_Unmarshal(b []byte) error
- type ListParts
- func (*ListParts) Descriptor() ([]byte, []int)
- func (m *ListParts) GetBucket() string
- func (m *ListParts) GetKey() string
- func (m *ListParts) GetMaxParts() int64
- func (m *ListParts) GetPartNumberMarker() int64
- func (m *ListParts) GetUploadId() string
- func (*ListParts) ProtoMessage()
- func (m *ListParts) Reset()
- func (m *ListParts) String() string
- func (m *ListParts) XXX_DiscardUnknown()
- func (m *ListParts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListParts) XXX_Merge(src proto.Message)
- func (m *ListParts) XXX_Size() int
- func (m *ListParts) XXX_Unmarshal(b []byte) error
- type MultipartUpload
- func (*MultipartUpload) Descriptor() ([]byte, []int)
- func (m *MultipartUpload) GetBucket() string
- func (m *MultipartUpload) GetKey() string
- func (m *MultipartUpload) GetUploadId() string
- func (*MultipartUpload) ProtoMessage()
- func (m *MultipartUpload) Reset()
- func (m *MultipartUpload) String() string
- func (m *MultipartUpload) XXX_DiscardUnknown()
- func (m *MultipartUpload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MultipartUpload) XXX_Merge(src proto.Message)
- func (m *MultipartUpload) XXX_Size() int
- func (m *MultipartUpload) XXX_Unmarshal(b []byte) error
- type MultipartUploadRecord
- func (*MultipartUploadRecord) Descriptor() ([]byte, []int)
- func (m *MultipartUploadRecord) GetBackend() string
- func (m *MultipartUploadRecord) GetBucket() string
- func (m *MultipartUploadRecord) GetInitTime() int64
- func (m *MultipartUploadRecord) GetObjectKey() string
- func (m *MultipartUploadRecord) GetUploadId() string
- func (*MultipartUploadRecord) ProtoMessage()
- func (m *MultipartUploadRecord) Reset()
- func (m *MultipartUploadRecord) String() string
- func (m *MultipartUploadRecord) XXX_DiscardUnknown()
- func (m *MultipartUploadRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MultipartUploadRecord) XXX_Merge(src proto.Message)
- func (m *MultipartUploadRecord) XXX_Size() int
- func (m *MultipartUploadRecord) XXX_Unmarshal(b []byte) error
- type Object
- func (*Object) Descriptor() ([]byte, []int)
- func (m *Object) GetAcl() string
- func (m *Object) GetBackend() string
- func (m *Object) GetBucketName() string
- func (m *Object) GetCacheControl() string
- func (m *Object) GetContentDisposition() string
- func (m *Object) GetContentEncoding() string
- func (m *Object) GetContentLength() string
- func (m *Object) GetContentMd5() string
- func (m *Object) GetContentType() string
- func (m *Object) GetETag() string
- func (m *Object) GetExpires() string
- func (m *Object) GetInitFlag() string
- func (m *Object) GetIsDeleteMarker() string
- func (m *Object) GetIsNull() string
- func (m *Object) GetLastModified() int64
- func (m *Object) GetObjectKey() string
- func (m *Object) GetOwner() string
- func (m *Object) GetOwnerDisplayName() string
- func (m *Object) GetPartions() []*Partion
- func (m *Object) GetReplicationInfo() []*ReplicationInfo
- func (m *Object) GetServerSideEncryption() *ServerSideEncryption
- func (m *Object) GetSize() int64
- func (m *Object) GetStorageClass() string
- func (m *Object) GetTags() []*Tag
- func (m *Object) GetTier() int32
- func (m *Object) GetVersions() []*Version
- func (m *Object) GetWebsiteRedirectLocation() string
- func (*Object) ProtoMessage()
- func (m *Object) Reset()
- func (m *Object) String() string
- func (m *Object) XXX_DiscardUnknown()
- func (m *Object) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Object) XXX_Merge(src proto.Message)
- func (m *Object) XXX_Size() int
- func (m *Object) XXX_Unmarshal(b []byte) error
- type Partion
- func (*Partion) Descriptor() ([]byte, []int)
- func (m *Partion) GetEtag() string
- func (m *Partion) GetKey() string
- func (m *Partion) GetLastModified() int64
- func (m *Partion) GetPartNumber() string
- func (m *Partion) GetSize() int64
- func (*Partion) ProtoMessage()
- func (m *Partion) Reset()
- func (m *Partion) String() string
- func (m *Partion) XXX_DiscardUnknown()
- func (m *Partion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Partion) XXX_Merge(src proto.Message)
- func (m *Partion) XXX_Size() int
- func (m *Partion) XXX_Unmarshal(b []byte) error
- type Redirect
- func (*Redirect) Descriptor() ([]byte, []int)
- func (m *Redirect) GetHostName() string
- func (m *Redirect) GetHttpRedirectCode() string
- func (m *Redirect) GetProtocol() string
- func (m *Redirect) GetReplaceKeyPrefixWith() string
- func (m *Redirect) GetReplaceKeyWith() string
- func (*Redirect) ProtoMessage()
- func (m *Redirect) Reset()
- func (m *Redirect) String() string
- func (m *Redirect) XXX_DiscardUnknown()
- func (m *Redirect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Redirect) XXX_Merge(src proto.Message)
- func (m *Redirect) XXX_Size() int
- func (m *Redirect) XXX_Unmarshal(b []byte) error
- type RedirectAllRequestsTo
- func (*RedirectAllRequestsTo) Descriptor() ([]byte, []int)
- func (m *RedirectAllRequestsTo) GetHostName() string
- func (m *RedirectAllRequestsTo) GetProtocol() []string
- func (*RedirectAllRequestsTo) ProtoMessage()
- func (m *RedirectAllRequestsTo) Reset()
- func (m *RedirectAllRequestsTo) String() string
- func (m *RedirectAllRequestsTo) XXX_DiscardUnknown()
- func (m *RedirectAllRequestsTo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RedirectAllRequestsTo) XXX_Merge(src proto.Message)
- func (m *RedirectAllRequestsTo) XXX_Size() int
- func (m *RedirectAllRequestsTo) XXX_Unmarshal(b []byte) error
- type ReplicationConfiguration
- func (*ReplicationConfiguration) Descriptor() ([]byte, []int)
- func (m *ReplicationConfiguration) GetRole() string
- func (m *ReplicationConfiguration) GetRules() []*ReplicationRole
- func (*ReplicationConfiguration) ProtoMessage()
- func (m *ReplicationConfiguration) Reset()
- func (m *ReplicationConfiguration) String() string
- func (m *ReplicationConfiguration) XXX_DiscardUnknown()
- func (m *ReplicationConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ReplicationConfiguration) XXX_Merge(src proto.Message)
- func (m *ReplicationConfiguration) XXX_Size() int
- func (m *ReplicationConfiguration) XXX_Unmarshal(b []byte) error
- type ReplicationInfo
- func (*ReplicationInfo) Descriptor() ([]byte, []int)
- func (m *ReplicationInfo) GetBackend() string
- func (m *ReplicationInfo) GetStatus() string
- func (m *ReplicationInfo) GetStorageClass() string
- func (*ReplicationInfo) ProtoMessage()
- func (m *ReplicationInfo) Reset()
- func (m *ReplicationInfo) String() string
- func (m *ReplicationInfo) XXX_DiscardUnknown()
- func (m *ReplicationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ReplicationInfo) XXX_Merge(src proto.Message)
- func (m *ReplicationInfo) XXX_Size() int
- func (m *ReplicationInfo) XXX_Unmarshal(b []byte) error
- type ReplicationRole
- func (*ReplicationRole) Descriptor() ([]byte, []int)
- func (m *ReplicationRole) GetDestination() *Destination
- func (m *ReplicationRole) GetEnabled() bool
- func (m *ReplicationRole) GetId() string
- func (m *ReplicationRole) GetPrefix() string
- func (*ReplicationRole) ProtoMessage()
- func (m *ReplicationRole) Reset()
- func (m *ReplicationRole) String() string
- func (m *ReplicationRole) XXX_DiscardUnknown()
- func (m *ReplicationRole) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ReplicationRole) XXX_Merge(src proto.Message)
- func (m *ReplicationRole) XXX_Size() int
- func (m *ReplicationRole) XXX_Unmarshal(b []byte) error
- type RoutingRules
- func (*RoutingRules) Descriptor() ([]byte, []int)
- func (m *RoutingRules) GetCondition() *Condition
- func (m *RoutingRules) GetRedirect() *Redirect
- func (*RoutingRules) ProtoMessage()
- func (m *RoutingRules) Reset()
- func (m *RoutingRules) String() string
- func (m *RoutingRules) XXX_DiscardUnknown()
- func (m *RoutingRules) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RoutingRules) XXX_Merge(src proto.Message)
- func (m *RoutingRules) XXX_Size() int
- func (m *RoutingRules) XXX_Unmarshal(b []byte) error
- type S3Handler
- type S3Service
- type ServerSideEncryption
- func (*ServerSideEncryption) Descriptor() ([]byte, []int)
- func (m *ServerSideEncryption) GetAlgorithm() string
- func (m *ServerSideEncryption) GetCryptScheme() string
- func (m *ServerSideEncryption) GetMandtory() bool
- func (m *ServerSideEncryption) GetMasterKeyId() string
- func (*ServerSideEncryption) ProtoMessage()
- func (m *ServerSideEncryption) Reset()
- func (m *ServerSideEncryption) String() string
- func (m *ServerSideEncryption) XXX_DiscardUnknown()
- func (m *ServerSideEncryption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ServerSideEncryption) XXX_Merge(src proto.Message)
- func (m *ServerSideEncryption) XXX_Size() int
- func (m *ServerSideEncryption) XXX_Unmarshal(b []byte) error
- type StorageClass
- func (*StorageClass) Descriptor() ([]byte, []int)
- func (m *StorageClass) GetName() string
- func (m *StorageClass) GetTier() int32
- func (*StorageClass) ProtoMessage()
- func (m *StorageClass) Reset()
- func (m *StorageClass) String() string
- func (m *StorageClass) XXX_DiscardUnknown()
- func (m *StorageClass) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StorageClass) XXX_Merge(src proto.Message)
- func (m *StorageClass) XXX_Size() int
- func (m *StorageClass) XXX_Unmarshal(b []byte) error
- type TList
- func (*TList) Descriptor() ([]byte, []int)
- func (m *TList) GetTier() []int32
- func (*TList) ProtoMessage()
- func (m *TList) Reset()
- func (m *TList) String() string
- func (m *TList) XXX_DiscardUnknown()
- func (m *TList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TList) XXX_Merge(src proto.Message)
- func (m *TList) XXX_Size() int
- func (m *TList) XXX_Unmarshal(b []byte) error
- type Tag
- func (*Tag) Descriptor() ([]byte, []int)
- func (m *Tag) GetKey() string
- func (m *Tag) GetVal() string
- func (*Tag) ProtoMessage()
- func (m *Tag) Reset()
- func (m *Tag) String() string
- func (m *Tag) XXX_DiscardUnknown()
- func (m *Tag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Tag) XXX_Merge(src proto.Message)
- func (m *Tag) XXX_Size() int
- func (m *Tag) XXX_Unmarshal(b []byte) error
- type Tier2ClassName
- func (*Tier2ClassName) Descriptor() ([]byte, []int)
- func (m *Tier2ClassName) GetLst() map[int32]string
- func (*Tier2ClassName) ProtoMessage()
- func (m *Tier2ClassName) Reset()
- func (m *Tier2ClassName) String() string
- func (m *Tier2ClassName) XXX_DiscardUnknown()
- func (m *Tier2ClassName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Tier2ClassName) XXX_Merge(src proto.Message)
- func (m *Tier2ClassName) XXX_Size() int
- func (m *Tier2ClassName) XXX_Unmarshal(b []byte) error
- type UpdateObjMetaRequest
- func (*UpdateObjMetaRequest) Descriptor() ([]byte, []int)
- func (m *UpdateObjMetaRequest) GetBucketName() string
- func (m *UpdateObjMetaRequest) GetLastModified() int64
- func (m *UpdateObjMetaRequest) GetObjKey() string
- func (m *UpdateObjMetaRequest) GetSetting() map[string]string
- func (*UpdateObjMetaRequest) ProtoMessage()
- func (m *UpdateObjMetaRequest) Reset()
- func (m *UpdateObjMetaRequest) String() string
- func (m *UpdateObjMetaRequest) XXX_DiscardUnknown()
- func (m *UpdateObjMetaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UpdateObjMetaRequest) XXX_Merge(src proto.Message)
- func (m *UpdateObjMetaRequest) XXX_Size() int
- func (m *UpdateObjMetaRequest) XXX_Unmarshal(b []byte) error
- type Version
- func (*Version) Descriptor() ([]byte, []int)
- func (m *Version) GetEtag() string
- func (m *Version) GetIsLatest() string
- func (m *Version) GetLastModified() int64
- func (m *Version) GetSize() int64
- func (m *Version) GetVersionid() string
- func (*Version) ProtoMessage()
- func (m *Version) Reset()
- func (m *Version) String() string
- func (m *Version) XXX_DiscardUnknown()
- func (m *Version) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Version) XXX_Merge(src proto.Message)
- func (m *Version) XXX_Size() int
- func (m *Version) XXX_Unmarshal(b []byte) error
- type VersioningConfiguration
- func (*VersioningConfiguration) Descriptor() ([]byte, []int)
- func (m *VersioningConfiguration) GetMfaDelete() string
- func (m *VersioningConfiguration) GetStatus() string
- func (*VersioningConfiguration) ProtoMessage()
- func (m *VersioningConfiguration) Reset()
- func (m *VersioningConfiguration) String() string
- func (m *VersioningConfiguration) XXX_DiscardUnknown()
- func (m *VersioningConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VersioningConfiguration) XXX_Merge(src proto.Message)
- func (m *VersioningConfiguration) XXX_Size() int
- func (m *VersioningConfiguration) XXX_Unmarshal(b []byte) error
- type WebsiteConfiguration
- func (*WebsiteConfiguration) Descriptor() ([]byte, []int)
- func (m *WebsiteConfiguration) GetErrorDocument() string
- func (m *WebsiteConfiguration) GetIndexDocument() string
- func (m *WebsiteConfiguration) GetRedirectAllRequestsTo() *RedirectAllRequestsTo
- func (m *WebsiteConfiguration) GetRoutingRules() []*RoutingRules
- func (*WebsiteConfiguration) ProtoMessage()
- func (m *WebsiteConfiguration) Reset()
- func (m *WebsiteConfiguration) String() string
- func (m *WebsiteConfiguration) XXX_DiscardUnknown()
- func (m *WebsiteConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *WebsiteConfiguration) XXX_Merge(src proto.Message)
- func (m *WebsiteConfiguration) XXX_Size() int
- func (m *WebsiteConfiguration) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterS3Handler ¶
Types ¶
type AbortMultipartUpload ¶ added in v0.5.3
type AbortMultipartUpload struct { // Days after which the abort operation will be performed on incomplete upload DaysAfterInitiation int32 `protobuf:"varint,1,opt,name=daysAfterInitiation,proto3" json:"daysAfterInitiation,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AbortMultipartUpload) Descriptor ¶ added in v0.5.3
func (*AbortMultipartUpload) Descriptor() ([]byte, []int)
func (*AbortMultipartUpload) GetDaysAfterInitiation ¶ added in v0.5.3
func (m *AbortMultipartUpload) GetDaysAfterInitiation() int32
func (*AbortMultipartUpload) ProtoMessage ¶ added in v0.5.3
func (*AbortMultipartUpload) ProtoMessage()
func (*AbortMultipartUpload) Reset ¶ added in v0.5.3
func (m *AbortMultipartUpload) Reset()
func (*AbortMultipartUpload) String ¶ added in v0.5.3
func (m *AbortMultipartUpload) String() string
func (*AbortMultipartUpload) XXX_DiscardUnknown ¶ added in v0.5.3
func (m *AbortMultipartUpload) XXX_DiscardUnknown()
func (*AbortMultipartUpload) XXX_Marshal ¶ added in v0.5.3
func (m *AbortMultipartUpload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AbortMultipartUpload) XXX_Merge ¶ added in v0.5.3
func (dst *AbortMultipartUpload) XXX_Merge(src proto.Message)
func (*AbortMultipartUpload) XXX_Size ¶ added in v0.5.3
func (m *AbortMultipartUpload) XXX_Size() int
func (*AbortMultipartUpload) XXX_Unmarshal ¶ added in v0.5.3
func (m *AbortMultipartUpload) XXX_Unmarshal(b []byte) error
type Action ¶
type Action struct { // Name of the action transition/expiration Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Days after creation of object Days int32 `protobuf:"varint,2,opt,name=days,proto3" json:"days,omitempty"` // Delete marker in case of expiration for versioned bucket DeleteMarker string `protobuf:"bytes,3,opt,name=deleteMarker,proto3" json:"deleteMarker,omitempty"` // Storage class tier of the object where object is to be transitioned Tier int32 `protobuf:"varint,4,opt,name=tier,proto3" json:"tier,omitempty"` // Destination backend of the object/bucket for Cross-cloud transition Backend string `protobuf:"bytes,5,opt,name=backend,proto3" json:"backend,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Action) Descriptor ¶
func (*Action) GetBackend ¶ added in v0.5.2
func (*Action) GetDeleteMarker ¶
func (*Action) ProtoMessage ¶
func (*Action) ProtoMessage()
func (*Action) XXX_DiscardUnknown ¶
func (m *Action) XXX_DiscardUnknown()
func (*Action) XXX_Marshal ¶
func (*Action) XXX_Unmarshal ¶
type BaseRequest ¶
type BaseRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BaseRequest) Descriptor ¶
func (*BaseRequest) Descriptor() ([]byte, []int)
func (*BaseRequest) GetId ¶
func (m *BaseRequest) GetId() string
func (*BaseRequest) ProtoMessage ¶
func (*BaseRequest) ProtoMessage()
func (*BaseRequest) Reset ¶
func (m *BaseRequest) Reset()
func (*BaseRequest) String ¶
func (m *BaseRequest) String() string
func (*BaseRequest) XXX_DiscardUnknown ¶
func (m *BaseRequest) XXX_DiscardUnknown()
func (*BaseRequest) XXX_Marshal ¶
func (m *BaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BaseRequest) XXX_Merge ¶
func (dst *BaseRequest) XXX_Merge(src proto.Message)
func (*BaseRequest) XXX_Size ¶
func (m *BaseRequest) XXX_Size() int
func (*BaseRequest) XXX_Unmarshal ¶
func (m *BaseRequest) XXX_Unmarshal(b []byte) error
type BaseResponse ¶
type BaseResponse struct { ErrorCode string `protobuf:"bytes,1,opt,name=errorCode,proto3" json:"errorCode,omitempty"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BaseResponse) Descriptor ¶
func (*BaseResponse) Descriptor() ([]byte, []int)
func (*BaseResponse) GetErrorCode ¶
func (m *BaseResponse) GetErrorCode() string
func (*BaseResponse) GetMsg ¶
func (m *BaseResponse) GetMsg() string
func (*BaseResponse) ProtoMessage ¶
func (*BaseResponse) ProtoMessage()
func (*BaseResponse) Reset ¶
func (m *BaseResponse) Reset()
func (*BaseResponse) String ¶
func (m *BaseResponse) String() string
func (*BaseResponse) XXX_DiscardUnknown ¶
func (m *BaseResponse) XXX_DiscardUnknown()
func (*BaseResponse) XXX_Marshal ¶
func (m *BaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BaseResponse) XXX_Merge ¶
func (dst *BaseResponse) XXX_Merge(src proto.Message)
func (*BaseResponse) XXX_Size ¶
func (m *BaseResponse) XXX_Size() int
func (*BaseResponse) XXX_Unmarshal ¶
func (m *BaseResponse) XXX_Unmarshal(b []byte) error
type Bucket ¶
type Bucket struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Owner string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"` OwnerDisplayName string `protobuf:"bytes,3,opt,name=ownerDisplayName,proto3" json:"ownerDisplayName,omitempty"` Acl string `protobuf:"bytes,4,opt,name=acl,proto3" json:"acl,omitempty"` CreationDate int64 `protobuf:"varint,5,opt,name=creationDate,proto3" json:"creationDate,omitempty"` Transient bool `protobuf:"varint,6,opt,name=transient,proto3" json:"transient,omitempty"` Deleted bool `protobuf:"varint,7,opt,name=deleted,proto3" json:"deleted,omitempty"` ServerSideEncryption *ServerSideEncryption `protobuf:"bytes,8,opt,name=serverSideEncryption,proto3" json:"serverSideEncryption,omitempty"` VersioningConfiguration *VersioningConfiguration `protobuf:"bytes,9,opt,name=versioningConfiguration,proto3" json:"versioningConfiguration,omitempty"` Backend string `protobuf:"bytes,10,opt,name=backend,proto3" json:"backend,omitempty"` WebsiteConfiguration *WebsiteConfiguration `protobuf:"bytes,11,opt,name=websiteConfiguration,proto3" json:"websiteConfiguration,omitempty"` Cors *CORSConfiguration `protobuf:"bytes,12,opt,name=cors,proto3" json:"cors,omitempty"` ReplicationConfiguration *ReplicationConfiguration `protobuf:"bytes,13,opt,name=replicationConfiguration,proto3" json:"replicationConfiguration,omitempty"` LifecycleConfiguration []*LifecycleRule `protobuf:"bytes,14,rep,name=lifecycleConfiguration,proto3" json:"lifecycleConfiguration,omitempty"` BucketPolicy string `protobuf:"bytes,15,opt,name=bucketPolicy,proto3" json:"bucketPolicy,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Bucket) Descriptor ¶
func (*Bucket) GetBackend ¶
func (*Bucket) GetBucketPolicy ¶ added in v0.5.2
func (*Bucket) GetCors ¶
func (m *Bucket) GetCors() *CORSConfiguration
func (*Bucket) GetCreationDate ¶
func (*Bucket) GetDeleted ¶
func (*Bucket) GetLifecycleConfiguration ¶
func (m *Bucket) GetLifecycleConfiguration() []*LifecycleRule
func (*Bucket) GetOwnerDisplayName ¶
func (*Bucket) GetReplicationConfiguration ¶
func (m *Bucket) GetReplicationConfiguration() *ReplicationConfiguration
func (*Bucket) GetServerSideEncryption ¶
func (m *Bucket) GetServerSideEncryption() *ServerSideEncryption
func (*Bucket) GetTransient ¶
func (*Bucket) GetVersioningConfiguration ¶
func (m *Bucket) GetVersioningConfiguration() *VersioningConfiguration
func (*Bucket) GetWebsiteConfiguration ¶
func (m *Bucket) GetWebsiteConfiguration() *WebsiteConfiguration
func (*Bucket) ProtoMessage ¶
func (*Bucket) ProtoMessage()
func (*Bucket) XXX_DiscardUnknown ¶
func (m *Bucket) XXX_DiscardUnknown()
func (*Bucket) XXX_Marshal ¶
func (*Bucket) XXX_Unmarshal ¶
type CORSConfiguration ¶
type CORSConfiguration struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` AllowedMethods string `protobuf:"bytes,2,opt,name=allowedMethods,proto3" json:"allowedMethods,omitempty"` AllowedOrigins string `protobuf:"bytes,3,opt,name=allowedOrigins,proto3" json:"allowedOrigins,omitempty"` AllowedHeaders string `protobuf:"bytes,4,opt,name=allowedHeaders,proto3" json:"allowedHeaders,omitempty"` MaxAgeSeconds string `protobuf:"bytes,5,opt,name=maxAgeSeconds,proto3" json:"maxAgeSeconds,omitempty"` ExposedHeaders string `protobuf:"bytes,6,opt,name=exposedHeaders,proto3" json:"exposedHeaders,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CORSConfiguration) Descriptor ¶
func (*CORSConfiguration) Descriptor() ([]byte, []int)
func (*CORSConfiguration) GetAllowedHeaders ¶
func (m *CORSConfiguration) GetAllowedHeaders() string
func (*CORSConfiguration) GetAllowedMethods ¶
func (m *CORSConfiguration) GetAllowedMethods() string
func (*CORSConfiguration) GetAllowedOrigins ¶
func (m *CORSConfiguration) GetAllowedOrigins() string
func (*CORSConfiguration) GetExposedHeaders ¶
func (m *CORSConfiguration) GetExposedHeaders() string
func (*CORSConfiguration) GetId ¶
func (m *CORSConfiguration) GetId() string
func (*CORSConfiguration) GetMaxAgeSeconds ¶
func (m *CORSConfiguration) GetMaxAgeSeconds() string
func (*CORSConfiguration) ProtoMessage ¶
func (*CORSConfiguration) ProtoMessage()
func (*CORSConfiguration) Reset ¶
func (m *CORSConfiguration) Reset()
func (*CORSConfiguration) String ¶
func (m *CORSConfiguration) String() string
func (*CORSConfiguration) XXX_DiscardUnknown ¶
func (m *CORSConfiguration) XXX_DiscardUnknown()
func (*CORSConfiguration) XXX_Marshal ¶
func (m *CORSConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CORSConfiguration) XXX_Merge ¶
func (dst *CORSConfiguration) XXX_Merge(src proto.Message)
func (*CORSConfiguration) XXX_Size ¶
func (m *CORSConfiguration) XXX_Size() int
func (*CORSConfiguration) XXX_Unmarshal ¶
func (m *CORSConfiguration) XXX_Unmarshal(b []byte) error
type Condition ¶
type Condition struct { KeyPrefixEquals string `protobuf:"bytes,1,opt,name=keyPrefixEquals,proto3" json:"keyPrefixEquals,omitempty"` HttpErrorCodeReturnedEquals string `protobuf:"bytes,2,opt,name=httpErrorCodeReturnedEquals,proto3" json:"httpErrorCodeReturnedEquals,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Condition) Descriptor ¶
func (*Condition) GetHttpErrorCodeReturnedEquals ¶
func (*Condition) GetKeyPrefixEquals ¶
func (*Condition) ProtoMessage ¶
func (*Condition) ProtoMessage()
func (*Condition) XXX_DiscardUnknown ¶
func (m *Condition) XXX_DiscardUnknown()
func (*Condition) XXX_Marshal ¶
func (*Condition) XXX_Unmarshal ¶
type CountObjectsResponse ¶ added in v0.5.4
type CountObjectsResponse struct { Count int64 `protobuf:"varint,1,opt,name=Count,proto3" json:"Count,omitempty"` Size int64 `protobuf:"varint,2,opt,name=Size,proto3" json:"Size,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CountObjectsResponse) Descriptor ¶ added in v0.5.4
func (*CountObjectsResponse) Descriptor() ([]byte, []int)
func (*CountObjectsResponse) GetCount ¶ added in v0.5.4
func (m *CountObjectsResponse) GetCount() int64
func (*CountObjectsResponse) GetSize ¶ added in v0.5.4
func (m *CountObjectsResponse) GetSize() int64
func (*CountObjectsResponse) ProtoMessage ¶ added in v0.5.4
func (*CountObjectsResponse) ProtoMessage()
func (*CountObjectsResponse) Reset ¶ added in v0.5.4
func (m *CountObjectsResponse) Reset()
func (*CountObjectsResponse) String ¶ added in v0.5.4
func (m *CountObjectsResponse) String() string
func (*CountObjectsResponse) XXX_DiscardUnknown ¶ added in v0.5.4
func (m *CountObjectsResponse) XXX_DiscardUnknown()
func (*CountObjectsResponse) XXX_Marshal ¶ added in v0.5.4
func (m *CountObjectsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CountObjectsResponse) XXX_Merge ¶ added in v0.5.4
func (dst *CountObjectsResponse) XXX_Merge(src proto.Message)
func (*CountObjectsResponse) XXX_Size ¶ added in v0.5.4
func (m *CountObjectsResponse) XXX_Size() int
func (*CountObjectsResponse) XXX_Unmarshal ¶ added in v0.5.4
func (m *CountObjectsResponse) XXX_Unmarshal(b []byte) error
type DeleteLifecycleInput ¶ added in v0.5.3
type DeleteLifecycleInput struct { Bucket string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"` RuleID string `protobuf:"bytes,2,opt,name=ruleID,proto3" json:"ruleID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteLifecycleInput) Descriptor ¶ added in v0.5.3
func (*DeleteLifecycleInput) Descriptor() ([]byte, []int)
func (*DeleteLifecycleInput) GetBucket ¶ added in v0.5.3
func (m *DeleteLifecycleInput) GetBucket() string
func (*DeleteLifecycleInput) GetRuleID ¶ added in v0.5.3
func (m *DeleteLifecycleInput) GetRuleID() string
func (*DeleteLifecycleInput) ProtoMessage ¶ added in v0.5.3
func (*DeleteLifecycleInput) ProtoMessage()
func (*DeleteLifecycleInput) Reset ¶ added in v0.5.3
func (m *DeleteLifecycleInput) Reset()
func (*DeleteLifecycleInput) String ¶ added in v0.5.3
func (m *DeleteLifecycleInput) String() string
func (*DeleteLifecycleInput) XXX_DiscardUnknown ¶ added in v0.5.3
func (m *DeleteLifecycleInput) XXX_DiscardUnknown()
func (*DeleteLifecycleInput) XXX_Marshal ¶ added in v0.5.3
func (m *DeleteLifecycleInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteLifecycleInput) XXX_Merge ¶ added in v0.5.3
func (dst *DeleteLifecycleInput) XXX_Merge(src proto.Message)
func (*DeleteLifecycleInput) XXX_Size ¶ added in v0.5.3
func (m *DeleteLifecycleInput) XXX_Size() int
func (*DeleteLifecycleInput) XXX_Unmarshal ¶ added in v0.5.3
func (m *DeleteLifecycleInput) XXX_Unmarshal(b []byte) error
type DeleteObjectInput ¶
type DeleteObjectInput struct { Bucket string `protobuf:"bytes,1,opt,name=Bucket,proto3" json:"Bucket,omitempty"` Key string `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"` Versionid string `protobuf:"bytes,3,opt,name=Versionid,proto3" json:"Versionid,omitempty"` Lastmodified int64 `protobuf:"varint,4,opt,name=Lastmodified,proto3" json:"Lastmodified,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteObjectInput) Descriptor ¶
func (*DeleteObjectInput) Descriptor() ([]byte, []int)
func (*DeleteObjectInput) GetBucket ¶
func (m *DeleteObjectInput) GetBucket() string
func (*DeleteObjectInput) GetKey ¶
func (m *DeleteObjectInput) GetKey() string
func (*DeleteObjectInput) GetLastmodified ¶ added in v0.5.3
func (m *DeleteObjectInput) GetLastmodified() int64
func (*DeleteObjectInput) GetVersionid ¶
func (m *DeleteObjectInput) GetVersionid() string
func (*DeleteObjectInput) ProtoMessage ¶
func (*DeleteObjectInput) ProtoMessage()
func (*DeleteObjectInput) Reset ¶
func (m *DeleteObjectInput) Reset()
func (*DeleteObjectInput) String ¶
func (m *DeleteObjectInput) String() string
func (*DeleteObjectInput) XXX_DiscardUnknown ¶
func (m *DeleteObjectInput) XXX_DiscardUnknown()
func (*DeleteObjectInput) XXX_Marshal ¶
func (m *DeleteObjectInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteObjectInput) XXX_Merge ¶
func (dst *DeleteObjectInput) XXX_Merge(src proto.Message)
func (*DeleteObjectInput) XXX_Size ¶
func (m *DeleteObjectInput) XXX_Size() int
func (*DeleteObjectInput) XXX_Unmarshal ¶
func (m *DeleteObjectInput) XXX_Unmarshal(b []byte) error
type Destination ¶
type Destination struct { Bucket string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"` StorageClass string `protobuf:"bytes,2,opt,name=storageClass,proto3" json:"storageClass,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Destination) Descriptor ¶
func (*Destination) Descriptor() ([]byte, []int)
func (*Destination) GetBucket ¶
func (m *Destination) GetBucket() string
func (*Destination) GetStorageClass ¶
func (m *Destination) GetStorageClass() string
func (*Destination) ProtoMessage ¶
func (*Destination) ProtoMessage()
func (*Destination) Reset ¶
func (m *Destination) Reset()
func (*Destination) String ¶
func (m *Destination) String() string
func (*Destination) XXX_DiscardUnknown ¶
func (m *Destination) XXX_DiscardUnknown()
func (*Destination) XXX_Marshal ¶
func (m *Destination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Destination) XXX_Merge ¶
func (dst *Destination) XXX_Merge(src proto.Message)
func (*Destination) XXX_Size ¶
func (m *Destination) XXX_Size() int
func (*Destination) XXX_Unmarshal ¶
func (m *Destination) XXX_Unmarshal(b []byte) error
type GetBackendTypeByTierRequest ¶ added in v0.5.2
type GetBackendTypeByTierRequest struct { Tier int32 `protobuf:"varint,1,opt,name=Tier,proto3" json:"Tier,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBackendTypeByTierRequest) Descriptor ¶ added in v0.5.2
func (*GetBackendTypeByTierRequest) Descriptor() ([]byte, []int)
func (*GetBackendTypeByTierRequest) GetTier ¶ added in v0.5.2
func (m *GetBackendTypeByTierRequest) GetTier() int32
func (*GetBackendTypeByTierRequest) ProtoMessage ¶ added in v0.5.2
func (*GetBackendTypeByTierRequest) ProtoMessage()
func (*GetBackendTypeByTierRequest) Reset ¶ added in v0.5.2
func (m *GetBackendTypeByTierRequest) Reset()
func (*GetBackendTypeByTierRequest) String ¶ added in v0.5.2
func (m *GetBackendTypeByTierRequest) String() string
func (*GetBackendTypeByTierRequest) XXX_DiscardUnknown ¶ added in v0.5.2
func (m *GetBackendTypeByTierRequest) XXX_DiscardUnknown()
func (*GetBackendTypeByTierRequest) XXX_Marshal ¶ added in v0.5.2
func (m *GetBackendTypeByTierRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBackendTypeByTierRequest) XXX_Merge ¶ added in v0.5.2
func (dst *GetBackendTypeByTierRequest) XXX_Merge(src proto.Message)
func (*GetBackendTypeByTierRequest) XXX_Size ¶ added in v0.5.2
func (m *GetBackendTypeByTierRequest) XXX_Size() int
func (*GetBackendTypeByTierRequest) XXX_Unmarshal ¶ added in v0.5.2
func (m *GetBackendTypeByTierRequest) XXX_Unmarshal(b []byte) error
type GetBackendTypeByTierResponse ¶ added in v0.5.2
type GetBackendTypeByTierResponse struct { Types []string `protobuf:"bytes,1,rep,name=Types,proto3" json:"Types,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBackendTypeByTierResponse) Descriptor ¶ added in v0.5.2
func (*GetBackendTypeByTierResponse) Descriptor() ([]byte, []int)
func (*GetBackendTypeByTierResponse) GetTypes ¶ added in v0.5.2
func (m *GetBackendTypeByTierResponse) GetTypes() []string
func (*GetBackendTypeByTierResponse) ProtoMessage ¶ added in v0.5.2
func (*GetBackendTypeByTierResponse) ProtoMessage()
func (*GetBackendTypeByTierResponse) Reset ¶ added in v0.5.2
func (m *GetBackendTypeByTierResponse) Reset()
func (*GetBackendTypeByTierResponse) String ¶ added in v0.5.2
func (m *GetBackendTypeByTierResponse) String() string
func (*GetBackendTypeByTierResponse) XXX_DiscardUnknown ¶ added in v0.5.2
func (m *GetBackendTypeByTierResponse) XXX_DiscardUnknown()
func (*GetBackendTypeByTierResponse) XXX_Marshal ¶ added in v0.5.2
func (m *GetBackendTypeByTierResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBackendTypeByTierResponse) XXX_Merge ¶ added in v0.5.2
func (dst *GetBackendTypeByTierResponse) XXX_Merge(src proto.Message)
func (*GetBackendTypeByTierResponse) XXX_Size ¶ added in v0.5.2
func (m *GetBackendTypeByTierResponse) XXX_Size() int
func (*GetBackendTypeByTierResponse) XXX_Unmarshal ¶ added in v0.5.2
func (m *GetBackendTypeByTierResponse) XXX_Unmarshal(b []byte) error
type GetObjectInput ¶
type GetObjectInput struct { Bucket string `protobuf:"bytes,1,opt,name=Bucket,proto3" json:"Bucket,omitempty"` Key string `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"` Versionid string `protobuf:"bytes,3,opt,name=Versionid,proto3" json:"Versionid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetObjectInput) Descriptor ¶
func (*GetObjectInput) Descriptor() ([]byte, []int)
func (*GetObjectInput) GetBucket ¶
func (m *GetObjectInput) GetBucket() string
func (*GetObjectInput) GetKey ¶
func (m *GetObjectInput) GetKey() string
func (*GetObjectInput) GetVersionid ¶
func (m *GetObjectInput) GetVersionid() string
func (*GetObjectInput) ProtoMessage ¶
func (*GetObjectInput) ProtoMessage()
func (*GetObjectInput) Reset ¶
func (m *GetObjectInput) Reset()
func (*GetObjectInput) String ¶
func (m *GetObjectInput) String() string
func (*GetObjectInput) XXX_DiscardUnknown ¶
func (m *GetObjectInput) XXX_DiscardUnknown()
func (*GetObjectInput) XXX_Marshal ¶
func (m *GetObjectInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetObjectInput) XXX_Merge ¶
func (dst *GetObjectInput) XXX_Merge(src proto.Message)
func (*GetObjectInput) XXX_Size ¶
func (m *GetObjectInput) XXX_Size() int
func (*GetObjectInput) XXX_Unmarshal ¶
func (m *GetObjectInput) XXX_Unmarshal(b []byte) error
type GetStorageClassesResponse ¶ added in v0.5.2
type GetStorageClassesResponse struct { Classes []*StorageClass `protobuf:"bytes,1,rep,name=classes,proto3" json:"classes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetStorageClassesResponse) Descriptor ¶ added in v0.5.2
func (*GetStorageClassesResponse) Descriptor() ([]byte, []int)
func (*GetStorageClassesResponse) GetClasses ¶ added in v0.5.2
func (m *GetStorageClassesResponse) GetClasses() []*StorageClass
func (*GetStorageClassesResponse) ProtoMessage ¶ added in v0.5.2
func (*GetStorageClassesResponse) ProtoMessage()
func (*GetStorageClassesResponse) Reset ¶ added in v0.5.2
func (m *GetStorageClassesResponse) Reset()
func (*GetStorageClassesResponse) String ¶ added in v0.5.2
func (m *GetStorageClassesResponse) String() string
func (*GetStorageClassesResponse) XXX_DiscardUnknown ¶ added in v0.5.2
func (m *GetStorageClassesResponse) XXX_DiscardUnknown()
func (*GetStorageClassesResponse) XXX_Marshal ¶ added in v0.5.2
func (m *GetStorageClassesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetStorageClassesResponse) XXX_Merge ¶ added in v0.5.2
func (dst *GetStorageClassesResponse) XXX_Merge(src proto.Message)
func (*GetStorageClassesResponse) XXX_Size ¶ added in v0.5.2
func (m *GetStorageClassesResponse) XXX_Size() int
func (*GetStorageClassesResponse) XXX_Unmarshal ¶ added in v0.5.2
func (m *GetStorageClassesResponse) XXX_Unmarshal(b []byte) error
type GetTierMapResponse ¶ added in v0.5.2
type GetTierMapResponse struct { Transition []string `protobuf:"bytes,1,rep,name=Transition,proto3" json:"Transition,omitempty"` Tier2Name map[string]*Tier2ClassName `` /* 159-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetTierMapResponse) Descriptor ¶ added in v0.5.2
func (*GetTierMapResponse) Descriptor() ([]byte, []int)
func (*GetTierMapResponse) GetTier2Name ¶ added in v0.5.2
func (m *GetTierMapResponse) GetTier2Name() map[string]*Tier2ClassName
func (*GetTierMapResponse) GetTransition ¶ added in v0.5.2
func (m *GetTierMapResponse) GetTransition() []string
func (*GetTierMapResponse) ProtoMessage ¶ added in v0.5.2
func (*GetTierMapResponse) ProtoMessage()
func (*GetTierMapResponse) Reset ¶ added in v0.5.2
func (m *GetTierMapResponse) Reset()
func (*GetTierMapResponse) String ¶ added in v0.5.2
func (m *GetTierMapResponse) String() string
func (*GetTierMapResponse) XXX_DiscardUnknown ¶ added in v0.5.2
func (m *GetTierMapResponse) XXX_DiscardUnknown()
func (*GetTierMapResponse) XXX_Marshal ¶ added in v0.5.2
func (m *GetTierMapResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetTierMapResponse) XXX_Merge ¶ added in v0.5.2
func (dst *GetTierMapResponse) XXX_Merge(src proto.Message)
func (*GetTierMapResponse) XXX_Size ¶ added in v0.5.2
func (m *GetTierMapResponse) XXX_Size() int
func (*GetTierMapResponse) XXX_Unmarshal ¶ added in v0.5.2
func (m *GetTierMapResponse) XXX_Unmarshal(b []byte) error
type LifecycleFilter ¶
type LifecycleFilter struct { // Object prefix for lifecycle filter Prefix string `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LifecycleFilter) Descriptor ¶
func (*LifecycleFilter) Descriptor() ([]byte, []int)
func (*LifecycleFilter) GetPrefix ¶
func (m *LifecycleFilter) GetPrefix() string
func (*LifecycleFilter) ProtoMessage ¶
func (*LifecycleFilter) ProtoMessage()
func (*LifecycleFilter) Reset ¶
func (m *LifecycleFilter) Reset()
func (*LifecycleFilter) String ¶
func (m *LifecycleFilter) String() string
func (*LifecycleFilter) XXX_DiscardUnknown ¶
func (m *LifecycleFilter) XXX_DiscardUnknown()
func (*LifecycleFilter) XXX_Marshal ¶
func (m *LifecycleFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LifecycleFilter) XXX_Merge ¶
func (dst *LifecycleFilter) XXX_Merge(src proto.Message)
func (*LifecycleFilter) XXX_Size ¶
func (m *LifecycleFilter) XXX_Size() int
func (*LifecycleFilter) XXX_Unmarshal ¶
func (m *LifecycleFilter) XXX_Unmarshal(b []byte) error
type LifecycleRule ¶ added in v0.5.2
type LifecycleRule struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` Filter *LifecycleFilter `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` Actions []*Action `protobuf:"bytes,4,rep,name=actions,proto3" json:"actions,omitempty"` AbortIncompleteMultipartUpload *AbortMultipartUpload `protobuf:"bytes,5,opt,name=abortIncompleteMultipartUpload,proto3" json:"abortIncompleteMultipartUpload,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LifecycleRule) Descriptor ¶ added in v0.5.2
func (*LifecycleRule) Descriptor() ([]byte, []int)
func (*LifecycleRule) GetAbortIncompleteMultipartUpload ¶ added in v0.5.3
func (m *LifecycleRule) GetAbortIncompleteMultipartUpload() *AbortMultipartUpload
func (*LifecycleRule) GetActions ¶ added in v0.5.2
func (m *LifecycleRule) GetActions() []*Action
func (*LifecycleRule) GetFilter ¶ added in v0.5.2
func (m *LifecycleRule) GetFilter() *LifecycleFilter
func (*LifecycleRule) GetId ¶ added in v0.5.2
func (m *LifecycleRule) GetId() string
func (*LifecycleRule) GetStatus ¶ added in v0.5.2
func (m *LifecycleRule) GetStatus() string
func (*LifecycleRule) ProtoMessage ¶ added in v0.5.2
func (*LifecycleRule) ProtoMessage()
func (*LifecycleRule) Reset ¶ added in v0.5.2
func (m *LifecycleRule) Reset()
func (*LifecycleRule) String ¶ added in v0.5.2
func (m *LifecycleRule) String() string
func (*LifecycleRule) XXX_DiscardUnknown ¶ added in v0.5.2
func (m *LifecycleRule) XXX_DiscardUnknown()
func (*LifecycleRule) XXX_Marshal ¶ added in v0.5.2
func (m *LifecycleRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LifecycleRule) XXX_Merge ¶ added in v0.5.2
func (dst *LifecycleRule) XXX_Merge(src proto.Message)
func (*LifecycleRule) XXX_Size ¶ added in v0.5.2
func (m *LifecycleRule) XXX_Size() int
func (*LifecycleRule) XXX_Unmarshal ¶ added in v0.5.2
func (m *LifecycleRule) XXX_Unmarshal(b []byte) error
type ListBucketsResponse ¶
type ListBucketsResponse struct { Buckets []*Bucket `protobuf:"bytes,1,rep,name=buckets,proto3" json:"buckets,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListBucketsResponse) Descriptor ¶
func (*ListBucketsResponse) Descriptor() ([]byte, []int)
func (*ListBucketsResponse) GetBuckets ¶
func (m *ListBucketsResponse) GetBuckets() []*Bucket
func (*ListBucketsResponse) ProtoMessage ¶
func (*ListBucketsResponse) ProtoMessage()
func (*ListBucketsResponse) Reset ¶
func (m *ListBucketsResponse) Reset()
func (*ListBucketsResponse) String ¶
func (m *ListBucketsResponse) String() string
func (*ListBucketsResponse) XXX_DiscardUnknown ¶
func (m *ListBucketsResponse) XXX_DiscardUnknown()
func (*ListBucketsResponse) XXX_Marshal ¶
func (m *ListBucketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListBucketsResponse) XXX_Merge ¶
func (dst *ListBucketsResponse) XXX_Merge(src proto.Message)
func (*ListBucketsResponse) XXX_Size ¶
func (m *ListBucketsResponse) XXX_Size() int
func (*ListBucketsResponse) XXX_Unmarshal ¶
func (m *ListBucketsResponse) XXX_Unmarshal(b []byte) error
type ListMultipartUploadRequest ¶ added in v0.5.3
type ListMultipartUploadRequest struct { Bucket string `protobuf:"bytes,1,opt,name=Bucket,proto3" json:"Bucket,omitempty"` Prefix string `protobuf:"bytes,2,opt,name=Prefix,proto3" json:"Prefix,omitempty"` Days int32 `protobuf:"varint,3,opt,name=Days,proto3" json:"Days,omitempty"` Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"` Offset int32 `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListMultipartUploadRequest) Descriptor ¶ added in v0.5.3
func (*ListMultipartUploadRequest) Descriptor() ([]byte, []int)
func (*ListMultipartUploadRequest) GetBucket ¶ added in v0.5.3
func (m *ListMultipartUploadRequest) GetBucket() string
func (*ListMultipartUploadRequest) GetDays ¶ added in v0.5.3
func (m *ListMultipartUploadRequest) GetDays() int32
func (*ListMultipartUploadRequest) GetLimit ¶ added in v0.5.3
func (m *ListMultipartUploadRequest) GetLimit() int32
func (*ListMultipartUploadRequest) GetOffset ¶ added in v0.5.3
func (m *ListMultipartUploadRequest) GetOffset() int32
func (*ListMultipartUploadRequest) GetPrefix ¶ added in v0.5.3
func (m *ListMultipartUploadRequest) GetPrefix() string
func (*ListMultipartUploadRequest) ProtoMessage ¶ added in v0.5.3
func (*ListMultipartUploadRequest) ProtoMessage()
func (*ListMultipartUploadRequest) Reset ¶ added in v0.5.3
func (m *ListMultipartUploadRequest) Reset()
func (*ListMultipartUploadRequest) String ¶ added in v0.5.3
func (m *ListMultipartUploadRequest) String() string
func (*ListMultipartUploadRequest) XXX_DiscardUnknown ¶ added in v0.5.3
func (m *ListMultipartUploadRequest) XXX_DiscardUnknown()
func (*ListMultipartUploadRequest) XXX_Marshal ¶ added in v0.5.3
func (m *ListMultipartUploadRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListMultipartUploadRequest) XXX_Merge ¶ added in v0.5.3
func (dst *ListMultipartUploadRequest) XXX_Merge(src proto.Message)
func (*ListMultipartUploadRequest) XXX_Size ¶ added in v0.5.3
func (m *ListMultipartUploadRequest) XXX_Size() int
func (*ListMultipartUploadRequest) XXX_Unmarshal ¶ added in v0.5.3
func (m *ListMultipartUploadRequest) XXX_Unmarshal(b []byte) error
type ListMultipartUploadResponse ¶ added in v0.5.3
type ListMultipartUploadResponse struct { Records []*MultipartUploadRecord `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListMultipartUploadResponse) Descriptor ¶ added in v0.5.3
func (*ListMultipartUploadResponse) Descriptor() ([]byte, []int)
func (*ListMultipartUploadResponse) GetRecords ¶ added in v0.5.3
func (m *ListMultipartUploadResponse) GetRecords() []*MultipartUploadRecord
func (*ListMultipartUploadResponse) ProtoMessage ¶ added in v0.5.3
func (*ListMultipartUploadResponse) ProtoMessage()
func (*ListMultipartUploadResponse) Reset ¶ added in v0.5.3
func (m *ListMultipartUploadResponse) Reset()
func (*ListMultipartUploadResponse) String ¶ added in v0.5.3
func (m *ListMultipartUploadResponse) String() string
func (*ListMultipartUploadResponse) XXX_DiscardUnknown ¶ added in v0.5.3
func (m *ListMultipartUploadResponse) XXX_DiscardUnknown()
func (*ListMultipartUploadResponse) XXX_Marshal ¶ added in v0.5.3
func (m *ListMultipartUploadResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListMultipartUploadResponse) XXX_Merge ¶ added in v0.5.3
func (dst *ListMultipartUploadResponse) XXX_Merge(src proto.Message)
func (*ListMultipartUploadResponse) XXX_Size ¶ added in v0.5.3
func (m *ListMultipartUploadResponse) XXX_Size() int
func (*ListMultipartUploadResponse) XXX_Unmarshal ¶ added in v0.5.3
func (m *ListMultipartUploadResponse) XXX_Unmarshal(b []byte) error
type ListObjectResponse ¶
type ListObjectResponse struct { ListObjects []*Object `protobuf:"bytes,1,rep,name=ListObjects,proto3" json:"ListObjects,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListObjectResponse) Descriptor ¶
func (*ListObjectResponse) Descriptor() ([]byte, []int)
func (*ListObjectResponse) GetListObjects ¶
func (m *ListObjectResponse) GetListObjects() []*Object
func (*ListObjectResponse) ProtoMessage ¶
func (*ListObjectResponse) ProtoMessage()
func (*ListObjectResponse) Reset ¶
func (m *ListObjectResponse) Reset()
func (*ListObjectResponse) String ¶
func (m *ListObjectResponse) String() string
func (*ListObjectResponse) XXX_DiscardUnknown ¶
func (m *ListObjectResponse) XXX_DiscardUnknown()
func (*ListObjectResponse) XXX_Marshal ¶
func (m *ListObjectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListObjectResponse) XXX_Merge ¶
func (dst *ListObjectResponse) XXX_Merge(src proto.Message)
func (*ListObjectResponse) XXX_Size ¶
func (m *ListObjectResponse) XXX_Size() int
func (*ListObjectResponse) XXX_Unmarshal ¶
func (m *ListObjectResponse) XXX_Unmarshal(b []byte) error
type ListObjectsRequest ¶
type ListObjectsRequest struct { // Bucket is a required field Bucket string `protobuf:"bytes,1,opt,name=Bucket,proto3" json:"Bucket,omitempty"` Delimiter string `protobuf:"bytes,2,opt,name=Delimiter,proto3" json:"Delimiter,omitempty"` Owner string `protobuf:"bytes,3,opt,name=Owner,proto3" json:"Owner,omitempty"` Filter map[string]string `` /* 153-byte string literal not displayed */ Offset int32 `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"` Limit int32 `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListObjectsRequest) Descriptor ¶
func (*ListObjectsRequest) Descriptor() ([]byte, []int)
func (*ListObjectsRequest) GetBucket ¶
func (m *ListObjectsRequest) GetBucket() string
func (*ListObjectsRequest) GetDelimiter ¶
func (m *ListObjectsRequest) GetDelimiter() string
func (*ListObjectsRequest) GetFilter ¶ added in v0.5.2
func (m *ListObjectsRequest) GetFilter() map[string]string
func (*ListObjectsRequest) GetLimit ¶ added in v0.5.2
func (m *ListObjectsRequest) GetLimit() int32
func (*ListObjectsRequest) GetOffset ¶ added in v0.5.2
func (m *ListObjectsRequest) GetOffset() int32
func (*ListObjectsRequest) GetOwner ¶
func (m *ListObjectsRequest) GetOwner() string
func (*ListObjectsRequest) ProtoMessage ¶
func (*ListObjectsRequest) ProtoMessage()
func (*ListObjectsRequest) Reset ¶
func (m *ListObjectsRequest) Reset()
func (*ListObjectsRequest) String ¶
func (m *ListObjectsRequest) String() string
func (*ListObjectsRequest) XXX_DiscardUnknown ¶
func (m *ListObjectsRequest) XXX_DiscardUnknown()
func (*ListObjectsRequest) XXX_Marshal ¶
func (m *ListObjectsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListObjectsRequest) XXX_Merge ¶
func (dst *ListObjectsRequest) XXX_Merge(src proto.Message)
func (*ListObjectsRequest) XXX_Size ¶
func (m *ListObjectsRequest) XXX_Size() int
func (*ListObjectsRequest) XXX_Unmarshal ¶
func (m *ListObjectsRequest) XXX_Unmarshal(b []byte) error
type ListParts ¶
type ListParts struct { Bucket string `protobuf:"bytes,1,opt,name=Bucket,proto3" json:"Bucket,omitempty"` Key string `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"` UploadId string `protobuf:"bytes,3,opt,name=uploadId,proto3" json:"uploadId,omitempty"` MaxParts int64 `protobuf:"varint,4,opt,name=MaxParts,proto3" json:"MaxParts,omitempty"` PartNumberMarker int64 `protobuf:"varint,5,opt,name=PartNumberMarker,proto3" json:"PartNumberMarker,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListParts) Descriptor ¶
func (*ListParts) GetMaxParts ¶
func (*ListParts) GetPartNumberMarker ¶
func (*ListParts) GetUploadId ¶
func (*ListParts) ProtoMessage ¶
func (*ListParts) ProtoMessage()
func (*ListParts) XXX_DiscardUnknown ¶
func (m *ListParts) XXX_DiscardUnknown()
func (*ListParts) XXX_Marshal ¶
func (*ListParts) XXX_Unmarshal ¶
type MultipartUpload ¶
type MultipartUpload struct { Bucket string `protobuf:"bytes,1,opt,name=Bucket,proto3" json:"Bucket,omitempty"` Key string `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"` UploadId string `protobuf:"bytes,3,opt,name=uploadId,proto3" json:"uploadId,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MultipartUpload) Descriptor ¶
func (*MultipartUpload) Descriptor() ([]byte, []int)
func (*MultipartUpload) GetBucket ¶
func (m *MultipartUpload) GetBucket() string
func (*MultipartUpload) GetKey ¶
func (m *MultipartUpload) GetKey() string
func (*MultipartUpload) GetUploadId ¶
func (m *MultipartUpload) GetUploadId() string
func (*MultipartUpload) ProtoMessage ¶
func (*MultipartUpload) ProtoMessage()
func (*MultipartUpload) Reset ¶
func (m *MultipartUpload) Reset()
func (*MultipartUpload) String ¶
func (m *MultipartUpload) String() string
func (*MultipartUpload) XXX_DiscardUnknown ¶
func (m *MultipartUpload) XXX_DiscardUnknown()
func (*MultipartUpload) XXX_Marshal ¶
func (m *MultipartUpload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MultipartUpload) XXX_Merge ¶
func (dst *MultipartUpload) XXX_Merge(src proto.Message)
func (*MultipartUpload) XXX_Size ¶
func (m *MultipartUpload) XXX_Size() int
func (*MultipartUpload) XXX_Unmarshal ¶
func (m *MultipartUpload) XXX_Unmarshal(b []byte) error
type MultipartUploadRecord ¶ added in v0.5.3
type MultipartUploadRecord struct { ObjectKey string `protobuf:"bytes,1,opt,name=ObjectKey,proto3" json:"ObjectKey,omitempty"` Bucket string `protobuf:"bytes,2,opt,name=Bucket,proto3" json:"Bucket,omitempty"` Backend string `protobuf:"bytes,3,opt,name=Backend,proto3" json:"Backend,omitempty"` UploadId string `protobuf:"bytes,4,opt,name=UploadId,proto3" json:"UploadId,omitempty"` InitTime int64 `protobuf:"varint,5,opt,name=InitTime,proto3" json:"InitTime,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MultipartUploadRecord) Descriptor ¶ added in v0.5.3
func (*MultipartUploadRecord) Descriptor() ([]byte, []int)
func (*MultipartUploadRecord) GetBackend ¶ added in v0.5.3
func (m *MultipartUploadRecord) GetBackend() string
func (*MultipartUploadRecord) GetBucket ¶ added in v0.5.3
func (m *MultipartUploadRecord) GetBucket() string
func (*MultipartUploadRecord) GetInitTime ¶ added in v0.5.3
func (m *MultipartUploadRecord) GetInitTime() int64
func (*MultipartUploadRecord) GetObjectKey ¶ added in v0.5.3
func (m *MultipartUploadRecord) GetObjectKey() string
func (*MultipartUploadRecord) GetUploadId ¶ added in v0.5.3
func (m *MultipartUploadRecord) GetUploadId() string
func (*MultipartUploadRecord) ProtoMessage ¶ added in v0.5.3
func (*MultipartUploadRecord) ProtoMessage()
func (*MultipartUploadRecord) Reset ¶ added in v0.5.3
func (m *MultipartUploadRecord) Reset()
func (*MultipartUploadRecord) String ¶ added in v0.5.3
func (m *MultipartUploadRecord) String() string
func (*MultipartUploadRecord) XXX_DiscardUnknown ¶ added in v0.5.3
func (m *MultipartUploadRecord) XXX_DiscardUnknown()
func (*MultipartUploadRecord) XXX_Marshal ¶ added in v0.5.3
func (m *MultipartUploadRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MultipartUploadRecord) XXX_Merge ¶ added in v0.5.3
func (dst *MultipartUploadRecord) XXX_Merge(src proto.Message)
func (*MultipartUploadRecord) XXX_Size ¶ added in v0.5.3
func (m *MultipartUploadRecord) XXX_Size() int
func (*MultipartUploadRecord) XXX_Unmarshal ¶ added in v0.5.3
func (m *MultipartUploadRecord) XXX_Unmarshal(b []byte) error
type Object ¶
type Object struct { ObjectKey string `protobuf:"bytes,1,opt,name=objectKey,proto3" json:"objectKey,omitempty"` BucketName string `protobuf:"bytes,2,opt,name=bucketName,proto3" json:"bucketName,omitempty"` Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"` OwnerDisplayName string `protobuf:"bytes,4,opt,name=ownerDisplayName,proto3" json:"ownerDisplayName,omitempty"` CacheControl string `protobuf:"bytes,5,opt,name=cacheControl,proto3" json:"cacheControl,omitempty"` ContentDisposition string `protobuf:"bytes,6,opt,name=contentDisposition,proto3" json:"contentDisposition,omitempty"` ContentEncoding string `protobuf:"bytes,7,opt,name=contentEncoding,proto3" json:"contentEncoding,omitempty"` Expires string `protobuf:"bytes,8,opt,name=expires,proto3" json:"expires,omitempty"` ContentLength string `protobuf:"bytes,9,opt,name=contentLength,proto3" json:"contentLength,omitempty"` ContentType string `protobuf:"bytes,10,opt,name=contentType,proto3" json:"contentType,omitempty"` ContentMd5 string `protobuf:"bytes,11,opt,name=contentMd5,proto3" json:"contentMd5,omitempty"` Versions []*Version `protobuf:"bytes,12,rep,name=versions,proto3" json:"versions,omitempty"` StorageClass string `protobuf:"bytes,13,opt,name=storageClass,proto3" json:"storageClass,omitempty"` ServerSideEncryption *ServerSideEncryption `protobuf:"bytes,14,opt,name=serverSideEncryption,proto3" json:"serverSideEncryption,omitempty"` WebsiteRedirectLocation string `protobuf:"bytes,15,opt,name=websiteRedirectLocation,proto3" json:"websiteRedirectLocation,omitempty"` Acl string `protobuf:"bytes,16,opt,name=acl,proto3" json:"acl,omitempty"` Backend string `protobuf:"bytes,17,opt,name=backend,proto3" json:"backend,omitempty"` IsNull string `protobuf:"bytes,18,opt,name=isNull,proto3" json:"isNull,omitempty"` IsDeleteMarker string `protobuf:"bytes,19,opt,name=isDeleteMarker,proto3" json:"isDeleteMarker,omitempty"` ReplicationInfo []*ReplicationInfo `protobuf:"bytes,20,rep,name=replicationInfo,proto3" json:"replicationInfo,omitempty"` Size int64 `protobuf:"varint,21,opt,name=size,proto3" json:"size,omitempty"` Partions []*Partion `protobuf:"bytes,22,rep,name=partions,proto3" json:"partions,omitempty"` Tags []*Tag `protobuf:"bytes,23,rep,name=tags,proto3" json:"tags,omitempty"` LastModified int64 `protobuf:"varint,24,opt,name=lastModified,proto3" json:"lastModified,omitempty"` InitFlag string `protobuf:"bytes,25,opt,name=initFlag,proto3" json:"initFlag,omitempty"` ETag string `protobuf:"bytes,26,opt,name=ETag,proto3" json:"ETag,omitempty"` Tier int32 `protobuf:"varint,27,opt,name=tier,proto3" json:"tier,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Object) Descriptor ¶
func (*Object) GetBackend ¶
func (*Object) GetBucketName ¶
func (*Object) GetCacheControl ¶
func (*Object) GetContentDisposition ¶
func (*Object) GetContentEncoding ¶
func (*Object) GetContentLength ¶
func (*Object) GetContentMd5 ¶
func (*Object) GetContentType ¶
func (*Object) GetExpires ¶
func (*Object) GetInitFlag ¶
func (*Object) GetIsDeleteMarker ¶
func (*Object) GetLastModified ¶
func (*Object) GetObjectKey ¶
func (*Object) GetOwnerDisplayName ¶
func (*Object) GetPartions ¶
func (*Object) GetReplicationInfo ¶
func (m *Object) GetReplicationInfo() []*ReplicationInfo
func (*Object) GetServerSideEncryption ¶
func (m *Object) GetServerSideEncryption() *ServerSideEncryption
func (*Object) GetStorageClass ¶
func (*Object) GetVersions ¶
func (*Object) GetWebsiteRedirectLocation ¶
func (*Object) ProtoMessage ¶
func (*Object) ProtoMessage()
func (*Object) XXX_DiscardUnknown ¶
func (m *Object) XXX_DiscardUnknown()
func (*Object) XXX_Marshal ¶
func (*Object) XXX_Unmarshal ¶
type Partion ¶
type Partion struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` PartNumber string `protobuf:"bytes,2,opt,name=partNumber,proto3" json:"partNumber,omitempty"` Size int64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"` Etag string `protobuf:"bytes,4,opt,name=etag,proto3" json:"etag,omitempty"` LastModified int64 `protobuf:"varint,5,opt,name=lastModified,proto3" json:"lastModified,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Partion) Descriptor ¶
func (*Partion) GetLastModified ¶
func (*Partion) GetPartNumber ¶
func (*Partion) ProtoMessage ¶
func (*Partion) ProtoMessage()
func (*Partion) XXX_DiscardUnknown ¶
func (m *Partion) XXX_DiscardUnknown()
func (*Partion) XXX_Marshal ¶
func (*Partion) XXX_Unmarshal ¶
type Redirect ¶
type Redirect struct { Protocol string `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"` HostName string `protobuf:"bytes,2,opt,name=hostName,proto3" json:"hostName,omitempty"` ReplaceKeyPrefixWith string `protobuf:"bytes,3,opt,name=replaceKeyPrefixWith,proto3" json:"replaceKeyPrefixWith,omitempty"` ReplaceKeyWith string `protobuf:"bytes,4,opt,name=replaceKeyWith,proto3" json:"replaceKeyWith,omitempty"` HttpRedirectCode string `protobuf:"bytes,5,opt,name=httpRedirectCode,proto3" json:"httpRedirectCode,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Redirect) Descriptor ¶
func (*Redirect) GetHostName ¶
func (*Redirect) GetHttpRedirectCode ¶
func (*Redirect) GetProtocol ¶
func (*Redirect) GetReplaceKeyPrefixWith ¶
func (*Redirect) GetReplaceKeyWith ¶
func (*Redirect) ProtoMessage ¶
func (*Redirect) ProtoMessage()
func (*Redirect) XXX_DiscardUnknown ¶
func (m *Redirect) XXX_DiscardUnknown()
func (*Redirect) XXX_Marshal ¶
func (*Redirect) XXX_Unmarshal ¶
type RedirectAllRequestsTo ¶
type RedirectAllRequestsTo struct { HostName string `protobuf:"bytes,1,opt,name=hostName,proto3" json:"hostName,omitempty"` Protocol []string `protobuf:"bytes,2,rep,name=protocol,proto3" json:"protocol,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RedirectAllRequestsTo) Descriptor ¶
func (*RedirectAllRequestsTo) Descriptor() ([]byte, []int)
func (*RedirectAllRequestsTo) GetHostName ¶
func (m *RedirectAllRequestsTo) GetHostName() string
func (*RedirectAllRequestsTo) GetProtocol ¶
func (m *RedirectAllRequestsTo) GetProtocol() []string
func (*RedirectAllRequestsTo) ProtoMessage ¶
func (*RedirectAllRequestsTo) ProtoMessage()
func (*RedirectAllRequestsTo) Reset ¶
func (m *RedirectAllRequestsTo) Reset()
func (*RedirectAllRequestsTo) String ¶
func (m *RedirectAllRequestsTo) String() string
func (*RedirectAllRequestsTo) XXX_DiscardUnknown ¶
func (m *RedirectAllRequestsTo) XXX_DiscardUnknown()
func (*RedirectAllRequestsTo) XXX_Marshal ¶
func (m *RedirectAllRequestsTo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RedirectAllRequestsTo) XXX_Merge ¶
func (dst *RedirectAllRequestsTo) XXX_Merge(src proto.Message)
func (*RedirectAllRequestsTo) XXX_Size ¶
func (m *RedirectAllRequestsTo) XXX_Size() int
func (*RedirectAllRequestsTo) XXX_Unmarshal ¶
func (m *RedirectAllRequestsTo) XXX_Unmarshal(b []byte) error
type ReplicationConfiguration ¶
type ReplicationConfiguration struct { Role string `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"` Rules []*ReplicationRole `protobuf:"bytes,2,rep,name=rules,proto3" json:"rules,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReplicationConfiguration) Descriptor ¶
func (*ReplicationConfiguration) Descriptor() ([]byte, []int)
func (*ReplicationConfiguration) GetRole ¶
func (m *ReplicationConfiguration) GetRole() string
func (*ReplicationConfiguration) GetRules ¶
func (m *ReplicationConfiguration) GetRules() []*ReplicationRole
func (*ReplicationConfiguration) ProtoMessage ¶
func (*ReplicationConfiguration) ProtoMessage()
func (*ReplicationConfiguration) Reset ¶
func (m *ReplicationConfiguration) Reset()
func (*ReplicationConfiguration) String ¶
func (m *ReplicationConfiguration) String() string
func (*ReplicationConfiguration) XXX_DiscardUnknown ¶
func (m *ReplicationConfiguration) XXX_DiscardUnknown()
func (*ReplicationConfiguration) XXX_Marshal ¶
func (m *ReplicationConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReplicationConfiguration) XXX_Merge ¶
func (dst *ReplicationConfiguration) XXX_Merge(src proto.Message)
func (*ReplicationConfiguration) XXX_Size ¶
func (m *ReplicationConfiguration) XXX_Size() int
func (*ReplicationConfiguration) XXX_Unmarshal ¶
func (m *ReplicationConfiguration) XXX_Unmarshal(b []byte) error
type ReplicationInfo ¶
type ReplicationInfo struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Backend string `protobuf:"bytes,2,opt,name=backend,proto3" json:"backend,omitempty"` StorageClass string `protobuf:"bytes,3,opt,name=storageClass,proto3" json:"storageClass,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReplicationInfo) Descriptor ¶
func (*ReplicationInfo) Descriptor() ([]byte, []int)
func (*ReplicationInfo) GetBackend ¶
func (m *ReplicationInfo) GetBackend() string
func (*ReplicationInfo) GetStatus ¶
func (m *ReplicationInfo) GetStatus() string
func (*ReplicationInfo) GetStorageClass ¶
func (m *ReplicationInfo) GetStorageClass() string
func (*ReplicationInfo) ProtoMessage ¶
func (*ReplicationInfo) ProtoMessage()
func (*ReplicationInfo) Reset ¶
func (m *ReplicationInfo) Reset()
func (*ReplicationInfo) String ¶
func (m *ReplicationInfo) String() string
func (*ReplicationInfo) XXX_DiscardUnknown ¶
func (m *ReplicationInfo) XXX_DiscardUnknown()
func (*ReplicationInfo) XXX_Marshal ¶
func (m *ReplicationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReplicationInfo) XXX_Merge ¶
func (dst *ReplicationInfo) XXX_Merge(src proto.Message)
func (*ReplicationInfo) XXX_Size ¶
func (m *ReplicationInfo) XXX_Size() int
func (*ReplicationInfo) XXX_Unmarshal ¶
func (m *ReplicationInfo) XXX_Unmarshal(b []byte) error
type ReplicationRole ¶
type ReplicationRole struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Prefix string `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"` Enabled bool `protobuf:"varint,3,opt,name=enabled,proto3" json:"enabled,omitempty"` Destination *Destination `protobuf:"bytes,4,opt,name=destination,proto3" json:"destination,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReplicationRole) Descriptor ¶
func (*ReplicationRole) Descriptor() ([]byte, []int)
func (*ReplicationRole) GetDestination ¶
func (m *ReplicationRole) GetDestination() *Destination
func (*ReplicationRole) GetEnabled ¶
func (m *ReplicationRole) GetEnabled() bool
func (*ReplicationRole) GetId ¶
func (m *ReplicationRole) GetId() string
func (*ReplicationRole) GetPrefix ¶
func (m *ReplicationRole) GetPrefix() string
func (*ReplicationRole) ProtoMessage ¶
func (*ReplicationRole) ProtoMessage()
func (*ReplicationRole) Reset ¶
func (m *ReplicationRole) Reset()
func (*ReplicationRole) String ¶
func (m *ReplicationRole) String() string
func (*ReplicationRole) XXX_DiscardUnknown ¶
func (m *ReplicationRole) XXX_DiscardUnknown()
func (*ReplicationRole) XXX_Marshal ¶
func (m *ReplicationRole) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReplicationRole) XXX_Merge ¶
func (dst *ReplicationRole) XXX_Merge(src proto.Message)
func (*ReplicationRole) XXX_Size ¶
func (m *ReplicationRole) XXX_Size() int
func (*ReplicationRole) XXX_Unmarshal ¶
func (m *ReplicationRole) XXX_Unmarshal(b []byte) error
type RoutingRules ¶
type RoutingRules struct { Redirect *Redirect `protobuf:"bytes,1,opt,name=redirect,proto3" json:"redirect,omitempty"` Condition *Condition `protobuf:"bytes,2,opt,name=condition,proto3" json:"condition,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RoutingRules) Descriptor ¶
func (*RoutingRules) Descriptor() ([]byte, []int)
func (*RoutingRules) GetCondition ¶
func (m *RoutingRules) GetCondition() *Condition
func (*RoutingRules) GetRedirect ¶
func (m *RoutingRules) GetRedirect() *Redirect
func (*RoutingRules) ProtoMessage ¶
func (*RoutingRules) ProtoMessage()
func (*RoutingRules) Reset ¶
func (m *RoutingRules) Reset()
func (*RoutingRules) String ¶
func (m *RoutingRules) String() string
func (*RoutingRules) XXX_DiscardUnknown ¶
func (m *RoutingRules) XXX_DiscardUnknown()
func (*RoutingRules) XXX_Marshal ¶
func (m *RoutingRules) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RoutingRules) XXX_Merge ¶
func (dst *RoutingRules) XXX_Merge(src proto.Message)
func (*RoutingRules) XXX_Size ¶
func (m *RoutingRules) XXX_Size() int
func (*RoutingRules) XXX_Unmarshal ¶
func (m *RoutingRules) XXX_Unmarshal(b []byte) error
type S3Handler ¶
type S3Handler interface { ListBuckets(context.Context, *BaseRequest, *ListBucketsResponse) error CreateBucket(context.Context, *Bucket, *BaseResponse) error DeleteBucket(context.Context, *Bucket, *BaseResponse) error GetBucket(context.Context, *Bucket, *Bucket) error ListObjects(context.Context, *ListObjectsRequest, *ListObjectResponse) error CountObjects(context.Context, *ListObjectsRequest, *CountObjectsResponse) error CreateObject(context.Context, *Object, *BaseResponse) error UpdateObject(context.Context, *Object, *BaseResponse) error GetObject(context.Context, *GetObjectInput, *Object) error DeleteObject(context.Context, *DeleteObjectInput, *BaseResponse) error GetTierMap(context.Context, *BaseRequest, *GetTierMapResponse) error UpdateObjMeta(context.Context, *UpdateObjMetaRequest, *BaseResponse) error GetStorageClasses(context.Context, *BaseRequest, *GetStorageClassesResponse) error GetBackendTypeByTier(context.Context, *GetBackendTypeByTierRequest, *GetBackendTypeByTierResponse) error DeleteBucketLifecycle(context.Context, *DeleteLifecycleInput, *BaseResponse) error UpdateBucket(context.Context, *Bucket, *BaseResponse) error AddUploadRecord(context.Context, *MultipartUploadRecord, *BaseResponse) error DeleteUploadRecord(context.Context, *MultipartUploadRecord, *BaseResponse) error ListUploadRecord(context.Context, *ListMultipartUploadRequest, *ListMultipartUploadResponse) error }
type S3Service ¶
type S3Service interface { ListBuckets(ctx context.Context, in *BaseRequest, opts ...client.CallOption) (*ListBucketsResponse, error) CreateBucket(ctx context.Context, in *Bucket, opts ...client.CallOption) (*BaseResponse, error) DeleteBucket(ctx context.Context, in *Bucket, opts ...client.CallOption) (*BaseResponse, error) GetBucket(ctx context.Context, in *Bucket, opts ...client.CallOption) (*Bucket, error) ListObjects(ctx context.Context, in *ListObjectsRequest, opts ...client.CallOption) (*ListObjectResponse, error) CountObjects(ctx context.Context, in *ListObjectsRequest, opts ...client.CallOption) (*CountObjectsResponse, error) CreateObject(ctx context.Context, in *Object, opts ...client.CallOption) (*BaseResponse, error) UpdateObject(ctx context.Context, in *Object, opts ...client.CallOption) (*BaseResponse, error) GetObject(ctx context.Context, in *GetObjectInput, opts ...client.CallOption) (*Object, error) DeleteObject(ctx context.Context, in *DeleteObjectInput, opts ...client.CallOption) (*BaseResponse, error) GetTierMap(ctx context.Context, in *BaseRequest, opts ...client.CallOption) (*GetTierMapResponse, error) UpdateObjMeta(ctx context.Context, in *UpdateObjMetaRequest, opts ...client.CallOption) (*BaseResponse, error) GetStorageClasses(ctx context.Context, in *BaseRequest, opts ...client.CallOption) (*GetStorageClassesResponse, error) GetBackendTypeByTier(ctx context.Context, in *GetBackendTypeByTierRequest, opts ...client.CallOption) (*GetBackendTypeByTierResponse, error) DeleteBucketLifecycle(ctx context.Context, in *DeleteLifecycleInput, opts ...client.CallOption) (*BaseResponse, error) UpdateBucket(ctx context.Context, in *Bucket, opts ...client.CallOption) (*BaseResponse, error) AddUploadRecord(ctx context.Context, in *MultipartUploadRecord, opts ...client.CallOption) (*BaseResponse, error) DeleteUploadRecord(ctx context.Context, in *MultipartUploadRecord, opts ...client.CallOption) (*BaseResponse, error) ListUploadRecord(ctx context.Context, in *ListMultipartUploadRequest, opts ...client.CallOption) (*ListMultipartUploadResponse, error) }
type ServerSideEncryption ¶
type ServerSideEncryption struct { CryptScheme string `protobuf:"bytes,1,opt,name=cryptScheme,proto3" json:"cryptScheme,omitempty"` Algorithm string `protobuf:"bytes,2,opt,name=algorithm,proto3" json:"algorithm,omitempty"` MasterKeyId string `protobuf:"bytes,3,opt,name=masterKeyId,proto3" json:"masterKeyId,omitempty"` Mandtory bool `protobuf:"varint,4,opt,name=mandtory,proto3" json:"mandtory,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ServerSideEncryption) Descriptor ¶
func (*ServerSideEncryption) Descriptor() ([]byte, []int)
func (*ServerSideEncryption) GetAlgorithm ¶
func (m *ServerSideEncryption) GetAlgorithm() string
func (*ServerSideEncryption) GetCryptScheme ¶
func (m *ServerSideEncryption) GetCryptScheme() string
func (*ServerSideEncryption) GetMandtory ¶
func (m *ServerSideEncryption) GetMandtory() bool
func (*ServerSideEncryption) GetMasterKeyId ¶
func (m *ServerSideEncryption) GetMasterKeyId() string
func (*ServerSideEncryption) ProtoMessage ¶
func (*ServerSideEncryption) ProtoMessage()
func (*ServerSideEncryption) Reset ¶
func (m *ServerSideEncryption) Reset()
func (*ServerSideEncryption) String ¶
func (m *ServerSideEncryption) String() string
func (*ServerSideEncryption) XXX_DiscardUnknown ¶
func (m *ServerSideEncryption) XXX_DiscardUnknown()
func (*ServerSideEncryption) XXX_Marshal ¶
func (m *ServerSideEncryption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ServerSideEncryption) XXX_Merge ¶
func (dst *ServerSideEncryption) XXX_Merge(src proto.Message)
func (*ServerSideEncryption) XXX_Size ¶
func (m *ServerSideEncryption) XXX_Size() int
func (*ServerSideEncryption) XXX_Unmarshal ¶
func (m *ServerSideEncryption) XXX_Unmarshal(b []byte) error
type StorageClass ¶ added in v0.5.2
type StorageClass struct { Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` Tier int32 `protobuf:"varint,2,opt,name=Tier,proto3" json:"Tier,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StorageClass) Descriptor ¶ added in v0.5.2
func (*StorageClass) Descriptor() ([]byte, []int)
func (*StorageClass) GetName ¶ added in v0.5.2
func (m *StorageClass) GetName() string
func (*StorageClass) GetTier ¶ added in v0.5.2
func (m *StorageClass) GetTier() int32
func (*StorageClass) ProtoMessage ¶ added in v0.5.2
func (*StorageClass) ProtoMessage()
func (*StorageClass) Reset ¶ added in v0.5.2
func (m *StorageClass) Reset()
func (*StorageClass) String ¶ added in v0.5.2
func (m *StorageClass) String() string
func (*StorageClass) XXX_DiscardUnknown ¶ added in v0.5.2
func (m *StorageClass) XXX_DiscardUnknown()
func (*StorageClass) XXX_Marshal ¶ added in v0.5.2
func (m *StorageClass) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StorageClass) XXX_Merge ¶ added in v0.5.2
func (dst *StorageClass) XXX_Merge(src proto.Message)
func (*StorageClass) XXX_Size ¶ added in v0.5.2
func (m *StorageClass) XXX_Size() int
func (*StorageClass) XXX_Unmarshal ¶ added in v0.5.2
func (m *StorageClass) XXX_Unmarshal(b []byte) error
type TList ¶ added in v0.5.2
type TList struct { Tier []int32 `protobuf:"varint,1,rep,packed,name=Tier,proto3" json:"Tier,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TList) Descriptor ¶ added in v0.5.2
func (*TList) ProtoMessage ¶ added in v0.5.2
func (*TList) ProtoMessage()
func (*TList) XXX_DiscardUnknown ¶ added in v0.5.2
func (m *TList) XXX_DiscardUnknown()
func (*TList) XXX_Marshal ¶ added in v0.5.2
func (*TList) XXX_Unmarshal ¶ added in v0.5.2
type Tag ¶
type Tag struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Val string `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Tag) Descriptor ¶
func (*Tag) ProtoMessage ¶
func (*Tag) ProtoMessage()
func (*Tag) XXX_DiscardUnknown ¶
func (m *Tag) XXX_DiscardUnknown()
func (*Tag) XXX_Unmarshal ¶
type Tier2ClassName ¶ added in v0.5.2
type Tier2ClassName struct { Lst map[int32]string `` /* 148-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Tier2ClassName) Descriptor ¶ added in v0.5.2
func (*Tier2ClassName) Descriptor() ([]byte, []int)
func (*Tier2ClassName) GetLst ¶ added in v0.5.2
func (m *Tier2ClassName) GetLst() map[int32]string
func (*Tier2ClassName) ProtoMessage ¶ added in v0.5.2
func (*Tier2ClassName) ProtoMessage()
func (*Tier2ClassName) Reset ¶ added in v0.5.2
func (m *Tier2ClassName) Reset()
func (*Tier2ClassName) String ¶ added in v0.5.2
func (m *Tier2ClassName) String() string
func (*Tier2ClassName) XXX_DiscardUnknown ¶ added in v0.5.2
func (m *Tier2ClassName) XXX_DiscardUnknown()
func (*Tier2ClassName) XXX_Marshal ¶ added in v0.5.2
func (m *Tier2ClassName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Tier2ClassName) XXX_Merge ¶ added in v0.5.2
func (dst *Tier2ClassName) XXX_Merge(src proto.Message)
func (*Tier2ClassName) XXX_Size ¶ added in v0.5.2
func (m *Tier2ClassName) XXX_Size() int
func (*Tier2ClassName) XXX_Unmarshal ¶ added in v0.5.2
func (m *Tier2ClassName) XXX_Unmarshal(b []byte) error
type UpdateObjMetaRequest ¶ added in v0.5.2
type UpdateObjMetaRequest struct { ObjKey string `protobuf:"bytes,1,opt,name=ObjKey,proto3" json:"ObjKey,omitempty"` BucketName string `protobuf:"bytes,2,opt,name=BucketName,proto3" json:"BucketName,omitempty"` LastModified int64 `protobuf:"varint,3,opt,name=LastModified,proto3" json:"LastModified,omitempty"` Setting map[string]string `` /* 155-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateObjMetaRequest) Descriptor ¶ added in v0.5.2
func (*UpdateObjMetaRequest) Descriptor() ([]byte, []int)
func (*UpdateObjMetaRequest) GetBucketName ¶ added in v0.5.2
func (m *UpdateObjMetaRequest) GetBucketName() string
func (*UpdateObjMetaRequest) GetLastModified ¶ added in v0.5.3
func (m *UpdateObjMetaRequest) GetLastModified() int64
func (*UpdateObjMetaRequest) GetObjKey ¶ added in v0.5.2
func (m *UpdateObjMetaRequest) GetObjKey() string
func (*UpdateObjMetaRequest) GetSetting ¶ added in v0.5.2
func (m *UpdateObjMetaRequest) GetSetting() map[string]string
func (*UpdateObjMetaRequest) ProtoMessage ¶ added in v0.5.2
func (*UpdateObjMetaRequest) ProtoMessage()
func (*UpdateObjMetaRequest) Reset ¶ added in v0.5.2
func (m *UpdateObjMetaRequest) Reset()
func (*UpdateObjMetaRequest) String ¶ added in v0.5.2
func (m *UpdateObjMetaRequest) String() string
func (*UpdateObjMetaRequest) XXX_DiscardUnknown ¶ added in v0.5.2
func (m *UpdateObjMetaRequest) XXX_DiscardUnknown()
func (*UpdateObjMetaRequest) XXX_Marshal ¶ added in v0.5.2
func (m *UpdateObjMetaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateObjMetaRequest) XXX_Merge ¶ added in v0.5.2
func (dst *UpdateObjMetaRequest) XXX_Merge(src proto.Message)
func (*UpdateObjMetaRequest) XXX_Size ¶ added in v0.5.2
func (m *UpdateObjMetaRequest) XXX_Size() int
func (*UpdateObjMetaRequest) XXX_Unmarshal ¶ added in v0.5.2
func (m *UpdateObjMetaRequest) XXX_Unmarshal(b []byte) error
type Version ¶
type Version struct { Versionid string `protobuf:"bytes,1,opt,name=versionid,proto3" json:"versionid,omitempty"` Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"` IsLatest string `protobuf:"bytes,3,opt,name=isLatest,proto3" json:"isLatest,omitempty"` LastModified int64 `protobuf:"varint,4,opt,name=lastModified,proto3" json:"lastModified,omitempty"` Size int64 `protobuf:"varint,5,opt,name=size,proto3" json:"size,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Version) Descriptor ¶
func (*Version) GetIsLatest ¶
func (*Version) GetLastModified ¶
func (*Version) GetVersionid ¶
func (*Version) ProtoMessage ¶
func (*Version) ProtoMessage()
func (*Version) XXX_DiscardUnknown ¶
func (m *Version) XXX_DiscardUnknown()
func (*Version) XXX_Marshal ¶
func (*Version) XXX_Unmarshal ¶
type VersioningConfiguration ¶
type VersioningConfiguration struct { Status string `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"` MfaDelete string `protobuf:"bytes,2,opt,name=MfaDelete,proto3" json:"MfaDelete,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*VersioningConfiguration) Descriptor ¶
func (*VersioningConfiguration) Descriptor() ([]byte, []int)
func (*VersioningConfiguration) GetMfaDelete ¶
func (m *VersioningConfiguration) GetMfaDelete() string
func (*VersioningConfiguration) GetStatus ¶
func (m *VersioningConfiguration) GetStatus() string
func (*VersioningConfiguration) ProtoMessage ¶
func (*VersioningConfiguration) ProtoMessage()
func (*VersioningConfiguration) Reset ¶
func (m *VersioningConfiguration) Reset()
func (*VersioningConfiguration) String ¶
func (m *VersioningConfiguration) String() string
func (*VersioningConfiguration) XXX_DiscardUnknown ¶
func (m *VersioningConfiguration) XXX_DiscardUnknown()
func (*VersioningConfiguration) XXX_Marshal ¶
func (m *VersioningConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VersioningConfiguration) XXX_Merge ¶
func (dst *VersioningConfiguration) XXX_Merge(src proto.Message)
func (*VersioningConfiguration) XXX_Size ¶
func (m *VersioningConfiguration) XXX_Size() int
func (*VersioningConfiguration) XXX_Unmarshal ¶
func (m *VersioningConfiguration) XXX_Unmarshal(b []byte) error
type WebsiteConfiguration ¶
type WebsiteConfiguration struct { IndexDocument string `protobuf:"bytes,1,opt,name=indexDocument,proto3" json:"indexDocument,omitempty"` ErrorDocument string `protobuf:"bytes,2,opt,name=errorDocument,proto3" json:"errorDocument,omitempty"` RedirectAllRequestsTo *RedirectAllRequestsTo `protobuf:"bytes,3,opt,name=redirectAllRequestsTo,proto3" json:"redirectAllRequestsTo,omitempty"` RoutingRules []*RoutingRules `protobuf:"bytes,4,rep,name=routingRules,proto3" json:"routingRules,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WebsiteConfiguration) Descriptor ¶
func (*WebsiteConfiguration) Descriptor() ([]byte, []int)
func (*WebsiteConfiguration) GetErrorDocument ¶
func (m *WebsiteConfiguration) GetErrorDocument() string
func (*WebsiteConfiguration) GetIndexDocument ¶
func (m *WebsiteConfiguration) GetIndexDocument() string
func (*WebsiteConfiguration) GetRedirectAllRequestsTo ¶
func (m *WebsiteConfiguration) GetRedirectAllRequestsTo() *RedirectAllRequestsTo
func (*WebsiteConfiguration) GetRoutingRules ¶
func (m *WebsiteConfiguration) GetRoutingRules() []*RoutingRules
func (*WebsiteConfiguration) ProtoMessage ¶
func (*WebsiteConfiguration) ProtoMessage()
func (*WebsiteConfiguration) Reset ¶
func (m *WebsiteConfiguration) Reset()
func (*WebsiteConfiguration) String ¶
func (m *WebsiteConfiguration) String() string
func (*WebsiteConfiguration) XXX_DiscardUnknown ¶
func (m *WebsiteConfiguration) XXX_DiscardUnknown()
func (*WebsiteConfiguration) XXX_Marshal ¶
func (m *WebsiteConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WebsiteConfiguration) XXX_Merge ¶
func (dst *WebsiteConfiguration) XXX_Merge(src proto.Message)
func (*WebsiteConfiguration) XXX_Size ¶
func (m *WebsiteConfiguration) XXX_Size() int
func (*WebsiteConfiguration) XXX_Unmarshal ¶
func (m *WebsiteConfiguration) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.