Documentation ¶
Index ¶
- func NewAWSRemoteURL(config *aws.Config, presignDuration time.Duration) interfaces.RemoteURLInterface
- func NewGCPRemoteURL(signingPrincipal string, signDuration time.Duration) interfaces.RemoteURLInterface
- func NewNoopRemoteURL(remoteDataStoreClient storage.DataStore) interfaces.RemoteURLInterface
- type AWSRemoteURL
- type AWSS3Object
- type GCPGCSObject
- type GCPRemoteURL
- type NoopRemoteURL
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAWSRemoteURL ¶
func NewAWSRemoteURL(config *aws.Config, presignDuration time.Duration) interfaces.RemoteURLInterface
func NewGCPRemoteURL ¶
func NewGCPRemoteURL(signingPrincipal string, signDuration time.Duration) interfaces.RemoteURLInterface
func NewNoopRemoteURL ¶
func NewNoopRemoteURL(remoteDataStoreClient storage.DataStore) interfaces.RemoteURLInterface
Types ¶
type AWSRemoteURL ¶
type AWSRemoteURL struct {
// contains filtered or unexported fields
}
AWS-specific implementation of RemoteURLInterface
type AWSS3Object ¶
type AWSS3Object struct {
// contains filtered or unexported fields
}
type GCPGCSObject ¶
type GCPGCSObject struct {
// contains filtered or unexported fields
}
type GCPRemoteURL ¶
type GCPRemoteURL struct {
// contains filtered or unexported fields
}
GCP-specific implementation of RemoteURLInterface
Click to show internal directories.
Click to hide internal directories.