Merge branch '13697-database-timeout'
[arvados.git] / sdk / go / arvados / config.go
index 4a7c18b3e06324ab0f37a2a8db54270aedcdc2c9..f1d27b8dcdc5f2b3d79f82273ee38b278b089cb8 100644 (file)
@@ -63,7 +63,6 @@ type WebDAVCacheConfig struct {
        MaxBlockEntries      int
        MaxCollectionEntries int
        MaxCollectionBytes   int64
-       MaxPermissionEntries int
        MaxUUIDEntries       int
        MaxSessions          int
 }
@@ -312,6 +311,7 @@ type S3VolumeDriverParameters struct {
        ReadTimeout        Duration
        RaceWindow         Duration
        UnsafeDelete       bool
+       PrefixLength       int
 }
 
 type AzureVolumeDriverParameters struct {