~surma/goamz/put-headers

« back to all changes in this revision

Viewing changes to s3/responses_test.go

  • Committer: Gustavo Niemeyer
  • Date: 2013-02-13 12:30:12 UTC
  • mfrom: (30.1.3 put-all)
  • Revision ID: gustavo@niemeyer.net-20130213123012-pea0pxzgcdw04jbi
Tags: r2013.02.13
s3: Multi.PutAll for auto-chunking and resuming

Bucket.Multi method also added for trivial resume-or-init handling.

R=jameinel, dimitern, rog
CC=
https://codereview.appspot.com/7313081

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
  <Part>
88
88
    <PartNumber>1</PartNumber>
89
89
    <LastModified>2013-01-30T13:45:51.000Z</LastModified>
90
 
    <ETag>&quot;26f90efd10d614f100252ff56d88dad8&quot;</ETag>
91
 
    <Size>8</Size>
 
90
    <ETag>&quot;ffc88b4ca90a355f8ddba6b2c3b2af5c&quot;</ETag>
 
91
    <Size>5</Size>
92
92
  </Part>
93
93
  <Part>
94
94
    <PartNumber>2</PartNumber>
95
95
    <LastModified>2013-01-30T13:45:52.000Z</LastModified>
96
 
    <ETag>&quot;b572ef59bfa4a719fdf2b3c13c583af8&quot;</ETag>
97
 
    <Size>8</Size>
 
96
    <ETag>&quot;d067a0fa9dc61a6e7195ca99696b5a89&quot;</ETag>
 
97
    <Size>5</Size>
98
98
  </Part>
99
99
</ListPartsResult>
100
100
`
121
121
  <Part>
122
122
    <PartNumber>3</PartNumber>
123
123
    <LastModified>2013-01-30T13:46:50.000Z</LastModified>
124
 
    <ETag>&quot;50dbe110509c7952ba70a96587bd7c40&quot;</ETag>
125
 
    <Size>4</Size>
 
124
    <ETag>&quot;49dcd91231f801159e893fb5c6674985&quot;</ETag>
 
125
    <Size>5</Size>
126
126
  </Part>
127
127
</ListPartsResult>
128
128
`