Documentation
¶
Overview ¶
Package qingstor provided support for qingstor object storage (https://www.qingcloud.com/products/qingstor/)
Code generated by go generate via cmd/definitions; DO NOT EDIT.
Index ¶
- Constants
- Variables
- func IsBucketNameValid(s string) bool
- func New(pairs ...typ.Pair) (typ.Servicer, typ.Storager, error)
- func NewServicer(pairs ...typ.Pair) (typ.Servicer, error)
- func NewStorager(pairs ...typ.Pair) (typ.Storager, error)
- func WithCopySourceEncryptionCustomerAlgorithm(v string) Pair
- func WithCopySourceEncryptionCustomerKey(v []byte) Pair
- func WithDefaultServicePairs(v DefaultServicePairs) Pair
- func WithDefaultStoragePairs(v DefaultStoragePairs) Pair
- func WithDisableURICleaning() Pair
- func WithEnableVirtualDir() Pair
- func WithEnableVirtualLink() Pair
- func WithEncryptionCustomerAlgorithm(v string) Pair
- func WithEncryptionCustomerKey(v []byte) Pair
- func WithServiceFeatures(v ServiceFeatures) Pair
- func WithStorageClass(v string) Pair
- func WithStorageFeatures(v StorageFeatures) Pair
- type DefaultServicePairs
- type DefaultStoragePairs
- type ObjectSystemMetadata
- type Service
- func (s *Service) Create(name string, pairs ...Pair) (store Storager, err error)
- func (s *Service) CreateWithContext(ctx context.Context, name string, pairs ...Pair) (store Storager, err error)
- func (s *Service) Delete(name string, pairs ...Pair) (err error)
- func (s *Service) DeleteWithContext(ctx context.Context, name string, pairs ...Pair) (err error)
- func (s *Service) Get(name string, pairs ...Pair) (store Storager, err error)
- func (s *Service) GetWithContext(ctx context.Context, name string, pairs ...Pair) (store Storager, err error)
- func (s *Service) List(pairs ...Pair) (sti *StoragerIterator, err error)
- func (s *Service) ListWithContext(ctx context.Context, pairs ...Pair) (sti *StoragerIterator, err error)
- func (s *Service) String() string
- type ServiceFeatures
- type Storage
- func (s *Storage) CommitAppend(o *Object, pairs ...Pair) (err error)
- func (s *Storage) CommitAppendWithContext(ctx context.Context, o *Object, pairs ...Pair) (err error)
- func (s *Storage) CompleteMultipart(o *Object, parts []*Part, pairs ...Pair) (err error)
- func (s *Storage) CompleteMultipartWithContext(ctx context.Context, o *Object, parts []*Part, pairs ...Pair) (err error)
- func (s *Storage) Copy(src string, dst string, pairs ...Pair) (err error)
- func (s *Storage) CopyWithContext(ctx context.Context, src string, dst string, pairs ...Pair) (err error)
- func (s *Storage) Create(path string, pairs ...Pair) (o *Object)
- func (s *Storage) CreateAppend(path string, pairs ...Pair) (o *Object, err error)
- func (s *Storage) CreateAppendWithContext(ctx context.Context, path string, pairs ...Pair) (o *Object, err error)
- func (s *Storage) CreateDir(path string, pairs ...Pair) (o *Object, err error)
- func (s *Storage) CreateDirWithContext(ctx context.Context, path string, pairs ...Pair) (o *Object, err error)
- func (s *Storage) CreateLink(path string, target string, pairs ...Pair) (o *Object, err error)
- func (s *Storage) CreateLinkWithContext(ctx context.Context, path string, target string, pairs ...Pair) (o *Object, err error)
- func (s *Storage) CreateMultipart(path string, pairs ...Pair) (o *Object, err error)
- func (s *Storage) CreateMultipartWithContext(ctx context.Context, path string, pairs ...Pair) (o *Object, err error)
- func (s *Storage) Delete(path string, pairs ...Pair) (err error)
- func (s *Storage) DeleteWithContext(ctx context.Context, path string, pairs ...Pair) (err error)
- func (s *Storage) Fetch(path string, url string, pairs ...Pair) (err error)
- func (s *Storage) FetchWithContext(ctx context.Context, path string, url string, pairs ...Pair) (err error)
- func (s *Storage) List(path string, pairs ...Pair) (oi *ObjectIterator, err error)
- func (s *Storage) ListMultipart(o *Object, pairs ...Pair) (pi *PartIterator, err error)
- func (s *Storage) ListMultipartWithContext(ctx context.Context, o *Object, pairs ...Pair) (pi *PartIterator, err error)
- func (s *Storage) ListWithContext(ctx context.Context, path string, pairs ...Pair) (oi *ObjectIterator, err error)
- func (s *Storage) Metadata(pairs ...Pair) (meta *StorageMeta)
- func (s *Storage) Move(src string, dst string, pairs ...Pair) (err error)
- func (s *Storage) MoveWithContext(ctx context.Context, src string, dst string, pairs ...Pair) (err error)
- func (s *Storage) QuerySignHTTPDelete(path string, expire time.Duration, pairs ...Pair) (req *http.Request, err error)
- func (s *Storage) QuerySignHTTPDeleteWithContext(ctx context.Context, path string, expire time.Duration, pairs ...Pair) (req *http.Request, err error)
- func (s *Storage) QuerySignHTTPRead(path string, expire time.Duration, pairs ...Pair) (req *http.Request, err error)
- func (s *Storage) QuerySignHTTPReadWithContext(ctx context.Context, path string, expire time.Duration, pairs ...Pair) (req *http.Request, err error)
- func (s *Storage) QuerySignHTTPWrite(path string, size int64, expire time.Duration, pairs ...Pair) (req *http.Request, err error)
- func (s *Storage) QuerySignHTTPWriteWithContext(ctx context.Context, path string, size int64, expire time.Duration, ...) (req *http.Request, err error)
- func (s *Storage) Reach(path string, pairs ...Pair) (url string, err error)
- func (s *Storage) ReachWithContext(ctx context.Context, path string, pairs ...Pair) (url string, err error)
- func (s *Storage) Read(path string, w io.Writer, pairs ...Pair) (n int64, err error)
- func (s *Storage) ReadWithContext(ctx context.Context, path string, w io.Writer, pairs ...Pair) (n int64, err error)
- func (s *Storage) Stat(path string, pairs ...Pair) (o *Object, err error)
- func (s *Storage) StatWithContext(ctx context.Context, path string, pairs ...Pair) (o *Object, err error)
- func (s *Storage) String() string
- func (s *Storage) Write(path string, r io.Reader, size int64, pairs ...Pair) (n int64, err error)
- func (s *Storage) WriteAppend(o *Object, r io.Reader, size int64, pairs ...Pair) (n int64, err error)
- func (s *Storage) WriteAppendWithContext(ctx context.Context, o *Object, r io.Reader, size int64, pairs ...Pair) (n int64, err error)
- func (s *Storage) WriteMultipart(o *Object, r io.Reader, size int64, index int, pairs ...Pair) (n int64, part *Part, err error)
- func (s *Storage) WriteMultipartWithContext(ctx context.Context, o *Object, r io.Reader, size int64, index int, ...) (n int64, part *Part, err error)
- func (s *Storage) WriteWithContext(ctx context.Context, path string, r io.Reader, size int64, pairs ...Pair) (n int64, err error)
- type StorageFeatures
- type StorageSystemMetadata
Examples ¶
Constants ¶
const ( StorageClassStandard = "STANDARD" StorageClassStandardIA = "STANDARD_IA" )
All available storage classes are listed here.
const (
SseCustomerAlgorithmAes256 = "AES256"
)
All available SSE customer algorithms are listed here.
const Type = "qingstor"
Type is the type for qingstor
Variables ¶
var ( // ErrBucketNameInvalid will be returned while bucket name is invalid. ErrBucketNameInvalid = services.NewErrorCode("invalid bucket name") // ErrWorkDirInvalid will be returned while work dir is invalid. // Work dir must start and end with only one '/' ErrWorkDirInvalid = services.NewErrorCode("invalid work dir") // ErrEncryptionCustomerKeyInvalid will be returned while encryption customer key is invalid. // Encryption key must be a 32-byte AES-256 key. ErrEncryptionCustomerKeyInvalid = services.NewErrorCode("invalid encryption customer key") // ErrAppendNextPositionEmpty will be returned while next append position is empty. ErrAppendNextPositionEmpty = services.NewErrorCode("next append position is empty") // ErrPartNumberInvalid will be returned while part number is out of range [0, 10000] when uploading multipart. ErrPartNumberInvalid = services.NewErrorCode("part number is out of range [0, 10000]") )
Functions ¶
func IsBucketNameValid ¶
IsBucketNameValid will check whether given string is a valid bucket name.
func New ¶
New will create both Servicer and Storager.
Example ¶
_, _, err := New( pairs.WithCredential( credential.NewHmac("test_access_key", "test_secret_key").String(), ), ) if err != nil { log.Printf("service init failed: %v", err) }
Output:
func NewServicer ¶
NewServicer will create Servicer only.
func NewStorager ¶
NewStorager will create Storager only.
func WithCopySourceEncryptionCustomerAlgorithm ¶
func WithCopySourceEncryptionCustomerAlgorithm(v string) Pair
WithCopySourceEncryptionCustomerAlgorithm will apply copy_source_encryption_customer_algorithm value to Options.
is the encryption algorithm for the source object. Only AES256 is supported now.
func WithCopySourceEncryptionCustomerKey ¶
func WithCopySourceEncryptionCustomerKey(v []byte) Pair
WithCopySourceEncryptionCustomerKey will apply copy_source_encryption_customer_key value to Options.
is the customer-provided encryption key for the source object. For AES256 keys, the plaintext must be 32 bytes long.
func WithDefaultServicePairs ¶
func WithDefaultServicePairs(v DefaultServicePairs) Pair
WithDefaultServicePairs will apply default_service_pairs value to Options.
set default pairs for service actions
func WithDefaultStoragePairs ¶
func WithDefaultStoragePairs(v DefaultStoragePairs) Pair
WithDefaultStoragePairs will apply default_storage_pairs value to Options.
set default pairs for storager actions
func WithDisableURICleaning ¶
func WithDisableURICleaning() Pair
WithDisableURICleaning will apply disable_uri_cleaning value to Options.
func WithEnableVirtualDir ¶
func WithEnableVirtualDir() Pair
WithEnableVirtualDir will apply enable_virtual_dir value to Options.
virtual_dir feature is designed for a service that doesn't have native dir support but wants to provide simulated operations.
- If this feature is disabled (the default behavior), the service will behave like it doesn't have any dir support. - If this feature is enabled, the service will support simulated dir behavior in create_dir, create, list, delete, and so on.
This feature was introduced in GSP-109.
func WithEnableVirtualLink ¶
func WithEnableVirtualLink() Pair
WithEnableVirtualLink will apply enable_virtual_link value to Options.
virtual_link feature is designed for a service that doesn't have native support for link.
- If this feature is enabled, the service will run compatible mode: create link via native methods, but allow read link from old-style link object. - If this feature is not enabled, the service will run in native as other service.
This feature was introduced in GSP-86.
func WithEncryptionCustomerAlgorithm ¶
func WithEncryptionCustomerAlgorithm(v string) Pair
WithEncryptionCustomerAlgorithm will apply encryption_customer_algorithm value to Options.
specifies the encryption algorithm. Only AES256 is supported now.
func WithEncryptionCustomerKey ¶
func WithEncryptionCustomerKey(v []byte) Pair
WithEncryptionCustomerKey will apply encryption_customer_key value to Options.
is the customer-provided encryption key. For AES256 keys, the plaintext must be 32 bytes long.
func WithServiceFeatures ¶
func WithServiceFeatures(v ServiceFeatures) Pair
WithServiceFeatures will apply service_features value to Options.
set service features
func WithStorageClass ¶
func WithStorageClass(v string) Pair
WithStorageClass will apply storage_class value to Options.
func WithStorageFeatures ¶
func WithStorageFeatures(v StorageFeatures) Pair
WithStorageFeatures will apply storage_features value to Options.
set storage features
Types ¶
type DefaultServicePairs ¶
type DefaultServicePairs struct { Create []Pair Delete []Pair Get []Pair List []Pair }
DefaultServicePairs is default pairs for specific action
type DefaultStoragePairs ¶
type DefaultStoragePairs struct { CommitAppend []Pair CompleteMultipart []Pair Copy []Pair Create []Pair CreateAppend []Pair CreateDir []Pair CreateLink []Pair CreateMultipart []Pair Delete []Pair Fetch []Pair List []Pair ListMultipart []Pair Metadata []Pair Move []Pair QuerySignHTTPDelete []Pair QuerySignHTTPRead []Pair QuerySignHTTPWrite []Pair Reach []Pair Read []Pair Stat []Pair Write []Pair WriteAppend []Pair WriteMultipart []Pair }
DefaultStoragePairs is default pairs for specific action
type ObjectSystemMetadata ¶
ObjectSystemMetadata stores system metadata for object.
func GetObjectSystemMetadata ¶
func GetObjectSystemMetadata(o *Object) ObjectSystemMetadata
GetObjectSystemMetadata will get ObjectSystemMetadata from Object.
- This function should not be called by service implementer. - The returning ObjectServiceMetadata is read only and should not be modified.
type Service ¶
type Service struct { typ.UnimplementedServicer // contains filtered or unexported fields }
Service is the qingstor service config.
func (*Service) CreateWithContext ¶
func (*Service) DeleteWithContext ¶
func (*Service) Get ¶
Example ¶
srv, _, err := New( pairs.WithCredential( credential.NewHmac("test_access_key", "test_secret_key").String(), ), ) if err != nil { log.Printf("service init failed: %v", err) } store, err := srv.Get("bucket_name", pairs.WithLocation("location")) if err != nil { log.Printf("service get bucket failed: %v", err) } log.Printf("%v", store)
Output:
func (*Service) GetWithContext ¶
func (*Service) ListWithContext ¶
type ServiceFeatures ¶
type ServiceFeatures struct { }
type Storage ¶
type Storage struct { typ.UnimplementedStorager typ.UnimplementedCopier typ.UnimplementedFetcher typ.UnimplementedMover typ.UnimplementedMultiparter typ.UnimplementedReacher typ.UnimplementedAppender typ.UnimplementedDirer typ.UnimplementedLinker typ.UnimplementedStorageHTTPSigner // contains filtered or unexported fields }
Storage is the qingstor object storage client.
func (*Storage) CommitAppend ¶
func (*Storage) CommitAppendWithContext ¶
func (*Storage) CompleteMultipart ¶
func (*Storage) CompleteMultipartWithContext ¶
func (*Storage) CopyWithContext ¶
func (*Storage) CreateAppend ¶
func (*Storage) CreateAppendWithContext ¶
func (*Storage) CreateDirWithContext ¶
func (*Storage) CreateLink ¶
func (*Storage) CreateLinkWithContext ¶
func (*Storage) CreateMultipart ¶
func (*Storage) CreateMultipartWithContext ¶
func (*Storage) DeleteWithContext ¶
func (*Storage) FetchWithContext ¶
func (*Storage) ListMultipart ¶
func (*Storage) ListMultipartWithContext ¶
func (*Storage) ListWithContext ¶
func (*Storage) MoveWithContext ¶
func (*Storage) QuerySignHTTPDelete ¶
func (*Storage) QuerySignHTTPDeleteWithContext ¶
func (*Storage) QuerySignHTTPRead ¶
func (*Storage) QuerySignHTTPReadWithContext ¶
func (*Storage) QuerySignHTTPWrite ¶
func (*Storage) QuerySignHTTPWriteWithContext ¶
func (*Storage) ReachWithContext ¶
func (*Storage) ReadWithContext ¶
func (*Storage) StatWithContext ¶
func (*Storage) WriteAppend ¶
func (*Storage) WriteAppendWithContext ¶
func (*Storage) WriteMultipart ¶
func (*Storage) WriteMultipartWithContext ¶
type StorageFeatures ¶
type StorageFeatures struct { // provide simulated operations. // // - If this feature is disabled (the default behavior), the service will behave like it doesn't have // any dir support. // - If this feature is enabled, the service will support simulated dir behavior in create_dir, create, // list, delete, and so on. // // This feature was introduced in GSP-109. VirtualDir bool // virtual_link feature is designed for a service that doesn't have native support for link. // // - If this feature is enabled, the service will run compatible mode: create link via native methods, // but allow read link from old-style link object. // - If this feature is not enabled, the service will run in native as other service. // // This feature was introduced in GSP-86. VirtualLink bool }
type StorageSystemMetadata ¶
StorageSystemMetadata stores system metadata for object.
func GetStorageSystemMetadata ¶
func GetStorageSystemMetadata(s *StorageMeta) StorageSystemMetadata
GetStorageSystemMetadata will get StorageSystemMetadata from Storage.
- This function should not be called by service implementer. - The returning StorageServiceMetadata is read only and should not be modified.