go-aws:适用于Go的AWS库

时间:2024-05-27 14:43:15
【文件属性】:

文件名称:go-aws:适用于Go的AWS库

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-27 14:43:15

Go

爬山 go-aws是访问Amazon AWS API的基本高级库。 目前,它仅适用于S3。 入门 首先,使用您的访问密钥ID和密码实例化客户端(您可以从此获取密码): aws_client := aws . New ( "" , "" ) client := aws_client . NewS3 () 然后,您可以上传文件: file_contents , err := ioutil . ReadFile ( file_path ) if err != nil { panic ( "Can't read file" ) } content , response , err := client . Put ( bucket , file_name , content_type , file_contents )


【文件预览】:
go-aws-master
----.travis.yml(13B)
----aws.go(234B)
----s3.go(4KB)
----aws_test.go(2KB)
----README.md(2KB)

网友评论