Skip to content

Commit

Permalink
fix: fix aws s3 get - debug3
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 committed May 21, 2023
1 parent 74fb562 commit 98f891e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,6 @@ func getClient(obj *object.FileObject) (storageClient, error) {
azureStorage.ConfigAccount: storageCfg.AzureAccount,
azureStorage.ConfigKey: storageCfg.AzureKey,
}
default:
return storageClient{}, fmt.Errorf("unknown kind %s", storageCfg.Kind)

}

Expand Down

0 comments on commit 98f891e

Please sign in to comment.