diff options
| author | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2024-07-01 13:04:08 +0200 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2024-07-01 13:04:08 +0200 |
| commit | 21ec57dc4fed205fde1890c0d7531aae6197b3db (patch) | |
| tree | ba3557cf49c9de38b08f612d83c58f21f25ca1fd /doc.go | |
| parent | 0d57c3967c3f81a36fb9f0d48fb59de5a92d2415 (diff) | |
| download | go-schwift-21ec57dc4fed205fde1890c0d7531aae6197b3db.tar.gz | |
Update gophercloud to 2.0.0
Diffstat (limited to 'doc.go')
| -rw-r--r-- | doc.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,14 +24,14 @@ Package schwift is a client library for OpenStack Swift Schwift does not implement authentication (neither Keystone nor Swift v1), but can be plugged into any library that does. The most common choice is -Gophercloud (https://github.com/gophercloud/gophercloud). +Gophercloud (https://github.com/gophercloud/gophercloud/v2). When using Gophercloud, you usually start by obtaining a gophercloud.ServiceClient for Swift like so: import ( - "github.com/gophercloud/gophercloud/openstack" - "github.com/gophercloud/utils/openstack/clientconfig" + "github.com/gophercloud/gophercloud/v2/openstack" + "github.com/gophercloud/utils/v2/openstack/clientconfig" ) //option 1: build a gophercloud.AuthOptions instance yourself |
