2020-05-11 20:57:46 +02:00
|
|
|
// Copyright (C) 2020 Storj Labs, Inc.
|
|
|
|
// See LICENSE for copying information.
|
|
|
|
|
|
|
|
package expose
|
|
|
|
|
2020-05-29 15:08:11 +02:00
|
|
|
// RequestAccessWithPassphraseAndConcurrency exposes uplink.requestAccessWithPassphraseAndConcurrency.
|
2020-05-11 20:57:46 +02:00
|
|
|
//
|
2020-05-29 15:08:11 +02:00
|
|
|
// func RequestAccessWithPassphraseAndConcurrency(ctx context.Context, config uplink.Config, satelliteNodeURL, apiKey, passphrase string, concurrency uint8) (_ *uplink.Access, err error).
|
2020-05-11 20:57:46 +02:00
|
|
|
var RequestAccessWithPassphraseAndConcurrency interface{}
|
|
|
|
|
2020-05-29 15:08:11 +02:00
|
|
|
// EnablePathEncryptionBypass exposes uplink.enablePathEncryptionBypass.
|
2020-05-11 20:57:46 +02:00
|
|
|
//
|
2020-05-29 15:08:11 +02:00
|
|
|
// func EnablePathEncryptionBypass(access *Access) error.
|
2020-05-11 20:57:46 +02:00
|
|
|
var EnablePathEncryptionBypass interface{}
|