Struct: s3.CompletedMultipartUpload

import "../ibm-cos-sdk-go/service/s3"

Overview

The container for the completed multipart upload details.

Implemented Interfaces

s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom

Structure Field Summary collapse

Service Operations collapse

Structure Field Details

Parts []*CompletedPart `locationName:"Part" type:"list" flattened:"true"`

Array of CompletedPart data types.

_ struct{} `type:"structure"`

Method Details

func (s CompletedMultipartUpload) GoString() string

GoString returns the string representation.

API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.



8354
8355
8356
// File 'service/s3/api.go', line 8354

func (s CompletedMultipartUpload) GoString() string { return s.String() }

func (s *CompletedMultipartUpload) SetParts(v []*CompletedPart) *CompletedMultipartUpload

SetParts sets the Parts field’s value.



8359
8360
8361
8362
// File 'service/s3/api.go', line 8359

func (s CompletedMultipartUpload) String() string

String returns the string representation.

API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.



8345
8346
8347
// File 'service/s3/api.go', line 8345

func (s CompletedMultipartUpload) String() string { return awsutil.Prettify(s) }