You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Generate PutBucketMetricsConfiguration and add required check for query string parameters (#4101)
* Generate PutBucketMetricsConfiguration and generate check to see if required query string params are set. Remove visitor pattern and move custom logic for putlifecycleconfiguration marshaller to custom partial method
* fix failing unit test for abortmultipartupload
* update expectedbucketowner for pbmcrequest
* Generate GetBucketMetricsConfiguration (#4102)
* Generate PutBucketMetricsConfiguration and generate check to see if required query string params are set. Remove visitor pattern and move custom logic for putlifecycleconfiguration marshaller to custom partial method
* generate getbucketmetricsconfiguration
* fix failing unit test for abortmultipartupload
* fix failing unit test for abortmultipartupload
* update IsSetExpectedBucketOwner
* Generate ListBucketMetricsConfiguration (#4103)
* Generate PutBucketMetricsConfiguration and generate check to see if required query string params are set. Remove visitor pattern and move custom logic for putlifecycleconfiguration marshaller to custom partial method
* Generate ListBucketMetricsConfiguration
* generate getbucketmetricsconfiguration
* fix failing unit test for abortmultipartupload
* fix failing unit test for abortmultipartupload
* update stringIsNullEmpty for string isSet methods
* generate deletebucketmetricsconfiguration (#4104)
* Generate PutBucketMetricsConfiguration and generate check to see if required query string params are set. Remove visitor pattern and move custom logic for putlifecycleconfiguration marshaller to custom partial method
* Generate ListBucketMetricsConfiguration
* generate getbucketmetricsconfiguration
* fix failing unit test for abortmultipartupload
* fix failing unit test for abortmultipartupload
* generate deletebucketmetricsconfiguration
* update stringIsNullEmpty for string isSet methods
* fix IsSet for string properties
* Consolidate DevConfigs
"Add check to see if required query string parameters are set. If not set, then the SDK will throw the generic service level exception."
7
+
]
8
+
},
9
+
"services": [
10
+
{
11
+
"serviceName": "S3",
12
+
"type": "patch",
13
+
"changeLogMessages": [
14
+
"Generate ListBucketMetricsConfigurations.",
15
+
"Generate DeleteBucketMetricsConfiguration.",
16
+
"Generate PutBucketMetricsConfiguration, and add check in marshallers for required query strings. If required members for query strings are not set, the SDK will throw the base service-level exception. This is not a breaking change.",
0 commit comments