{"id":64642,"library":"graymeta-stow","title":"Stow","description":"An abstraction layer for cloud storage services, providing a unified API.","status":"active","version":"0.2.8","language":"go","source_language":null,"source_url":"https://github.com/graymeta/stow","tags":["cloud","storage","s3","abstraction"],"install":[{"cmd":"go get github.com/graymeta/stow","lang":"bash","label":"Install github.com/graymeta/stow"}],"dependencies":[],"imports":[{"symbol":"stow","correct":"github.com/graymeta/stow"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/graymeta/stow\"\n\t_ \"github.com/graymeta/stow/s3\"\n)\n\nfunc main() {\n\tloc, err := stow.Dial(\"s3\", stow.ConfigMap{\n\t\t\"access_key_id\":     \"...\",\n\t\t\"secret_access_key\": \"...\",\n\t\t\"region\":            \"us-east-1\",\n\t})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(loc)\n}","lang":"go","description":"Connect to an S3-compatible cloud storage service."},"warnings":[],"env_vars":null,"search_vec":"'abstract':3,16 'api':12 'cloud':6,13 'layer':4 'provid':9 's3':15 'servic':8 'storag':7,14 'stow':1 'unifi':11","created_at":"2026-06-17T16:58:28.047242+00:00","updated_at":"2026-06-17T16:58:28.047242+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/graymeta/stow","github":"https://github.com/graymeta/stow","docs":"https://pkg.go.dev/github.com/graymeta/stow#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cloud"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}