~niemeyer/goamz/aws

  • Committer: Gustavo Niemeyer
  • Date: 2011-01-31 23:40:12 UTC
  • Revision ID: gustavo@niemeyer.net-20110131234012-j32jbts6k3fx7p0i
Added the other AWS endpoints for S3 and EC2, and a test ensuring all
of them are alive.  Concurrency is awesome.
Filename Latest Rev Last Changed Committer Comment Size
..
.bzrignore 1 13 years ago Gustavo Niemeyer Adding initial revision to repository. 34 bytes Diff Download File
ec2.go 16 13 years ago Gustavo Niemeyer Documented S3 types and functions. 13.6 KB Diff Download File
ec2_test.go 15 13 years ago Gustavo Niemeyer Documented ec2 functions and types. 15.8 KB Diff Download File
ec2i_test.go 15 13 years ago Gustavo Niemeyer Documented ec2 functions and types. 3.7 KB Diff Download File
export_test.go 8 13 years ago Gustavo Niemeyer Implemented signing of S3 ReST requests. All examp 281 bytes Diff Download File
goamz.go 17 13 years ago Gustavo Niemeyer Added the other AWS endpoints for S3 and EC2, and 1 KB Diff Download File
goamz_test.go 17 13 years ago Gustavo Niemeyer Added the other AWS endpoints for S3 and EC2, and 1.5 KB Diff Download File
Makefile 11 13 years ago Gustavo Niemeyer - S3 put object works. - More suite tweaks. 447 bytes Diff Download File
responses_test.go 14 13 years ago Gustavo Niemeyer - Implemented Get, Put, and Del of objects. - Rich 13.8 KB Diff Download File
s3.go 16 13 years ago Gustavo Niemeyer Documented S3 types and functions. 4.8 KB Diff Download File
s3_test.go 14 13 years ago Gustavo Niemeyer - Implemented Get, Put, and Del of objects. - Rich 3.4 KB Diff Download File
s3i_test.go 14 13 years ago Gustavo Niemeyer - Implemented Get, Put, and Del of objects. - Rich 1.4 KB Diff Download File
sign.go 10 13 years ago Gustavo Niemeyer Additional tweaks preparing for S3 tests. 4.7 KB Diff Download File
sign_test.go 9 13 years ago Gustavo Niemeyer Organizing test suites to fit S3 tests in. 6.2 KB Diff Download File
suite_test.go 13 13 years ago Gustavo Niemeyer Implemented S3.PutBucket and DelBucket. 2.9 KB Diff Download File