retrieve a downloader/uploader from a secret
(ctx context.Context, secretName string)
| 60 | ID() string |
| 61 | // retrieve a downloader/uploader from a secret |
| 62 | FromCredentials(ctx context.Context, secretName string) (UploaderDownloader, error) |
| 63 | // validate and extract credentials from raw json |
| 64 | ValidateAndExtractCredentials(location string, credsJSON []byte) (any, error) |
| 65 | } |
no outgoing calls