verify_share

package
v7.25.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2024 License: MIT Imports: 3 Imported by: 1

Documentation

Overview

校验目录分享并提取分享信息

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	ShareId     string                          // 分享 ID
	Token       string                          // 分享 Token
	Credentials credentials.CredentialsProvider // 鉴权参数,用于生成鉴权凭证,如果为空,则使用 HTTPClientOptions 中的 CredentialsProvider
	ExtractCode string                          // 提取码
}

调用 API 所用的请求

func (*Request) MarshalJSON

func (j *Request) MarshalJSON() ([]byte, error)

func (*Request) UnmarshalJSON

func (j *Request) UnmarshalJSON(data []byte) error

type Response

type Response struct {
	Endpoint     string // 空间所用的 S3 域名
	Region       string // 空间所在的 S3 区域 ID
	BucketName   string // 空间名称
	BucketId     string // 空间 ID
	Prefix       string // 被分享的目录路径
	Permission   string // 权限,目前仅支持 READONLY,未来会支持 READWRITE
	Expires      string // 分享过期时间,遵循 ISO8601 风格,使用 UTC 0 时区时间
	FederatedAk  string // S3 STS Access Key
	FederatedSk  string // S3 STS Secret Key
	SessionToken string // S3 STS Session Token
}

获取 API 所用的响应

func (*Response) MarshalJSON

func (j *Response) MarshalJSON() ([]byte, error)

func (*Response) UnmarshalJSON

func (j *Response) UnmarshalJSON(data []byte) error

type VerifiedShareInfo

type VerifiedShareInfo = Response

返回的经过校验的分享信息

type VerifyShareParam added in v7.24.0

type VerifyShareParam = Request

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL