aws-sdk-s3 1.89.0 → 1.90.0

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
  SHA256:
3
- metadata.gz: 45e0db7fe593769589489e9cb17f1ede51174ab9be36a8d0d6d542f33416fde4
4
- data.tar.gz: 45a8c14b5864962f8c32c53534b4ea2aca589758e0bccbec781bda283bfff609
3
+ metadata.gz: 3e7f229604fb8ffa169e8d122bdac0e306d1739be124106862024ce5889e10de
4
+ data.tar.gz: 45411e0ddfdfa82c76f867000ee9de584fc52ff05c0a9e4d749f77da1e441854
5
5
  SHA512:
6
- metadata.gz: 7f360edf433428fb6171426ffc404cd0b09f4d75337c24d60dbfb545b469cc3cd9eeebb3a815c23f823047487a5324a445bfeac64571c394e486c9ba6de905de
7
- data.tar.gz: 931f79ee39c5895137a8aa15662d91dfc78b7008be57ac00f1bc58ad9a1ad1ff80e3c052de7a8fdd4879c51f1cabe72536b8ab63f9ec5d59e6c1303fc1c4ad59
6
+ metadata.gz: 7db6575ad201c928df6d8a1ef9d28dd4288f8861cc9dc5f0ba6577d8124cccc0164b658fad130ea87c1607e1e8fe242756e24062e9ce5e2e9e3b73d1305a8d4e
7
+ data.tar.gz: 1bda5b778b9b4fbcdd167a2796341afdc14e73edbfbc835f36f578f9cc35d17c9b1e00259f5809ce7bf783f6f6a11474297744fef256302f0b400ce7ac1a0291
data/CHANGELOG.md ADDED
@@ -0,0 +1,724 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.90.0 (2021-03-08)
5
+ ------------------
6
+
7
+ * Feature - Amazon S3 Documentation updates
8
+
9
+ 1.89.0 (2021-02-26)
10
+ ------------------
11
+
12
+ * Feature - Add RequestPayer to GetObjectTagging and PutObjectTagging.
13
+
14
+ 1.88.2 (2021-02-25)
15
+ ------------------
16
+
17
+ * Issue - Support https in `Object#public_url` for `virtual_host`. (#1389)
18
+
19
+ * Issue - Fix an issue with the IAD regional endpoint plugin removing `us-east-1` from custom endpoints.
20
+
21
+
22
+ 1.88.1 (2021-02-12)
23
+ ------------------
24
+
25
+ * Issue - Fixed an issue with some plugins expecting `#size` to exist on a request body for streaming IO.
26
+
27
+ 1.88.0 (2021-02-02)
28
+ ------------------
29
+
30
+ * Feature - Support PrivateLink using the client `:endpoint` option. This patch has a minor behavioral change: a client constructed using `:use_dualstack_endpoint` or `:use_accelerate_endpoint` and `:endpoint` will now raise an `ArgumentError`.
31
+
32
+ * Issue - Fix a bug where bucket region detection did not work correctly with ARNs.
33
+
34
+ 1.87.0 (2020-12-21)
35
+ ------------------
36
+
37
+ * Feature - Format GetObject's Expires header to be an http-date instead of iso8601
38
+
39
+ 1.86.2 (2020-12-14)
40
+ ------------------
41
+
42
+ * Issue - Use `URI::DEFAULT_PARSER.escape` (an alias for `URI.escape`) in the legacy signer because Ruby 3 removes WEBrick from stdlib.
43
+
44
+ 1.86.1 (2020-12-11)
45
+ ------------------
46
+
47
+ * Issue - Bump minimum KMS dependency. (#2449)
48
+
49
+ 1.86.0 (2020-12-01)
50
+ ------------------
51
+
52
+ * Feature - S3 adds support for multiple-destination replication, option to sync replica modifications; S3 Bucket Keys to reduce cost of S3 SSE with AWS KMS
53
+
54
+ 1.85.0 (2020-11-20)
55
+ ------------------
56
+
57
+ * Feature - Add new documentation regarding automatically generated Content-MD5 headers when using the SDK or CLI.
58
+
59
+ 1.84.1 (2020-11-10)
60
+ ------------------
61
+
62
+ * Issue - Fix presigned urls for Outpost ARNs.
63
+
64
+ 1.84.0 (2020-11-09)
65
+ ------------------
66
+
67
+ * Feature - S3 Intelligent-Tiering adds support for Archive and Deep Archive Access tiers; S3 Replication adds replication metrics and failure notifications, brings feature parity for delete marker replication
68
+
69
+ 1.83.2 (2020-11-06)
70
+ ------------------
71
+
72
+ * Issue - Fix bug with clients not resolving the correct endpoint in `us-east-1` using access point ARNs.
73
+
74
+ 1.83.1 (2020-10-19)
75
+ ------------------
76
+
77
+ * Issue - Fix `multipart_threshold` documentation.
78
+
79
+ 1.83.0 (2020-10-02)
80
+ ------------------
81
+
82
+ * Feature - Amazon S3 Object Ownership is a new S3 feature that enables bucket owners to automatically assume ownership of objects that are uploaded to their buckets by other AWS Accounts.
83
+
84
+ 1.82.0 (2020-09-30)
85
+ ------------------
86
+
87
+ * Feature - Amazon S3 on Outposts expands object storage to on-premises AWS Outposts environments, enabling you to store and retrieve objects using S3 APIs and features.
88
+
89
+ * Feature - Support Outpost Access Point ARNs.
90
+
91
+ 1.81.1 (2020-09-25)
92
+ ------------------
93
+
94
+ * Issue - Ignore `amz-sdk-request` header (used for standard and adaptive retries) in the pre-signer. (#2411)
95
+
96
+ 1.81.0 (2020-09-15)
97
+ ------------------
98
+
99
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
100
+
101
+ 1.80.0 (2020-09-10)
102
+ ------------------
103
+
104
+ * Feature - Bucket owner verification feature added. This feature introduces the x-amz-expected-bucket-owner and x-amz-source-expected-bucket-owner headers.
105
+
106
+ 1.79.1 (2020-08-26)
107
+ ------------------
108
+
109
+ * Issue - Fix `Aws::S3::PresignedPost` using the `use_accelerate_endpoint` option with Resource clients. (#2103)
110
+
111
+ 1.79.0 (2020-08-25)
112
+ ------------------
113
+
114
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
115
+
116
+ 1.78.0 (2020-08-11)
117
+ ------------------
118
+
119
+ * Feature - Add support for in-region CopyObject and UploadPartCopy through S3 Access Points
120
+
121
+ 1.77.0 (2020-08-10)
122
+ ------------------
123
+
124
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
125
+
126
+ * Issue - Fix issue with JRuby and bump minimum version of core.
127
+
128
+ 1.76.0 (2020-08-07)
129
+ ------------------
130
+
131
+ * Feature - Updates Amazon S3 API reference documentation.
132
+
133
+ * Feature - Updates to the Amazon S3 Encryption Client. This change includes fixes for issues that were reported by Sophie Schmieg from the Google ISE team, and for issues that were discovered by AWS Cryptography.
134
+
135
+ 1.75.0 (2020-07-21)
136
+ ------------------
137
+
138
+ * Feature - Add progress_callback to `Object#upload` to support reporting of upload progress. (#648)
139
+
140
+ 1.74.0 (2020-07-08)
141
+ ------------------
142
+
143
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
144
+
145
+ * Feature - Allow the `use_accelerate_endpoint` option to be used with `Aws::S3::PresignedPost`. (#2103)
146
+
147
+ 1.73.0 (2020-07-02)
148
+ ------------------
149
+
150
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
151
+
152
+ 1.72.0 (2020-06-26)
153
+ ------------------
154
+
155
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
156
+
157
+ 1.71.1 (2020-06-25)
158
+ ------------------
159
+
160
+ * Issue - Fix uninitialized constant `Aws::S3::Plugins::RetryableBlockIO::Forwardable` (#2348)
161
+
162
+ 1.71.0 (2020-06-25)
163
+ ------------------
164
+
165
+ * Issue - This version has been yanked. (#2349).
166
+ * Feature - Retry incomplete, streaming responses to `get_object` using the range parameter to avoid re-downloading already processed data (#2326).
167
+ * Issue - Reduce memory usage of `IOEncryptor` and `IODecryptor`.
168
+
169
+ 1.70.0 (2020-06-23)
170
+ ------------------
171
+
172
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
173
+
174
+ 1.69.1 (2020-06-22)
175
+ ------------------
176
+
177
+ * Issue - Add support for user provided encryption context to `EncryptionV2::Client`.
178
+
179
+ 1.69.0 (2020-06-18)
180
+ ------------------
181
+
182
+ * Feature - Add a new version of the S3 Client Side Encryption Client: `EncryptionV2::Client` which supports more modern encryption algorithms.
183
+
184
+ 1.68.1 (2020-06-11)
185
+ ------------------
186
+
187
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
188
+
189
+ 1.68.0 (2020-06-10)
190
+ ------------------
191
+
192
+ * Issue - This version has been yanked. (#2327).
193
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
194
+
195
+ * Feature - Change `:compute_checksums` option to compute checksums only for optional operations when set to true, and no operations when set to false. Operations that require checksums are now modeled with `httpChecksumRequired` and computed automatically in aws-sdk-core.
196
+
197
+ 1.67.1 (2020-06-01)
198
+ ------------------
199
+
200
+ * Issue - Add support for Object.exists? and Waiters for the encryption client.
201
+
202
+ 1.67.0 (2020-05-28)
203
+ ------------------
204
+
205
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
206
+
207
+ 1.66.0 (2020-05-21)
208
+ ------------------
209
+
210
+ * Feature - Deprecates unusable input members bound to Content-MD5 header. Updates example and documentation.
211
+
212
+ 1.65.0 (2020-05-18)
213
+ ------------------
214
+
215
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
216
+
217
+ * Feature - Allow S3 presigner to presign non-object operations such as `list_objects`.
218
+
219
+ 1.64.0 (2020-05-07)
220
+ ------------------
221
+
222
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
223
+
224
+ 1.63.1 (2020-05-04)
225
+ ------------------
226
+
227
+ * Issue - Handle copy_object, complete_multipart_upload, and upload_part_copy http responses with 200 OK and incomplete bodies as errors.
228
+
229
+ 1.63.0 (2020-04-22)
230
+ ------------------
231
+
232
+ * Feature - Add `presigned_request` method to the `Presigner` class. This method returns a URL and headers necessary rather than hoisting them onto the query string.
233
+ * Feature - Force HTTPS when using `virtual_host: true` on the `Presigner` class.
234
+
235
+ 1.62.0 (2020-04-20)
236
+ ------------------
237
+
238
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
239
+
240
+ 1.61.2 (2020-04-03)
241
+ ------------------
242
+
243
+ * Issue - Add `put_bucket_lifecycle_configuration` and `put_bucket_replication` as required operations used in the MD5 plugin.
244
+
245
+ 1.61.1 (2020-03-10)
246
+ ------------------
247
+
248
+ * Issue - Fix raising in `Object#upload_stream` block not triggering the `Aws::S3::MultipartStreamUploader#abort_upload`.
249
+
250
+ 1.61.0 (2020-03-09)
251
+ ------------------
252
+
253
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
254
+ * Issue - Don't update endpoint on region mismatch errors when using a custom endpoint.
255
+
256
+ 1.60.2 (2020-02-07)
257
+ ------------------
258
+
259
+ * Issue - Allow `Aws::S3::Encrypted::Client` to be used with a Resource client.
260
+
261
+ 1.60.1 (2019-12-19)
262
+ ------------------
263
+
264
+ * Issue - Allow downcased option for S3 us-east-1 regionalization.
265
+
266
+ 1.60.0 (2019-12-18)
267
+ ------------------
268
+
269
+ * Feature - Updates Amazon S3 endpoints allowing you to configure your client to opt-in to using S3 with the us-east-1 regional endpoint, instead of global.
270
+
271
+ 1.59.1 (2019-12-17)
272
+ ------------------
273
+
274
+ * Issue - Added validation in the s3 presigner to check for 0 or negative expire_in times.
275
+
276
+ 1.59.0 (2019-12-05)
277
+ ------------------
278
+
279
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
280
+
281
+ * Issue - Fixed an issue with Access Point ARNs not resigning correctly.
282
+
283
+ * Issue - Fixed S3 gemspec to require a minimum core version to support S3 Access Point ARNs. (GitHub PR #2184)
284
+
285
+ 1.58.0 (2019-12-03)
286
+ ------------------
287
+
288
+ * Feature - Amazon S3 Access Points is a new S3 feature that simplifies managing data access at scale for shared data sets on Amazon S3. Access Points provide a customizable way to access the objects in a bucket, with a unique hostname and access policy that enforces the specific permissions and network controls for any request made through the access point. This represents a new way of provisioning access to shared data sets.
289
+
290
+ 1.57.0 (2019-11-20)
291
+ ------------------
292
+
293
+ * Feature - This release introduces support for Amazon S3 Replication Time Control, a new feature of S3 Replication that provides a predictable replication time backed by a Service Level Agreement. S3 Replication Time Control helps customers meet compliance or business requirements for data replication, and provides visibility into the replication process with new Amazon CloudWatch Metrics.
294
+
295
+ 1.56.0 (2019-11-18)
296
+ ------------------
297
+
298
+ * Feature - Added support for S3 Replication for existing objects. This release allows customers who have requested and been granted access to replicate existing S3 objects across buckets.
299
+
300
+ * Issue - Fix issue where `Aws::Errors::MissingRegionError` was not thrown for S3 or S3Control clients.
301
+
302
+ 1.55.0 (2019-11-15)
303
+ ------------------
304
+
305
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
306
+
307
+ 1.54.0 (2019-11-13)
308
+ ------------------
309
+
310
+ * Feature - Support `:s3_us_east_1_regional_endpoint` with `regional` to enable IAD regional endpoint for S3.
311
+
312
+ 1.53.0 (2019-10-31)
313
+ ------------------
314
+
315
+ * Feature - S3 Inventory now supports a new field 'IntelligentTieringAccessTier' that reports the access tier (frequent or infrequent) of objects stored in Intelligent-Tiering storage class.
316
+
317
+ 1.52.0 (2019-10-28)
318
+ ------------------
319
+
320
+ * Feature - Adding support in SelectObjectContent for scanning a portion of an object specified by a scan range.
321
+
322
+ 1.51.0 (2019-10-23)
323
+ ------------------
324
+
325
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
326
+
327
+ 1.50.0 (2019-10-17)
328
+ ------------------
329
+
330
+ * Feature - Add support to yield the response in #upload_file if a block is given.
331
+
332
+ 1.49.0 (2019-10-10)
333
+ ------------------
334
+
335
+ * Feature - Support `#delete_object` and `#head_object` for encryption client.
336
+
337
+ 1.48.0 (2019-08-30)
338
+ ------------------
339
+
340
+ * Feature - Added a `:whitelist_headers` option to S3 presigner.
341
+
342
+ 1.47.0 (2019-08-28)
343
+ ------------------
344
+
345
+ * Feature - Added a `:time` option to S3 presigner.
346
+
347
+ 1.46.0 (2019-07-25)
348
+ ------------------
349
+
350
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
351
+
352
+ 1.45.0 (2019-07-03)
353
+ ------------------
354
+
355
+ * Feature - Add S3 x-amz-server-side-encryption-context support.
356
+
357
+ 1.44.0 (2019-07-01)
358
+ ------------------
359
+
360
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
361
+
362
+ 1.43.0 (2019-06-17)
363
+ ------------------
364
+
365
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
366
+
367
+ 1.42.0 (2019-06-04)
368
+ ------------------
369
+
370
+ * Feature - Documentation updates for s3
371
+
372
+ 1.41.0 (2019-05-29)
373
+ ------------------
374
+
375
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
376
+
377
+ 1.40.0 (2019-05-21)
378
+ ------------------
379
+
380
+ * Feature - API update.
381
+
382
+ 1.39.0 (2019-05-16)
383
+ ------------------
384
+
385
+ * Feature - API update.
386
+
387
+ 1.38.0 (2019-05-15)
388
+ ------------------
389
+
390
+ * Feature - API update.
391
+
392
+ 1.37.0 (2019-05-14)
393
+ ------------------
394
+
395
+ * Feature - API update.
396
+
397
+ 1.36.1 (2019-04-19)
398
+ ------------------
399
+
400
+ * Issue - Reduce memory usage of `Aws::S3::Object#upload_stream` when `StringIO` is used
401
+
402
+ 1.36.0 (2019-03-27)
403
+ ------------------
404
+
405
+ * Feature - API update.
406
+
407
+ 1.35.0 (2019-03-22)
408
+ ------------------
409
+
410
+ * Feature - API update.
411
+
412
+ 1.34.0 (2019-03-21)
413
+ ------------------
414
+
415
+ * Feature - API update.
416
+
417
+ 1.33.0 (2019-03-18)
418
+ ------------------
419
+
420
+ * Feature - API update.
421
+
422
+ 1.32.0 (2019-03-14)
423
+ ------------------
424
+
425
+ * Feature - API update.
426
+
427
+ 1.31.0 (2019-03-08)
428
+ ------------------
429
+
430
+ * Feature - API update.
431
+
432
+ 1.30.1 (2019-01-11)
433
+ ------------------
434
+
435
+ * Issue - Plugin updates to support client-side monitoring.
436
+
437
+ 1.30.0 (2018-12-04)
438
+ ------------------
439
+
440
+ * Feature - API update.
441
+
442
+ 1.29.0 (2018-11-30)
443
+ ------------------
444
+
445
+ * Feature - API update.
446
+
447
+ 1.28.0 (2018-11-29)
448
+ ------------------
449
+
450
+ * Feature - API update.
451
+
452
+ * Issue - Update operations needs Content-MD5 header
453
+
454
+ 1.27.0 (2018-11-27)
455
+ ------------------
456
+
457
+ * Feature - API update.
458
+
459
+ 1.26.0 (2018-11-26)
460
+ ------------------
461
+
462
+ * Feature - API update.
463
+
464
+ 1.25.0 (2018-11-20)
465
+ ------------------
466
+
467
+ * Feature - API update.
468
+
469
+ 1.24.1 (2018-11-16)
470
+ ------------------
471
+
472
+ * Issue - Update version dependency on `aws-sdk-core` to support endpoint discovery.
473
+
474
+ 1.24.0 (2018-11-15)
475
+ ------------------
476
+
477
+ * Feature - API update.
478
+
479
+ 1.23.1 (2018-10-30)
480
+ ------------------
481
+
482
+ * Issue - Support multipart upload empty stream (GitHub Issue #1880)
483
+ * Issue - Aws::S3::Encryption::IOAuthDecrypter - Fixes issue where the body tag being split across packets could cause GCM decryption to fail intermittently.
484
+
485
+ 1.23.0 (2018-10-24)
486
+ ------------------
487
+
488
+ * Feature - API update.
489
+
490
+ 1.22.0 (2018-10-23)
491
+ ------------------
492
+
493
+ * Feature - API update.
494
+
495
+ 1.21.0 (2018-10-04)
496
+ ------------------
497
+
498
+ * Feature - API update.
499
+
500
+ 1.20.0 (2018-09-19)
501
+ ------------------
502
+
503
+ * Feature - API update.
504
+
505
+ 1.19.0 (2018-09-06)
506
+ ------------------
507
+
508
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
509
+
510
+ 1.18.0 (2018-09-05)
511
+ ------------------
512
+
513
+ * Feature - API update.
514
+
515
+ 1.17.1 (2018-08-29)
516
+ ------------------
517
+
518
+ * Issue - Update example for bucket#url (Github Issue#1868)
519
+
520
+ * Issue - Support opt-out counting #presigned_url as #api_requests (Github Issue#1866)
521
+
522
+ 1.17.0 (2018-07-11)
523
+ ------------------
524
+
525
+ * Feature - API update.
526
+
527
+ 1.16.1 (2018-07-10)
528
+ ------------------
529
+
530
+ * Issue - Avoids region redirects for FIPS endpoints
531
+
532
+ 1.16.0 (2018-06-28)
533
+ ------------------
534
+
535
+ * Feature - Supports `:version_id` for resource `#download_file` helper.
536
+
537
+ * Issue - Reduce memory allocation in checksum and signature generation.
538
+
539
+ * Issue - Ensure file handlers are closed when an exception is raised in `Aws::S3::FileUploader`.
540
+
541
+ 1.15.0 (2018-06-26)
542
+ ------------------
543
+
544
+ * Feature - API update.
545
+
546
+ 1.14.0 (2018-06-13)
547
+ ------------------
548
+
549
+ * Feature - Adds support for `Aws::S3::Object#upload_stream`, allowing streaming uploads outside of a File-based interface.
550
+
551
+ 1.13.0 (2018-05-22)
552
+ ------------------
553
+
554
+ * Feature - API update.
555
+
556
+ * Issue - Update EventEmitter to Aws::EventEmitter
557
+
558
+ 1.12.0 (2018-05-18)
559
+ ------------------
560
+
561
+ * Feature - API update.
562
+
563
+ 1.11.0 (2018-05-17)
564
+ ------------------
565
+
566
+ * Feature - Support S3 `SelectObjectContent` API
567
+
568
+ 1.10.0 (2018-05-07)
569
+ ------------------
570
+
571
+ * Feature - API update.
572
+
573
+ 1.9.1 (2018-04-19)
574
+ ------------------
575
+
576
+ * Issue - S3 accelerate endpoint doesn't work with 'expect' header
577
+
578
+ 1.9.0 (2018-04-04)
579
+ ------------------
580
+
581
+ * Feature - API update.
582
+
583
+ 1.8.2 (2018-02-23)
584
+ ------------------
585
+
586
+ * Issue - Add support for AES/CBC/PKCS7Padding to encryption client.
587
+
588
+ 1.8.1 (2018-02-16)
589
+ ------------------
590
+
591
+ * Issue - Enhance S3 Multipart Downloader performance #1709
592
+
593
+ * Issue - Fix Ruby 2.5 warnings.
594
+
595
+ 1.8.0 (2017-11-29)
596
+ ------------------
597
+
598
+ * Feature - API update.
599
+
600
+ 1.7.0 (2017-11-17)
601
+ ------------------
602
+
603
+ * Feature - API update.
604
+
605
+ * Issue - Fix S3 unit test with latest endpoint
606
+
607
+ 1.6.0 (2017-11-07)
608
+ ------------------
609
+
610
+ * Feature - API update.
611
+
612
+ * Issue - Update S3 unit test with latest endpoint
613
+
614
+ 1.5.0 (2017-10-06)
615
+ ------------------
616
+
617
+ * Feature - API update.
618
+
619
+ * Issue - Update OJ Json parser error code
620
+ * Issue - Fix typo
621
+
622
+ 1.4.0 (2017-09-14)
623
+ ------------------
624
+
625
+ * Feature - API update.
626
+
627
+ 1.3.0 (2017-09-13)
628
+ ------------------
629
+
630
+ * Feature - API update.
631
+
632
+ 1.2.0 (2017-09-07)
633
+ ------------------
634
+
635
+ * Feature - API update.
636
+
637
+ 1.1.0 (2017-09-01)
638
+ ------------------
639
+
640
+ * Feature - API update.
641
+
642
+ * Issue - Add object streaming behavior smoke test
643
+
644
+ * Issue - Update `aws-sdk-s3` gemspec metadata.
645
+
646
+ 1.0.0 (2017-08-29)
647
+ ------------------
648
+
649
+ 1.0.0.rc15 (2017-08-15)
650
+ ------------------
651
+
652
+ * Feature - API update.
653
+
654
+ * Issue - Aws::S3 - Fix Multipart Downloader bug issue #1566, now file batches exist in a newly created tmp directory under destination directory.
655
+
656
+ 1.0.0.rc14 (2017-08-01)
657
+ ------------------
658
+
659
+ * Feature - API update.
660
+
661
+ 1.0.0.rc13 (2017-07-25)
662
+ ------------------
663
+
664
+ * Feature - API update.
665
+
666
+ 1.0.0.rc12 (2017-07-13)
667
+ ------------------
668
+
669
+ * Feature - API update.
670
+
671
+ 1.0.0.rc11 (2017-07-06)
672
+ ------------------
673
+
674
+ * Feature - API update.
675
+
676
+ 1.0.0.rc10 (2017-06-29)
677
+ ------------------
678
+
679
+ * Feature - API update.
680
+
681
+ 1.0.0.rc9 (2017-06-26)
682
+ ------------------
683
+
684
+ * Feature - API update.
685
+
686
+ 1.0.0.rc8 (2017-05-23)
687
+ ------------------
688
+
689
+ * Feature - API update.
690
+
691
+ 1.0.0.rc7 (2017-05-09)
692
+ ------------------
693
+
694
+ * Issue - Correct dependency on `aws-sdk-kms` gem.
695
+
696
+ 1.0.0.rc6 (2017-05-09)
697
+ ------------------
698
+
699
+ * Feature - API update.
700
+
701
+ 1.0.0.rc5 (2017-05-05)
702
+ ------------------
703
+
704
+ * Feature - Aws::S3 - Added Multipart Download Helper feature to support different `:mode` ("auto", "single_request", "get_range") in downloading large objects with `#download_file` in multipart when possible.
705
+
706
+ 1.0.0.rc4 (2017-04-21)
707
+ ------------------
708
+
709
+ * Feature - API update.
710
+
711
+ 1.0.0.rc3 (2017-03-09)
712
+ ------------------
713
+
714
+ * Issue - Correct dependency on `aws-sdk-kms` gem.
715
+
716
+ 1.0.0.rc2 (2016-12-09)
717
+ ------------------
718
+
719
+ * Feature - API update.
720
+
721
+ 1.0.0.rc1 (2016-12-05)
722
+ ------------------
723
+
724
+ * Feature - Initial preview release of the `aws-sdk-s3` gem.