Documentation
¶
Index ¶
- type AwsCompletedPart
- type Config
- type Service
- func (s *Service) CompleteMultipartUpload(o *bsw.Object, uploadID string, parts []bsw.CompletedPart) error
- func (s *Service) Init(ctx context.Context) error
- func (s *Service) Name() string
- func (s *Service) PreSignGetObjectURL(o *bsw.Object, timeout time.Duration) (string, error)
- func (s *Service) PreSignMultipartObjectURL(o *bsw.Object, timeout time.Duration) ([]string, string, error)
- func (s *Service) PreSignPutObjectURL(o *bsw.Object, timeout time.Duration) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsCompletedPart ¶
type AwsCompletedPart struct { // Entity tag returned when the part was uploaded. ETag string // Part number that identifies the part. This is a positive integer between // 1 and 10,000. PartNumber int64 }
func (*AwsCompletedPart) ETagPtr ¶
func (p *AwsCompletedPart) ETagPtr() *string
func (*AwsCompletedPart) PartNumberPtr ¶
func (p *AwsCompletedPart) PartNumberPtr() *int64
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) CompleteMultipartUpload ¶
func (s *Service) CompleteMultipartUpload(o *bsw.Object, uploadID string, parts []bsw.CompletedPart) error
CompleteMultipartUpload
func (*Service) PreSignGetObjectURL ¶
func (*Service) PreSignMultipartObjectURL ¶
Click to show internal directories.
Click to hide internal directories.