Skip to content

David885L2/aws-s3-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

命令行格式

安装依赖

go mod tidy

上传文件

go run main.go -action upload -bucket your-s3-bucket-name -file path/to/your/file -access your-access-key-id -secret your-secret-key -region ap-northeast-1

下载文件

go run main.go -action download -bucket your-s3-bucket-name -file path/to/your/object -output path/to/local/file -access your-access-key-id -secret your-secret-key -region ap-northeast-1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages