aws-sdk-core 2.1.19 → 2.1.20

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 454a11cf15f51f441f688a7a76f49c8c94ff82b3
4
- data.tar.gz: 1f56394ab40f5a1045e069af440f9942030133a6
3
+ metadata.gz: 90b232f483d560b4aff69b5101dc897a1a828456
4
+ data.tar.gz: 51b221f4e6d9e14916b1f40c80801387e0878901
5
5
  SHA512:
6
- metadata.gz: d3a9664f63d9a4fb883b1fbb258cf3cb1bdaa36210f766e2acc9ef5fe248fdd6801715135348b03730f659bcfb7dee69ae0f991bf1d1ee44603c0ba53e3800cb
7
- data.tar.gz: a36a97ee1fe699b938ce4a726bf30a0b3d6eba4e4a4bcd0cfd555bfb4cb315a2c4dc13bc4d1b571e3d614dd2d5fe4f46653860034038e9c1749c5b2a9371535b
6
+ metadata.gz: 21bc311269143cb0c1ac743414c3236f8597e513cfa92787bc4f551d627e1bcbb13d27aa3f89d21653852ba92acd18f89066ba91f0a7b3c15b34c37f118281c0
7
+ data.tar.gz: 0c7ae50ed8140ebcc10481e0eb1c5c1048aba521642dfb4246d37a6260f88b8ded26d5dfcfd2cbdd436361d4cf237efc5217868a4d022c47eb118ccc3c4ff754
@@ -2053,6 +2053,61 @@
2053
2053
  }
2054
2054
  ]
2055
2055
  },
2056
+ "GetContextKeysForCustomPolicy":{
2057
+ "name":"GetContextKeysForCustomPolicy",
2058
+ "http":{
2059
+ "method":"POST",
2060
+ "requestUri":"/"
2061
+ },
2062
+ "input":{"shape":"GetContextKeysForCustomPolicyRequest"},
2063
+ "output":{
2064
+ "shape":"GetContextKeysForPolicyResponse",
2065
+ "resultWrapper":"GetContextKeysForCustomPolicyResult"
2066
+ },
2067
+ "errors":[
2068
+ {
2069
+ "shape":"InvalidInputException",
2070
+ "error":{
2071
+ "code":"InvalidInput",
2072
+ "httpStatusCode":400,
2073
+ "senderFault":true
2074
+ },
2075
+ "exception":true
2076
+ }
2077
+ ]
2078
+ },
2079
+ "GetContextKeysForPrincipalPolicy":{
2080
+ "name":"GetContextKeysForPrincipalPolicy",
2081
+ "http":{
2082
+ "method":"POST",
2083
+ "requestUri":"/"
2084
+ },
2085
+ "input":{"shape":"GetContextKeysForPrincipalPolicyRequest"},
2086
+ "output":{
2087
+ "shape":"GetContextKeysForPolicyResponse",
2088
+ "resultWrapper":"GetContextKeysForPrincipalPolicyResult"
2089
+ },
2090
+ "errors":[
2091
+ {
2092
+ "shape":"NoSuchEntityException",
2093
+ "error":{
2094
+ "code":"NoSuchEntity",
2095
+ "httpStatusCode":404,
2096
+ "senderFault":true
2097
+ },
2098
+ "exception":true
2099
+ },
2100
+ {
2101
+ "shape":"InvalidInputException",
2102
+ "error":{
2103
+ "code":"InvalidInput",
2104
+ "httpStatusCode":400,
2105
+ "senderFault":true
2106
+ },
2107
+ "exception":true
2108
+ }
2109
+ ]
2110
+ },
2056
2111
  "GetCredentialReport":{
2057
2112
  "name":"GetCredentialReport",
2058
2113
  "http":{
@@ -3586,6 +3641,77 @@
3586
3641
  }
3587
3642
  ]
3588
3643
  },
3644
+ "SimulateCustomPolicy":{
3645
+ "name":"SimulateCustomPolicy",
3646
+ "http":{
3647
+ "method":"POST",
3648
+ "requestUri":"/"
3649
+ },
3650
+ "input":{"shape":"SimulateCustomPolicyRequest"},
3651
+ "output":{
3652
+ "shape":"SimulatePolicyResponse",
3653
+ "resultWrapper":"SimulateCustomPolicyResult"
3654
+ },
3655
+ "errors":[
3656
+ {
3657
+ "shape":"InvalidInputException",
3658
+ "error":{
3659
+ "code":"InvalidInput",
3660
+ "httpStatusCode":400,
3661
+ "senderFault":true
3662
+ },
3663
+ "exception":true
3664
+ },
3665
+ {
3666
+ "shape":"PolicyEvaluationException",
3667
+ "error":{
3668
+ "code":"PolicyEvaluation",
3669
+ "httpStatusCode":500
3670
+ },
3671
+ "exception":true
3672
+ }
3673
+ ]
3674
+ },
3675
+ "SimulatePrincipalPolicy":{
3676
+ "name":"SimulatePrincipalPolicy",
3677
+ "http":{
3678
+ "method":"POST",
3679
+ "requestUri":"/"
3680
+ },
3681
+ "input":{"shape":"SimulatePrincipalPolicyRequest"},
3682
+ "output":{
3683
+ "shape":"SimulatePolicyResponse",
3684
+ "resultWrapper":"SimulatePrincipalPolicyResult"
3685
+ },
3686
+ "errors":[
3687
+ {
3688
+ "shape":"NoSuchEntityException",
3689
+ "error":{
3690
+ "code":"NoSuchEntity",
3691
+ "httpStatusCode":404,
3692
+ "senderFault":true
3693
+ },
3694
+ "exception":true
3695
+ },
3696
+ {
3697
+ "shape":"InvalidInputException",
3698
+ "error":{
3699
+ "code":"InvalidInput",
3700
+ "httpStatusCode":400,
3701
+ "senderFault":true
3702
+ },
3703
+ "exception":true
3704
+ },
3705
+ {
3706
+ "shape":"PolicyEvaluationException",
3707
+ "error":{
3708
+ "code":"PolicyEvaluation",
3709
+ "httpStatusCode":500
3710
+ },
3711
+ "exception":true
3712
+ }
3713
+ ]
3714
+ },
3589
3715
  "UpdateAccessKey":{
3590
3716
  "name":"UpdateAccessKey",
3591
3717
  "http":{
@@ -4283,6 +4409,15 @@
4283
4409
  "CreateDate":{"shape":"dateType"}
4284
4410
  }
4285
4411
  },
4412
+ "ActionNameListType":{
4413
+ "type":"list",
4414
+ "member":{"shape":"ActionNameType"}
4415
+ },
4416
+ "ActionNameType":{
4417
+ "type":"string",
4418
+ "min":3,
4419
+ "max":128
4420
+ },
4286
4421
  "AddClientIDToOpenIDConnectProviderRequest":{
4287
4422
  "type":"structure",
4288
4423
  "required":[
@@ -4371,6 +4506,50 @@
4371
4506
  "NewPassword":{"shape":"passwordType"}
4372
4507
  }
4373
4508
  },
4509
+ "ColumnNumber":{"type":"integer"},
4510
+ "ContextEntry":{
4511
+ "type":"structure",
4512
+ "members":{
4513
+ "ContextKeyName":{"shape":"ContextKeyNameType"},
4514
+ "ContextKeyValues":{"shape":"ContextKeyValueListType"},
4515
+ "ContextKeyType":{"shape":"ContextKeyTypeEnum"}
4516
+ }
4517
+ },
4518
+ "ContextEntryListType":{
4519
+ "type":"list",
4520
+ "member":{"shape":"ContextEntry"}
4521
+ },
4522
+ "ContextKeyNameType":{
4523
+ "type":"string",
4524
+ "min":5,
4525
+ "max":256
4526
+ },
4527
+ "ContextKeyNamesResultListType":{
4528
+ "type":"list",
4529
+ "member":{"shape":"ContextKeyNameType"}
4530
+ },
4531
+ "ContextKeyTypeEnum":{
4532
+ "type":"string",
4533
+ "enum":[
4534
+ "string",
4535
+ "stringList",
4536
+ "numeric",
4537
+ "numericList",
4538
+ "boolean",
4539
+ "booleanList",
4540
+ "ip",
4541
+ "ipList",
4542
+ "binary",
4543
+ "binaryList",
4544
+ "date",
4545
+ "dateList"
4546
+ ]
4547
+ },
4548
+ "ContextKeyValueListType":{
4549
+ "type":"list",
4550
+ "member":{"shape":"ContextKeyValueType"}
4551
+ },
4552
+ "ContextKeyValueType":{"type":"string"},
4374
4553
  "CreateAccessKeyRequest":{
4375
4554
  "type":"structure",
4376
4555
  "members":{
@@ -4873,6 +5052,25 @@
4873
5052
  "AWSManagedPolicy"
4874
5053
  ]
4875
5054
  },
