Update segment cleanup to support object storage (#2876)
* Add support for S3 cleanup + standardize firing cleanup. Closes #2646 * fix: manually fix post-merge
This commit is contained in:
@@ -8,4 +8,6 @@ type StorageProvider interface {
|
||||
SegmentWritten(localFilePath string)
|
||||
VariantPlaylistWritten(localFilePath string)
|
||||
MasterPlaylistWritten(localFilePath string)
|
||||
|
||||
Cleanup() error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user