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”.



7231
7232
7233
// File 'service/s3/api.go', line 7231

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

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

SetDaysAfterInitiation sets the DaysAfterInitiation field’s value.



7236
7237
7238
7239
// File 'service/s3/api.go', line 7236

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”.



7222
7223
7224
// File 'service/s3/api.go', line 7222

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