5055
+ "EvaluationResult":{
5056
+ "type":"structure",
5057
+ "required":[
5058
+ "EvalActionName",
5059
+ "EvalResourceName",
5060
+ "EvalDecision"
5061
+ ],
5062
+ "members":{
5063
+ "EvalActionName":{"shape":"ActionNameType"},
5064
+ "EvalResourceName":{"shape":"ResourceNameType"},
5065
+ "EvalDecision":{"shape":"PolicyEvaluationDecisionType"},
5066
+ "MatchedStatements":{"shape":"StatementListType"},
5067
+ "MissingContextValues":{"shape":"ContextKeyNamesResultListType"}
5068
+ }
5069
+ },
5070
+ "EvaluationResultsListType":{
5071
+ "type":"list",
5072
+ "member":{"shape":"EvaluationResult"}
5073
+ },
4876
5074
  "GenerateCredentialReportResponse":{
4877
5075
  "type":"structure",
4878
5076
  "members":{
@@ -4926,6 +5124,27 @@
4926
5124
  "SummaryMap":{"shape":"summaryMapType"}
4927
5125
  }
4928
5126
  },
5127
+ "GetContextKeysForCustomPolicyRequest":{
5128
+ "type":"structure",
5129
+ "required":["PolicyInputList"],
5130
+ "members":{
5131
+ "PolicyInputList":{"shape":"SimulationPolicyListType"}
5132
+ }
5133
+ },
5134
+ "GetContextKeysForPolicyResponse":{
5135
+ "type":"structure",
5136
+ "members":{
5137
+ "ContextKeyNames":{"shape":"ContextKeyNamesResultListType"}
5138
+ }
5139
+ },
5140
+ "GetContextKeysForPrincipalPolicyRequest":{
5141
+ "type":"structure",
5142
+ "required":["PolicySourceArn"],
5143
+ "members":{
5144
+ "PolicySourceArn":{"shape":"arnType"},
5145
+ "PolicyInputList":{"shape":"SimulationPolicyListType"}
5146
+ }
5147
+ },
4929
5148
  "GetCredentialReportResponse":{
4930
5149
  "type":"structure",
4931
5150
  "members":{
@@ -5309,6 +5528,7 @@
5309
5528
  },
5310
5529
  "exception":true
5311
5530
  },
5531
+ "LineNumber":{"type":"integer"},
5312
5532
  "ListAccessKeysRequest":{
5313
5533
  "type":"structure",
5314
5534
  "members":{
@@ -5861,6 +6081,25 @@
5861
6081
  "PolicyDocument":{"shape":"policyDocumentType"}
5862
6082
  }
5863
6083
  },
