package storage

import "errors"

var (
	ErrFileNotInBucketTime = errors.New("File is not in the time of the Bucket")
)