mirror of
https://github.com/restic/restic.git
synced 2025-12-15 18:12:25 +00:00
gs: replace usage of context.Background()
This commit is contained in:
@@ -801,7 +801,7 @@ func create(ctx context.Context, s string, opts options.Options) (restic.Backend
|
||||
case "s3":
|
||||
be, err = s3.Create(ctx, cfg.(s3.Config), rt)
|
||||
case "gs":
|
||||
be, err = gs.Create(cfg.(gs.Config), rt)
|
||||
be, err = gs.Create(ctx, cfg.(gs.Config), rt)
|
||||
case "azure":
|
||||
be, err = azure.Create(ctx, cfg.(azure.Config), rt)
|
||||
case "swift":
|
||||
|
||||
Reference in New Issue
Block a user