6084
+ "PolicyEvaluationDecisionType":{
6085
+ "type":"string",
6086
+ "enum":[
6087
+ "allowed",
6088
+ "explicitDeny",
6089
+ "implicitDeny"
6090
+ ]
6091
+ },
6092
+ "PolicyEvaluationException":{
6093
+ "type":"structure",
6094
+ "members":{
6095
+ "message":{"shape":"policyEvaluationErrorMessage"}
6096
+ },
6097
+ "error":{
6098
+ "code":"PolicyEvaluation",
6099
+ "httpStatusCode":500
6100
+ },
6101
+ "exception":true
6102
+ },
5864
6103
  "PolicyGroup":{
5865
6104
  "type":"structure",
5866
6105
  "members":{
@@ -5871,6 +6110,7 @@
5871
6110
  "type":"list",
5872
6111
  "member":{"shape":"PolicyGroup"}
5873
6112
  },
6113
+ "PolicyIdentifierType":{"type":"string"},
5874
6114
  "PolicyRole":{
5875
6115
  "type":"structure",
5876
6116
  "members":{
@@ -5881,6 +6121,17 @@
5881
6121
  "type":"list",
5882
6122
  "member":{"shape":"PolicyRole"}
5883
6123
  },
6124
+ "PolicySourceType":{
6125
+ "type":"string",
6126
+ "enum":[
6127
+ "user",
6128
+ "group",
6129
+ "role",
6130
+ "aws-managed",
6131
+ "user-managed",
6132
+ "none"
6133
+ ]
6134
+ },
5884
6135
  "PolicyUser":{
5885
6136
  "type":"structure",
5886
6137
  "members":{
@@ -5900,6 +6151,13 @@
5900
6151
  "CreateDate":{"shape":"dateType"}
5901
6152
  }
5902
6153
  },
6154
+ "Position":{
6155
+ "type":"structure",
6156
+ "members":{
6157
+ "Line":{"shape":"LineNumber"},
6158
+ "Column":{"shape":"ColumnNumber"}
6159
+ }
6160
+ },
5903
6161
  "PutGroupPolicyRequest":{
5904
6162
  "type":"structure",
5905
6163
  "required":[
@@ -5986,6 +6244,15 @@
5986
6244
  "COMPLETE"
5987
6245
  ]
5988
6246
  },
6247
+ "ResourceNameListType":{
6248
+ "type":"list",
6249
+ "member":{"shape":"ResourceNameType"}
6250
+ },
6251
+ "ResourceNameType":{
6252
+ "type":"string",
6253
+ "min":1,
6254
+ "max":2048
6255
+ },
5989
6256
  "ResyncMFADeviceRequest":{
5990
6257
  "type":"structure",
5991
6258
  "required":[
@@ -6160,6 +6427,62 @@
6160
6427
  "UploadDate":{"shape":"dateType"}
6161
6428
  }
6162
6429
  },
6430
+ "SimulateCustomPolicyRequest":{
6431
+ "type":"structure",
6432
+ "required":[
6433
+ "PolicyInputList",
6434
+ "ActionNames"
6435
+ ],
6436
+ "members":{
6437
+ "PolicyInputList":{"shape":"SimulationPolicyListType"},
6438
+ "ActionNames":{"shape":"ActionNameListType"},
6439
+ "ResourceArns":{"shape":"ResourceNameListType"},
6440
+ "ContextEntries":{"shape":"ContextEntryListType"},
6441
+ "MaxItems":{"shape":"maxItemsType"},
6442
+ "Marker":{"shape":"markerType"}
6443
+ }
6444
+ },
6445
+ "SimulatePolicyResponse":{
6446
+ "type":"structure",
6447
+ "members":{
6448
+ "EvaluationResults":{"shape":"EvaluationResultsListType"},
6449
+ "IsTruncated":{"shape":"booleanType"},
6450
+ "Marker":{"shape":"markerType"}
6451
+ }
6452
+ },
6453
+ "SimulatePrincipalPolicyRequest":{
6454
+ "type":"structure",
6455
+ "required":[
6456
+ "PolicySourceArn",
6457
+ "ActionNames"
6458
+ ],
6459
+ "members":{
6460
+ "PolicySourceArn":{"shape":"arnType"},
6461
+ "PolicyInputList":{"shape":"SimulationPolicyListType"},
6462
+ "ActionNames":{"shape":"ActionNameListType"},
6463
+ "ResourceArns":{"shape":"ResourceNameListType"},
6464
+ "ContextEntries":{"shape":"ContextEntryListType"},
6465
+ "MaxItems":{"shape":"maxItemsType"},
6466
+ "Marker":{"shape":"markerType"}
6467
+ }
6468
+ },
6469
+ "SimulationPolicyListType":{
6470
+ "type":"list",
6471
+ "member":{"shape":"policyDocumentType"}
6472
+ },
6473
+ "Statement":{
6474
+ "type":"structure",
6475
+ "members":{
6476
+ "SourcePolicyId":{"shape":"PolicyIdentifierType"},
6477
+ "SourcePolicyType":{"shape":"PolicySourceType"},
6478
+ "StartPosition":{"shape":"Position"},
6479
+ "EndPosition":{"shape":"Position"}
6480
+ }
6481
+ },
6482
+ "StatementListType":{
6483
+ "type":"list",
6484
+ "member":{"shape":"Statement"}
6485
+ },
6163
6486
  "UnrecognizedPublicKeyEncodingException":{
6164
6487
  "type":"structure",
6165
6488
  "members":{
@@ -6617,6 +6940,7 @@
6617
6940
  "type":"list",
6618
6941
  "member":{"shape":"PolicyVersion"}
6619
6942
  },
6943
+ "policyEvaluationErrorMessage":{"type":"string"},
6620
6944
  "policyListType":{
6621
6945
  "type":"list",
6622
6946
  "member":{"shape":"Policy"}
@@ -408,17 +408,17 @@
408
408
  "required":["jobIds"],
409
409
  "members":{
410
410
  "jobIds":{"shape":"JobIdList"},
411
- "name":{"shape":"GenericString"},
412
- "company":{"shape":"GenericString"},
413
- "phoneNumber":{"shape":"GenericString"},
414
- "country":{"shape":"GenericString"},
415
- "stateOrProvince":{"shape":"GenericString"},
416
- "city":{"shape":"GenericString"},
417
- "postalCode":{"shape":"GenericString"},
418
- "street1":{"shape":"GenericString"},
419
- "street2":{"shape":"GenericString"},
420
- "street3":{"shape":"GenericString"},
421
- "APIVersion":{"shape":"GenericString"}
411
+ "name":{"shape":"name"},
412
+ "company":{"shape":"company"},
413
+ "phoneNumber":{"shape":"phoneNumber"},
414
+ "country":{"shape":"country"},
415
+ "stateOrProvince":{"shape":"stateOrProvince"},
416
+ "city":{"shape":"city"},
417
+ "postalCode":{"shape":"postalCode"},
418
+ "street1":{"shape":"street1"},
419
+ "street2":{"shape":"street2"},
420
+ "street3":{"shape":"street3"},
421
+ "APIVersion":{"shape":"APIVersion"}
422
422
  }
423
423
  },
424
424
  "GetShippingLabelOutput":{
@@ -651,6 +651,16 @@
651
651
  }
652
652
  },
653
653
  "ValidateOnly":{"type":"boolean"},
654
- "WarningMessage":{"type":"string"}
654
+ "WarningMessage":{"type":"string"},
655
+ "city":{"type":"string"},
656
+ "company":{"type":"string"},
657
+ "country":{"type":"string"},
658
+ "name":{"type":"string"},
659
+ "phoneNumber":{"type":"string"},
660
+ "postalCode":{"type":"string"},
661
+ "stateOrProvince":{"type":"string"},
662
+ "street1":{"type":"string"},
663
+ "street2":{"type":"string"},
664
+ "street3":{"type":"string"}
655
665
  }
656
666
  }
