package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Feb 29, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Provider struct {
AccessKeySecret string
}
Provider is the structure definition of a S3 outbound service
Send article to Webhook endpoint.
type ProviderConfig struct {
Endpoint string `json:"endpoint"`
AccessKeyID string `json:"access_key_id"`
Region string `json:"region"`
Bucket string `json:"bucket"`
Format string `json:"format"`
}
ProviderConfig is the structure definition of a S3 configuration
Source Files
¶
Click to show internal directories.
Click to hide internal directories.