Add Response for PostPolicyBucketHandler (#1477) (#1483)

This commit is contained in:
Rajiv Makhijani
2016-05-04 15:24:10 -07:00
committed by Harshavardhana
parent dd417e5476
commit 321aefa026
2 changed files with 23 additions and 1 deletions
+15
View File
@@ -194,6 +194,16 @@ type CompleteMultipartUploadResponse struct {
ETag string
}
// PostResponse container for completed post upload response
type PostResponse struct {
XMLName xml.Name `xml:"http://s3.amazonaws.com/doc/2006-03-01/ PostResponse" json:"-"`
Location string
Bucket string
Key string
ETag string
}
// DeleteError structure.
type DeleteError struct {
Code string
@@ -217,6 +227,11 @@ func getLocation(r *http.Request) string {
return r.URL.Path
}
// getObjectLocation gets the relative URL for an object
func getObjectLocation(bucketName string, key string) string {
return "/" + bucketName + "/" + key
}
// takes an array of Bucketmetadata information for serialization
// input:
// array of bucket metadata