@@ -321,6 +321,7 @@
321
321
  "Tags":{"shape":"TagMap"}
322
322
  }
323
323
  },
324
+ "ApproximateArrivalTimestamp":{"type":"timestamp"},
324
325
  "BooleanObject":{"type":"boolean"},
325
326
  "CreateStreamInput":{
326
327
  "type":"structure",
@@ -336,7 +337,7 @@
336
337
  "Data":{
337
338
  "type":"blob",
338
339
  "min":0,
339
- "max":51200
340
+ "max":1048576
340
341
  },
341
342
  "DeleteStreamInput":{
342
343
  "type":"structure",
@@ -518,7 +519,8 @@
518
519
  },
519
520
  "PositiveIntegerObject":{
520
521
  "type":"integer",
521
- "min":1
522
+ "min":1,
523
+ "max":100000
522
524
  },
523
525
  "ProvisionedThroughputExceededException":{
524
526
  "type":"structure",
@@ -614,6 +616,7 @@
614
616
  ],
615
617
  "members":{
616
618
  "SequenceNumber":{"shape":"SequenceNumber"},
619
+ "ApproximateArrivalTimestamp":{"shape":"ApproximateArrivalTimestamp"},
617
620
  "Data":{"shape":"Data"},
618
621
  "PartitionKey":{"shape":"PartitionKey"}
619
622
  }
@@ -1733,11 +1733,7 @@
1733
1733
  }
1734
1734
  },
1735
1735
  "VariableName":{"type":"string"},
1736
- "VariableValue":{
1737
- "type":"string",
1738
- "max":1024,
1739
- "pattern":"[a-zA-Z0-9_]*"
1740
- },
1736
+ "VariableValue":{"type":"string"},
1741
1737
  "Verbose":{"type":"boolean"},
