Registry / cloud / aws-aws-sdk-go-v2-service-efs

aws-aws-sdk-go-v2-service-efs

JSON →
library1.42.1gogounverified

Package efs provides a Go client for the Amazon Elastic File System (EFS) API.

go get github.com/aws/aws-sdk-go-v2/service/efs
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2-
A
aws-aws-sdk-go-v2-service-efs
cloudgov1.42.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

efs
github.com/aws/aws-sdk-go-v2/service/efs

List EFS file systems

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/service/efs" ) func main() { client := efs.NewFromConfig(cfg) resp, err := client.DescribeFileSystems(context.TODO(), &efs.DescribeFileSystemsInput{}) if err != nil { panic(err) } fmt.Println(resp.FileSystems) }
Debug
Known issues
gotchaRequires AWS credentials configuration
fix
Set AWS_REGION and AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY or use IAM roles
affects: all
Upgrade
Version history
1.42.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Amazon
1
Resources
aws-aws-sdk-go-v2-service-efs — go get aws-aws-sdk-go-v2-service-efs · libregistry