Test for dropbox integration

This commit is contained in:
MaxJa4
2023-08-22 20:01:24 +02:00
parent 894608fff4
commit cd49b8c38e
6 changed files with 12857 additions and 8 deletions

View File

@@ -70,6 +70,7 @@ type Config struct {
AzureStorageContainerName string `split_words:"true"`
AzureStoragePath string `split_words:"true"`
AzureStorageEndpoint string `split_words:"true" default:"https://{{ .AccountName }}.blob.core.windows.net/"`
DropboxEndpoint string `split_words:"true" default:"https://api.dropbox.com/"`
DropboxRefreshToken string `split_words:"true"`
DropboxAppKey string `split_words:"true"`
DropboxAppSecret string `split_words:"true"`