Documentation
¶
Index ¶
- type Cluster
- func (p *Cluster) CreateBucket(ctx context.Context, name string, public bool, expiration_days int) (string, error)
- func (p *Cluster) PermanentUrl(ctx context.Context, bucket string, object string, title string, ...) (*url.URL, error)
- func (p *Cluster) PresignedUrl(ctx context.Context, bucket string, object string, title string, ...) (*url.URL, error)
- func (p *Cluster) RemoveObject(ctx context.Context, bucket string, object string) error
- func (p *Cluster) Upload(ctx context.Context, bucket string, title string, ttl time.Duration) (*url.URL, string, error)
- type Config
- type Node
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
func (*Cluster) CreateBucket ¶
func (*Cluster) PermanentUrl ¶
func (*Cluster) PresignedUrl ¶
func (*Cluster) RemoveObject ¶
Click to show internal directories.
Click to hide internal directories.