diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2018-05-30 16:45:54 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2018-05-30 16:45:54 +0200 |
| commit | 97bf1aaad66aa180c67bbc375c1f82aca10a5c3a (patch) | |
| tree | 6b3f0b89a0c8de98d6df9514344ab1b06113d015 /capabilities.go | |
| parent | 81732006cfe081371d8a67e47408d4eae7542179 (diff) | |
| download | go-schwift-97bf1aaad66aa180c67bbc375c1f82aca10a5c3a.tar.gz | |
add Capabilities.Symlink
Diffstat (limited to 'capabilities.go')
| -rw-r--r-- | capabilities.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/capabilities.go b/capabilities.go index fab7784..69d6183 100644 --- a/capabilities.go +++ b/capabilities.go @@ -67,6 +67,9 @@ type Capabilities struct { MaximumUploadPartNumber uint `json:"max_upload_part_num"` Version string `json:"version"` } `json:"swift3"` + Symlink *struct { + MaximumLoopCount uint `json:"symloop_max"` + } `json:"symlink"` TempAuth *struct { AccountACLs bool `json:"account_acls"` } `json:"tempauth"` |
