Browse Source
Merge pull request #94 from agin719/cos-v4-dev
fix bucket lifecycle
tags/v0.7.14
agin719
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
bucket_lifecycle.go
|
|
@ -26,7 +26,7 @@ type BucketLifecycleTransition struct { |
|
|
|
|
|
|
|
// BucketLifecycleAbortIncompleteMultipartUpload is the param of BucketLifecycleRule
|
|
|
|
type BucketLifecycleAbortIncompleteMultipartUpload struct { |
|
|
|
DaysAfterInitiation string `xml:"DaysAfterInititation,omitempty"` |
|
|
|
DaysAfterInitiation int `xml:"DaysAfterInitiation,omitempty"` |
|
|
|
} |
|
|
|
|
|
|
|
// BucketLifecycleRule is the rule of BucketLifecycle
|
|
|
|