package
Version:
v0.0.0-...-e9a242d
Opens a new window with list of versions in this module.
Published: Sep 28, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Bucket struct {
Name string `json:"name"`
Region string `json:"region"`
}
type Config struct {
URL string `yaml:"url"`
Region string `yaml:"region"`
Endpoint string `yaml:"endpoint"`
AccessKey string `yaml:"access_key"`
SecretKey string `yaml:"secret_key"`
}
type Message struct {
SchemaVersion string `json:"schema_version"`
FlowName string `json:"flow_name"`
Bucket Bucket `json:"bucket"`
Object Object `json:"object"`
}
type Object struct {
Path string `json:"path"`
FullURL string `json:"full_url"`
SizeInBytes int `json:"size_in_bytes"`
CompressionType string `json:"compression_algorithm,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.