mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-28 03:05:36 +02:00
Address comments part 2
* OpenAPI Mock spec path adjusted * Dropbox FileMetadata reflection refactored * NaturalNumber type added
This commit is contained in:
@@ -227,7 +227,7 @@ func newScript() (*script, error) {
|
||||
AppKey: s.c.DropboxAppKey,
|
||||
AppSecret: s.c.DropboxAppSecret,
|
||||
RemotePath: s.c.DropboxRemotePath,
|
||||
ConcurrencyLevel: s.c.DropboxConcurrencyLevel,
|
||||
ConcurrencyLevel: s.c.DropboxConcurrencyLevel.Int(),
|
||||
}
|
||||
dropboxBackend, err := dropbox.NewStorageBackend(dropboxConfig, logFunc)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user