Struct: s3.AbortIncompleteMultipartUpload

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

Overview

Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Configuration (docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config) in the Amazon S3 User Guide.

Implemented Interfaces

s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom

Structure Field Summary collapse

Service Operations collapse

Structure Field Details

DaysAfterInitiation *int64 `type:"integer"`

Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.

_ struct{} `type:"structure"`

Method Details

func (s AbortIncompleteMultipartUpload) 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”.



7080
7081
7082
// File 'service/s3/api.go', line 7080

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

func (s *AbortIncompleteMultipartUpload) SetDaysAfterInitiation(v int64) *AbortIncompleteMultipartUpload

SetDaysAfterInitiation sets the DaysAfterInitiation field's value.



7085
7086
7087
7088
// File 'service/s3/api.go', line 7085

func (s *AbortIncompleteMultipartUpload) SetDaysAfterInitiation(v int64) *AbortIncompleteMultipartUpload { s.DaysAfterInitiation = &v return s }

func (s AbortIncompleteMultipartUpload) 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”.



7071
7072
7073
// File 'service/s3/api.go', line 7071

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