Documentation
¶
Overview ¶
Package sync provides functionalities to synchronize data between different storage providers
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Synchronizer ¶
type Synchronizer struct {
// contains filtered or unexported fields
}
func NewSynchronizer ¶
func (*Synchronizer) SyncBuckets ¶
func (s *Synchronizer) SyncBuckets(ctx context.Context, mapping config.BucketMapping, logger *slog.Logger) error
SyncBuckets synchronizes a specific mapping between buckets
Click to show internal directories.
Click to hide internal directories.