@@ -167,7 +167,7 @@ func (r bucketLifecycleGetResponseRulesConditionsJSON) RawJSON() string {
167
167
// Transition to abort ongoing multipart uploads
168
168
type BucketLifecycleGetResponseRulesAbortMultipartUploadsTransition struct {
169
169
// Condition for lifecycle transitions to apply after an object reaches an age in
170
- // days
170
+ // seconds
171
171
Condition BucketLifecycleGetResponseRulesAbortMultipartUploadsTransitionCondition `json:"condition"`
172
172
JSON bucketLifecycleGetResponseRulesAbortMultipartUploadsTransitionJSON `json:"-"`
173
173
}
@@ -190,7 +190,7 @@ func (r bucketLifecycleGetResponseRulesAbortMultipartUploadsTransitionJSON) RawJ
190
190
}
191
191
192
192
// Condition for lifecycle transitions to apply after an object reaches an age in
193
- // days
193
+ // seconds
194
194
type BucketLifecycleGetResponseRulesAbortMultipartUploadsTransitionCondition struct {
195
195
MaxAge int64 `json:"maxAge,required"`
196
196
Type BucketLifecycleGetResponseRulesAbortMultipartUploadsTransitionConditionType `json:"type,required"`
@@ -232,7 +232,7 @@ func (r BucketLifecycleGetResponseRulesAbortMultipartUploadsTransitionConditionT
232
232
// Transition to delete objects
233
233
type BucketLifecycleGetResponseRulesDeleteObjectsTransition struct {
234
234
// Condition for lifecycle transitions to apply after an object reaches an age in
235
- // days
235
+ // seconds
236
236
Condition BucketLifecycleGetResponseRulesDeleteObjectsTransitionCondition `json:"condition"`
237
237
JSON bucketLifecycleGetResponseRulesDeleteObjectsTransitionJSON `json:"-"`
238
238
}
@@ -254,7 +254,7 @@ func (r bucketLifecycleGetResponseRulesDeleteObjectsTransitionJSON) RawJSON() st
254
254
}
255
255
256
256
// Condition for lifecycle transitions to apply after an object reaches an age in
257
- // days
257
+ // seconds
258
258
type BucketLifecycleGetResponseRulesDeleteObjectsTransitionCondition struct {
259
259
MaxAge int64 `json:"maxAge"`
260
260
Type BucketLifecycleGetResponseRulesDeleteObjectsTransitionConditionType `json:"type,required"`
@@ -299,7 +299,7 @@ func (r BucketLifecycleGetResponseRulesDeleteObjectsTransitionCondition) AsUnion
299
299
}
300
300
301
301
// Condition for lifecycle transitions to apply after an object reaches an age in
302
- // days
302
+ // seconds
303
303
//
304
304
// Union satisfied by
305
305
// [r2.BucketLifecycleGetResponseRulesDeleteObjectsTransitionConditionR2LifecycleAgeCondition]
@@ -325,7 +325,7 @@ func init() {
325
325
}
326
326
327
327
// Condition for lifecycle transitions to apply after an object reaches an age in
328
- // days
328
+ // seconds
329
329
type BucketLifecycleGetResponseRulesDeleteObjectsTransitionConditionR2LifecycleAgeCondition struct {
330
330
MaxAge int64 `json:"maxAge,required"`
331
331
Type BucketLifecycleGetResponseRulesDeleteObjectsTransitionConditionR2LifecycleAgeConditionType `json:"type,required"`
@@ -426,7 +426,7 @@ func (r BucketLifecycleGetResponseRulesDeleteObjectsTransitionConditionType) IsK
426
426
427
427
type BucketLifecycleGetResponseRulesStorageClassTransition struct {
428
428
// Condition for lifecycle transitions to apply after an object reaches an age in
429
- // days
429
+ // seconds
430
430
Condition BucketLifecycleGetResponseRulesStorageClassTransitionsCondition `json:"condition,required"`
431
431
StorageClass BucketLifecycleGetResponseRulesStorageClassTransitionsStorageClass `json:"storageClass,required"`
432
432
JSON bucketLifecycleGetResponseRulesStorageClassTransitionJSON `json:"-"`
@@ -450,7 +450,7 @@ func (r bucketLifecycleGetResponseRulesStorageClassTransitionJSON) RawJSON() str
450
450
}
451
451
452
452
// Condition for lifecycle transitions to apply after an object reaches an age in
453
- // days
453
+ // seconds
454
454
type BucketLifecycleGetResponseRulesStorageClassTransitionsCondition struct {
455
455
MaxAge int64 `json:"maxAge"`
456
456
Type BucketLifecycleGetResponseRulesStorageClassTransitionsConditionType `json:"type,required"`
@@ -495,7 +495,7 @@ func (r BucketLifecycleGetResponseRulesStorageClassTransitionsCondition) AsUnion
495
495
}
496
496
497
497
// Condition for lifecycle transitions to apply after an object reaches an age in
498
- // days
498
+ // seconds
499
499
//
500
500
// Union satisfied by
501
501
// [r2.BucketLifecycleGetResponseRulesStorageClassTransitionsConditionR2LifecycleAgeCondition]
@@ -521,7 +521,7 @@ func init() {
521
521
}
522
522
523
523
// Condition for lifecycle transitions to apply after an object reaches an age in
524
- // days
524
+ // seconds
525
525
type BucketLifecycleGetResponseRulesStorageClassTransitionsConditionR2LifecycleAgeCondition struct {
526
526
MaxAge int64 `json:"maxAge,required"`
527
527
Type BucketLifecycleGetResponseRulesStorageClassTransitionsConditionR2LifecycleAgeConditionType `json:"type,required"`
@@ -680,7 +680,7 @@ func (r BucketLifecycleUpdateParamsRulesConditions) MarshalJSON() (data []byte,
680
680
// Transition to abort ongoing multipart uploads
681
681
type BucketLifecycleUpdateParamsRulesAbortMultipartUploadsTransition struct {
682
682
// Condition for lifecycle transitions to apply after an object reaches an age in
683
- // days
683
+ // seconds
684
684
Condition param.Field [BucketLifecycleUpdateParamsRulesAbortMultipartUploadsTransitionCondition ] `json:"condition"`
685
685
}
686
686
@@ -689,7 +689,7 @@ func (r BucketLifecycleUpdateParamsRulesAbortMultipartUploadsTransition) Marshal
689
689
}
690
690
691
691
// Condition for lifecycle transitions to apply after an object reaches an age in
692
- // days
692
+ // seconds
693
693
type BucketLifecycleUpdateParamsRulesAbortMultipartUploadsTransitionCondition struct {
694
694
MaxAge param.Field [int64 ] `json:"maxAge,required"`
695
695
Type param.Field [BucketLifecycleUpdateParamsRulesAbortMultipartUploadsTransitionConditionType ] `json:"type,required"`
@@ -716,7 +716,7 @@ func (r BucketLifecycleUpdateParamsRulesAbortMultipartUploadsTransitionCondition
716
716
// Transition to delete objects
717
717
type BucketLifecycleUpdateParamsRulesDeleteObjectsTransition struct {
718
718
// Condition for lifecycle transitions to apply after an object reaches an age in
719
- // days
719
+ // seconds
720
720
Condition param.Field [BucketLifecycleUpdateParamsRulesDeleteObjectsTransitionConditionUnion ] `json:"condition"`
721
721
}
722
722
@@ -725,7 +725,7 @@ func (r BucketLifecycleUpdateParamsRulesDeleteObjectsTransition) MarshalJSON() (
725
725
}
726
726
727
727
// Condition for lifecycle transitions to apply after an object reaches an age in
728
- // days
728
+ // seconds
729
729
type BucketLifecycleUpdateParamsRulesDeleteObjectsTransitionCondition struct {
730
730
MaxAge param.Field [int64 ] `json:"maxAge"`
731
731
Type param.Field [BucketLifecycleUpdateParamsRulesDeleteObjectsTransitionConditionType ] `json:"type,required"`
@@ -740,7 +740,7 @@ func (r BucketLifecycleUpdateParamsRulesDeleteObjectsTransitionCondition) implem
740
740
}
741
741
742
742
// Condition for lifecycle transitions to apply after an object reaches an age in
743
- // days
743
+ // seconds
744
744
//
745
745
// Satisfied by
746
746
// [r2.BucketLifecycleUpdateParamsRulesDeleteObjectsTransitionConditionR2LifecycleAgeCondition],
@@ -751,7 +751,7 @@ type BucketLifecycleUpdateParamsRulesDeleteObjectsTransitionConditionUnion inter
751
751
}
752
752
753
753
// Condition for lifecycle transitions to apply after an object reaches an age in
754
- // days
754
+ // seconds
755
755
type BucketLifecycleUpdateParamsRulesDeleteObjectsTransitionConditionR2LifecycleAgeCondition struct {
756
756
MaxAge param.Field [int64 ] `json:"maxAge,required"`
757
757
Type param.Field [BucketLifecycleUpdateParamsRulesDeleteObjectsTransitionConditionR2LifecycleAgeConditionType ] `json:"type,required"`
@@ -822,7 +822,7 @@ func (r BucketLifecycleUpdateParamsRulesDeleteObjectsTransitionConditionType) Is
822
822
823
823
type BucketLifecycleUpdateParamsRulesStorageClassTransition struct {
824
824
// Condition for lifecycle transitions to apply after an object reaches an age in
825
- // days
825
+ // seconds
826
826
Condition param.Field [BucketLifecycleUpdateParamsRulesStorageClassTransitionsConditionUnion ] `json:"condition,required"`
827
827
StorageClass param.Field [BucketLifecycleUpdateParamsRulesStorageClassTransitionsStorageClass ] `json:"storageClass,required"`
828
828
}
@@ -832,7 +832,7 @@ func (r BucketLifecycleUpdateParamsRulesStorageClassTransition) MarshalJSON() (d
832
832
}
833
833
834
834
// Condition for lifecycle transitions to apply after an object reaches an age in
835
- // days
835
+ // seconds
836
836
type BucketLifecycleUpdateParamsRulesStorageClassTransitionsCondition struct {
837
837
MaxAge param.Field [int64 ] `json:"maxAge"`
838
838
Type param.Field [BucketLifecycleUpdateParamsRulesStorageClassTransitionsConditionType ] `json:"type,required"`
@@ -847,7 +847,7 @@ func (r BucketLifecycleUpdateParamsRulesStorageClassTransitionsCondition) implem
847
847
}
848
848
849
849
// Condition for lifecycle transitions to apply after an object reaches an age in
850
- // days
850
+ // seconds
851
851
//
852
852
// Satisfied by
853
853
// [r2.BucketLifecycleUpdateParamsRulesStorageClassTransitionsConditionR2LifecycleAgeCondition],
@@ -858,7 +858,7 @@ type BucketLifecycleUpdateParamsRulesStorageClassTransitionsConditionUnion inter
858
858
}
859
859
860
860
// Condition for lifecycle transitions to apply after an object reaches an age in
861
- // days
861
+ // seconds
862
862
type BucketLifecycleUpdateParamsRulesStorageClassTransitionsConditionR2LifecycleAgeCondition struct {
863
863
MaxAge param.Field [int64 ] `json:"maxAge,required"`
864
864
Type param.Field [BucketLifecycleUpdateParamsRulesStorageClassTransitionsConditionR2LifecycleAgeConditionType ] `json:"type,required"`
0 commit comments