1742
1738
  "VipURL":{
1743
1739
  "type":"string",
data/lib/aws-sdk-core.rb CHANGED
@@ -152,9 +152,9 @@ module Aws
152
152
  autoload :RetryErrors, 'aws-sdk-core/plugins/retry_errors'
153
153
  autoload :Route53IdFix, 'aws-sdk-core/plugins/route_53_id_fix'
154
154
  autoload :S3BucketDns, 'aws-sdk-core/plugins/s3_bucket_dns'
155
- autoload :S3CompleteMultipartUploadFix, 'aws-sdk-core/plugins/s3_complete_multipart_upload_fix'
156
155
  autoload :S3Expect100Continue, 'aws-sdk-core/plugins/s3_expect_100_continue'
157
156
  autoload :S3GetBucketLocationFix, 'aws-sdk-core/plugins/s3_get_bucket_location_fix'
157
+ autoload :S3Http200Errors, 'aws-sdk-core/plugins/s3_http_200_errors'
158
158
  autoload :S3LocationConstraint, 'aws-sdk-core/plugins/s3_location_constraint'
159
159
  autoload :S3Md5s, 'aws-sdk-core/plugins/s3_md5s'
160
160
  autoload :S3Redirects, 'aws-sdk-core/plugins/s3_redirects'
@@ -118,7 +118,7 @@ module Aws
118
118
  plugins('s3', add: %w(
119
119
  Aws::Plugins::S3BucketDns
120
120
  Aws::Plugins::S3Expect100Continue
121
- Aws::Plugins::S3CompleteMultipartUploadFix
121
+ Aws::Plugins::S3Http200Errors
122
122
  Aws::Plugins::S3GetBucketLocationFix
123
123
  Aws::Plugins::S3LocationConstraint
124
124
  Aws::Plugins::S3Md5s
@@ -1,6 +1,12 @@
1
1
  module Aws
2
2
  module Plugins
3
- class S3CompleteMultipartUploadFix < Seahorse::Client::Plugin
3
+
4
+ # A handful of Amazon S3 operations will respond with a 200 status
5
+ # code but will send an error in the response body. This plugin
6
+ # injects a handler that will parse 200 response bodies for potential
7
+ # errors, allowing them to be retried.
8
+ # @api private
9
+ class S3Http200Errors < Seahorse::Client::Plugin
4
10
 
5
11
  class Handler < Seahorse::Client::Handler
6
12
 
@@ -26,9 +32,12 @@ module Aws
26
32
  end
27
33
 
28
34
  handler(Handler,
29
- step: :build,
30
- priority: 40,
31
- operations: [:complete_multipart_upload]
35
+ step: :sign,
36
+ operations: [
37
+ :complete_multipart_upload,
38
+ :copy_object,
39
+ :upload_part_copy,
40
+ ]
32
41
  )
33
42
 
34
43
  end
@@ -39,6 +39,9 @@ module Aws
39
39
  # exceeds one week.
40
40
  #
41
41
  def presigned_url(method, params = {})
42
+ if params[:key].nil? or params[:key] == ''
43
+ raise ArgumentError, ":key must not be blank"
44
+ end
42
45
  virtual_host = !!params.delete(:virtual_host)
43
46
  scheme = http_scheme(params, virtual_host)
44
47
 
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.1.19'
2
+ VERSION = '2.1.20'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.19
4
+ version: 2.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-03 00:00:00.000000000 Z
11
+ date: 2015-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -262,9 +262,9 @@ files:
262
262
  - lib/aws-sdk-core/plugins/retry_errors.rb
263
263
  - lib/aws-sdk-core/plugins/route_53_id_fix.rb
264
264
  - lib/aws-sdk-core/plugins/s3_bucket_dns.rb
265
- - lib/aws-sdk-core/plugins/s3_complete_multipart_upload_fix.rb
266
265
  - lib/aws-sdk-core/plugins/s3_expect_100_continue.rb
267
266
  - lib/aws-sdk-core/plugins/s3_get_bucket_location_fix.rb
267
+ - lib/aws-sdk-core/plugins/s3_http_200_errors.rb
268
268
  - lib/aws-sdk-core/plugins/s3_location_constraint.rb
269
269
  - lib/aws-sdk-core/plugins/s3_md5s.rb
270
270
  - lib/aws-sdk-core/plugins/s3_redirects.rb