Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions generator/.DevConfigs/3d12779c-4e5d-4021-9592-7e0060b2fa80.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"services": [
{
"serviceName": "S3",
"type": "patch",
"changeLogMessages": [
"Generate PutBucketOwnershipControls S3 operation"
]
}
]
}
1 change: 1 addition & 0 deletions generator/ServiceClientGeneratorLib/ServiceModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ public List<Operation> S3AllowListOperations
new Operation(this, "CreateBucketMetadataConfiguration",DocumentRoot[OperationsKey]["CreateBucketMetadataConfiguration"]),
new Operation(this, "GetBucketMetadataConfiguration", DocumentRoot[OperationsKey]["GetBucketMetadataConfiguration"]),
new Operation(this, "RenameObject", DocumentRoot[OperationsKey]["RenameObject"]),
new Operation(this, "PutBucketOwnershipControls", DocumentRoot[OperationsKey]["PutBucketOwnershipControls"]),
};
}
return _s3AllowListOperations.Where(operation => operation.data != null).ToList();
Expand Down
7 changes: 7 additions & 0 deletions generator/ServiceModels/s3/s3.customizations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,13 @@
"SourceIfNoneMatch" :{"injectXmlIsSet":["return !string.IsNullOrEmpty(this._sourceIfNoneMatch);"]}
}
]
},
"PutBucketOwnershipControlsRequest":{
"modify":[
{
"ExpectedBucketOwner" :{"injectXmlIsSet":["return !string.IsNullOrEmpty(this._expectedBucketOwner);"]}
}
]
}

},
Expand Down

This file was deleted.

This file was deleted.

141 changes: 0 additions & 141 deletions sdk/src/Services/S3/Custom/Model/PutBucketOwnershipControlsRequest.cs

This file was deleted.

Loading