feat: clear comments

This commit is contained in:
Urko 2023-07-18 19:03:07 +02:00
parent 75d9afe852
commit 35264de429
1 changed files with 0 additions and 2 deletions

View File

@ -342,8 +342,6 @@ func (b *BackBalze) CleanUp(ctx context.Context, cancel context.CancelFunc) erro
smpl.Set("account", b.bbID)
smpl.Set("key", b.bbKey)
smpl.Set("chunk_size", strconv.FormatInt(int64(9600), 10))
// f, err := rcloneb2.NewFs(ctx, "B2", "B2:"+d.dir(), cfg)
f, err := rcloneb2.NewFs(ctx, "B2", d.dir(), smpl)
if err != nil {
return fmt.Errorf("rclonefs.NewFs %w", err)