{"id":51780,"library":"ncw-swift","title":"Swift Object Storage Client","description":"Provides an easy to use interface to Swift / Openstack Object Storage / Rackspace Cloud Files, with Container and Object methods.","status":"active","version":"1.0.53","language":"go","source_language":null,"source_url":"https://github.com/ncw/swift","tags":["swift","openstack","object-storage","cloud","storage"],"install":[{"cmd":"go get github.com/ncw/swift","lang":"bash","label":"Install github.com/ncw/swift"}],"dependencies":[],"imports":[{"symbol":"swift","correct":"github.com/ncw/swift"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/ncw/swift\"\n)\n\nfunc main() {\n\tc := swift.Connection{\n\t\tUserName: \"user\",\n\t\tApiKey:   \"key\",\n\t\tAuthUrl:  \"https://auth.example.com\",\n\t}\n\terr := c.Authenticate()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tcontainers, _ := c.ContainerNames(nil)\n\tfmt.Println(containers)\n}","lang":"go","description":"Authenticates to Swift and lists container names."},"warnings":[],"env_vars":null,"search_vec":"'client':4 'cloud':17,29 'contain':20 'easi':7 'file':18 'interfac':10 'method':23 'object':2,14,22,27 'object-storag':26 'openstack':13,25 'provid':5 'rackspac':16 'storag':3,15,28,30 'swift':1,12,24 'use':9","created_at":"2026-06-15T06:29:30.944536+00:00","updated_at":"2026-06-15T06:29:30.944536+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ncw/swift","github":"https://github.com/ncw/swift","docs":"https://pkg.go.dev/github.com/ncw/swift#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cloud","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}