Skip to content

mkogan1/s3_multipart_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. modify main.go with ak, sk, endpoint, bucket 和key
  2. dd if=/dev/urandom of=/tmp/test1.txt bs=1M count=20
    dd if=/dev/urandom of=/tmp/test2.txt bs=1M count=30
    
    or others
  3. install s3cmd add config .s3cfg
  4. go build -o ./s3example ./main.go
  5. bash retry.sh (in case multiple instances should be run in parallel add a objectname suffix arg, ex: bash retry.sh $$)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.7%
  • Shell 11.3%