@aws-amplify/storage 5.1.2 → 5.1.3-push-notification-dryrun.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md DELETED
@@ -1,1336 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [5.1.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.1.1...@aws-amplify/storage@5.1.2) (2023-01-30)
7
-
8
- **Note:** Version bump only for package @aws-amplify/storage
9
-
10
-
11
-
12
-
13
-
14
- ## [5.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.1.0...@aws-amplify/storage@5.1.1) (2023-01-19)
15
-
16
- **Note:** Version bump only for package @aws-amplify/storage
17
-
18
-
19
-
20
-
21
-
22
- # [5.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.0.9...@aws-amplify/storage@5.1.0) (2023-01-13)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * Remove unhandled promise rejection for _verifyFileSize() ([#9763](https://github.com/aws-amplify/amplify-js/issues/9763)) ([c9032bf](https://github.com/aws-amplify/amplify-js/commit/c9032bfdf7c15ab58cfa26654644a8fdaec899f7))
28
-
29
-
30
- ### Features
31
-
32
- * **storage:** auto double part size when body exceeds 10k parts ([#10820](https://github.com/aws-amplify/amplify-js/issues/10820)) ([f895f78](https://github.com/aws-amplify/amplify-js/commit/f895f78360251cf13d063757d58b366563c7efc5))
33
-
34
-
35
-
36
-
37
-
38
- ## [5.0.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.0.8...@aws-amplify/storage@5.0.9) (2023-01-10)
39
-
40
- **Note:** Version bump only for package @aws-amplify/storage
41
-
42
-
43
-
44
-
45
-
46
- ## [5.0.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.0.7...@aws-amplify/storage@5.0.8) (2022-12-27)
47
-
48
- **Note:** Version bump only for package @aws-amplify/storage
49
-
50
-
51
-
52
-
53
-
54
- ## [5.0.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.0.6...@aws-amplify/storage@5.0.7) (2022-12-16)
55
-
56
- **Note:** Version bump only for package @aws-amplify/storage
57
-
58
-
59
-
60
-
61
-
62
- ## [5.0.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.0.5...@aws-amplify/storage@5.0.6) (2022-12-15)
63
-
64
- **Note:** Version bump only for package @aws-amplify/storage
65
-
66
-
67
-
68
-
69
-
70
- ## [5.0.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.0.4...@aws-amplify/storage@5.0.5) (2022-12-06)
71
-
72
- **Note:** Version bump only for package @aws-amplify/storage
73
-
74
-
75
-
76
-
77
-
78
- ## [5.0.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.0.3...@aws-amplify/storage@5.0.4) (2022-11-23)
79
-
80
-
81
- ### Bug Fixes
82
-
83
- * Storage interface types ([#10696](https://github.com/aws-amplify/amplify-js/issues/10696)) ([dbc44fb](https://github.com/aws-amplify/amplify-js/commit/dbc44fbcfe2fd83fd1927db8ca49d99a110f3f55))
84
-
85
-
86
-
87
-
88
-
89
- ## [5.0.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.0.2...@aws-amplify/storage@5.0.3) (2022-11-19)
90
-
91
- **Note:** Version bump only for package @aws-amplify/storage
92
-
93
-
94
-
95
-
96
-
97
- ## [5.0.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.0.1...@aws-amplify/storage@5.0.2) (2022-11-16)
98
-
99
- **Note:** Version bump only for package @aws-amplify/storage
100
-
101
-
102
-
103
-
104
-
105
- ## [5.0.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.0.0...@aws-amplify/storage@5.0.1) (2022-11-11)
106
-
107
-
108
- ### Bug Fixes
109
-
110
- * **storage:** changed returned event.key value when using resumable:true to be consistent with returned keys in storage ([#10651](https://github.com/aws-amplify/amplify-js/issues/10651)) ([623374d](https://github.com/aws-amplify/amplify-js/commit/623374dedb951061e49529c11434d31d36c31bf8))
111
-
112
-
113
-
114
-
115
-
116
- # [5.0.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.14...@aws-amplify/storage@5.0.0) (2022-11-09)
117
-
118
- ### Bug Fixes
119
-
120
- - **storage:** Storage.list receives nextToken to align with API ([#10626](https://github.com/aws-amplify/amplify-js/issues/10626)) ([b518d62](https://github.com/aws-amplify/amplify-js/commit/b518d6247386b84b8eebe7225bd4ea0292d8301d))
121
- - Consolidating naming to avoid unnecessary extra exports ([8df5428](https://github.com/aws-amplify/amplify-js/commit/8df54281a59547d59dc4eec39b778aec7763544e))
122
- - **storage:** Fix storage api to have correct typing of .list response ([ca23e5e](https://github.com/aws-amplify/amplify-js/commit/ca23e5e4158067a909c26e47c1c415a7fcaf4db3))
123
- - **storage:** Optimized storage category `sideEffects` to improve shake-ability ([#10375](https://github.com/aws-amplify/amplify-js/issues/10375)) ([58014c5](https://github.com/aws-amplify/amplify-js/commit/58014c51722b3af246a19e437d34de171dcff64c))
124
-
125
- ### Features
126
-
127
- - Storage/pagination for storage list api ([#10199](https://github.com/aws-amplify/amplify-js/pull/10199))
128
- - Setup tslib & importHelpers to improve bundle size ([#10435](https://github.com/aws-amplify/amplify-js/pull/10435))
129
- - Remove (most) default exports ([10461](https://github.com/aws-amplify/amplify-js/pull/10461))
130
- - Expand \* exports to optimize tree-shaking ([#10555](https://github.com/aws-amplify/amplify-js/pull/10555))
131
- - add a typescript coverage report mechanism ([#10551](https://github.com/aws-amplify/amplify-js/issues/10551)) ([8e8df55](https://github.com/aws-amplify/amplify-js/commit/8e8df55b449f8bae2fe962fe282613d1b818cc5a)), closes [#10379](https://github.com/aws-amplify/amplify-js/issues/10379)
132
- - **storage:** updating naming for consistency across libraries ([#10414](https://github.com/aws-amplify/amplify-js/issues/10414)) ([85c682a](https://github.com/aws-amplify/amplify-js/commit/85c682acd5d8b615f9d8934e426b0000009f7cda))
133
-
134
- ## [4.5.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.12...@aws-amplify/storage@4.5.13) (2022-10-27)
135
-
136
- **Note:** Version bump only for package @aws-amplify/storage
137
-
138
- ## [4.5.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.11...@aws-amplify/storage@4.5.12) (2022-10-26)
139
-
140
- **Note:** Version bump only for package @aws-amplify/storage
141
-
142
- ## [4.5.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.10...@aws-amplify/storage@4.5.11) (2022-10-25)
143
-
144
- **Note:** Version bump only for package @aws-amplify/storage
145
-
146
- ## [4.5.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.9...@aws-amplify/storage@4.5.10) (2022-10-14)
147
-
148
- **Note:** Version bump only for package @aws-amplify/storage
149
-
150
- ## [4.5.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.8...@aws-amplify/storage@4.5.9) (2022-10-14)
151
-
152
- **Note:** Version bump only for package @aws-amplify/storage
153
-
154
- ## [4.5.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.6...@aws-amplify/storage@4.5.8) (2022-09-30)
155
-
156
- **Note:** Version bump only for package @aws-amplify/storage
157
-
158
- ## [4.5.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.6...@aws-amplify/storage@4.5.7) (2022-09-20)
159
-
160
- **Note:** Version bump only for package @aws-amplify/storage
161
-
162
- ## [4.5.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.5...@aws-amplify/storage@4.5.6) (2022-09-08)
163
-
164
- **Note:** Version bump only for package @aws-amplify/storage
165
-
166
- ## [4.5.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.4...@aws-amplify/storage@4.5.5) (2022-09-01)
167
-
168
- **Note:** Version bump only for package @aws-amplify/storage
169
-
170
- ## [4.5.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.3...@aws-amplify/storage@4.5.4) (2022-08-23)
171
-
172
- **Note:** Version bump only for package @aws-amplify/storage
173
-
174
- ## [4.5.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.2...@aws-amplify/storage@4.5.3) (2022-08-18)
175
-
176
- **Note:** Version bump only for package @aws-amplify/storage
177
-
178
- ## [4.5.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.1...@aws-amplify/storage@4.5.2) (2022-08-16)
179
-
180
- **Note:** Version bump only for package @aws-amplify/storage
181
-
182
- ## [4.5.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.0...@aws-amplify/storage@4.5.1) (2022-08-01)
183
-
184
- **Note:** Version bump only for package @aws-amplify/storage
185
-
186
- # [4.5.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.29...@aws-amplify/storage@4.5.0) (2022-07-28)
187
-
188
- ### Features
189
-
190
- - **@aws-amplify/storage:** Access all files from S3 with List API ([#10095](https://github.com/aws-amplify/amplify-js/issues/10095)) ([366c32e](https://github.com/aws-amplify/amplify-js/commit/366c32e2d87d73210bbd01ca1da55a5899f5a503))
191
-
192
- ## [4.4.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.28...@aws-amplify/storage@4.4.29) (2022-07-21)
193
-
194
- **Note:** Version bump only for package @aws-amplify/storage
195
-
196
- ## [4.4.28](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.27...@aws-amplify/storage@4.4.28) (2022-07-07)
197
-
198
- **Note:** Version bump only for package @aws-amplify/storage
199
-
200
- ## [4.4.27](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.26...@aws-amplify/storage@4.4.27) (2022-06-18)
201
-
202
- ### Bug Fixes
203
-
204
- - remove comments ([b5c6825](https://github.com/aws-amplify/amplify-js/commit/b5c6825a28e58986b26cce662f8db7a3623146e7))
205
- - update axios ([67316d7](https://github.com/aws-amplify/amplify-js/commit/67316d78fd829b9d4875a25d00719b175738e594))
206
-
207
- ## [4.4.26](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.25...@aws-amplify/storage@4.4.26) (2022-06-15)
208
-
209
- **Note:** Version bump only for package @aws-amplify/storage
210
-
211
- ## [4.4.25](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.24...@aws-amplify/storage@4.4.25) (2022-05-24)
212
-
213
- **Note:** Version bump only for package @aws-amplify/storage
214
-
215
- ## [4.4.24](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.23...@aws-amplify/storage@4.4.24) (2022-05-23)
216
-
217
- ### Bug Fixes
218
-
219
- - **@aws-amplify/storage:** throw error if all upload parts complete but upload cannot be finished ([#9317](https://github.com/aws-amplify/amplify-js/issues/9317)) ([798a8f0](https://github.com/aws-amplify/amplify-js/commit/798a8f075021582cc3e1f4f8ad239562ec4de566))
220
-
221
- ## [4.4.23](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.22...@aws-amplify/storage@4.4.23) (2022-05-12)
222
-
223
- **Note:** Version bump only for package @aws-amplify/storage
224
-
225
- ## [4.4.22](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.21...@aws-amplify/storage@4.4.22) (2022-05-03)
226
-
227
- **Note:** Version bump only for package @aws-amplify/storage
228
-
229
- ## [4.4.21](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.20...@aws-amplify/storage@4.4.21) (2022-04-14)
230
-
231
- **Note:** Version bump only for package @aws-amplify/storage
232
-
233
- ## [4.4.20](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.19...@aws-amplify/storage@4.4.20) (2022-04-04)
234
-
235
- **Note:** Version bump only for package @aws-amplify/storage
236
-
237
- ## [4.4.19](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.18...@aws-amplify/storage@4.4.19) (2022-03-28)
238
-
239
- ### Bug Fixes
240
-
241
- - **storage:** axios handler error handling fix ([#9587](https://github.com/aws-amplify/amplify-js/issues/9587)) ([2ceaa44](https://github.com/aws-amplify/amplify-js/commit/2ceaa44ce88c96e9121b903c0d9798e4a918df4a))
242
-
243
- ## [4.4.18](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.17...@aws-amplify/storage@4.4.18) (2022-03-22)
244
-
245
- **Note:** Version bump only for package @aws-amplify/storage
246
-
247
- ## [4.4.17](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.16...@aws-amplify/storage@4.4.17) (2022-03-10)
248
-
249
- **Note:** Version bump only for package @aws-amplify/storage
250
-
251
- ## [4.4.16](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.15...@aws-amplify/storage@4.4.16) (2022-02-28)
252
-
253
- **Note:** Version bump only for package @aws-amplify/storage
254
-
255
- ## [4.4.15](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.14...@aws-amplify/storage@4.4.15) (2022-02-03)
256
-
257
- **Note:** Version bump only for package @aws-amplify/storage
258
-
259
- ## [4.4.14](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.13...@aws-amplify/storage@4.4.14) (2022-01-27)
260
-
261
- **Note:** Version bump only for package @aws-amplify/storage
262
-
263
- ## [4.4.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.12...@aws-amplify/storage@4.4.13) (2022-01-07)
264
-
265
- **Note:** Version bump only for package @aws-amplify/storage
266
-
267
- ## [4.4.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.11...@aws-amplify/storage@4.4.12) (2021-12-16)
268
-
269
- **Note:** Version bump only for package @aws-amplify/storage
270
-
271
- ## [4.4.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.10...@aws-amplify/storage@4.4.11) (2021-12-03)
272
-
273
- **Note:** Version bump only for package @aws-amplify/storage
274
-
275
- ## [4.4.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.9...@aws-amplify/storage@4.4.10) (2021-12-02)
276
-
277
- **Note:** Version bump only for package @aws-amplify/storage
278
-
279
- ## [4.4.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.8...@aws-amplify/storage@4.4.9) (2021-11-18)
280
-
281
- **Note:** Version bump only for package @aws-amplify/storage
282
-
283
- ## [4.4.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.7...@aws-amplify/storage@4.4.8) (2021-11-16)
284
-
285
- **Note:** Version bump only for package @aws-amplify/storage
286
-
287
- ## [4.4.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.6...@aws-amplify/storage@4.4.7) (2021-11-12)
288
-
289
- **Note:** Version bump only for package @aws-amplify/storage
290
-
291
- ## [4.4.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.5...@aws-amplify/storage@4.4.6) (2021-11-09)
292
-
293
- ### Bug Fixes
294
-
295
- - **@aws-amplify/storage:** add useAccelerateEndpoint to create s3client ([#9144](https://github.com/aws-amplify/amplify-js/issues/9144)) ([853adc7](https://github.com/aws-amplify/amplify-js/commit/853adc7554f0a61922e3348d3626c73a5166266d))
296
- - **@aws-amplify/storage:** Automatically adjust systemClockoffset in Storage ([#9115](https://github.com/aws-amplify/amplify-js/issues/9115)) ([873941c](https://github.com/aws-amplify/amplify-js/commit/873941c655d9fe87a75238eadc0ae57dacc2fa16))
297
-
298
- ## [4.4.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.4...@aws-amplify/storage@4.4.5) (2021-10-28)
299
-
300
- ### Bug Fixes
301
-
302
- - **@aws-amplify/storage:** update axios http handler error handling ([#9125](https://github.com/aws-amplify/amplify-js/issues/9125)) ([55a78d6](https://github.com/aws-amplify/amplify-js/commit/55a78d6471306143eebbd855c246af225e8d90d8))
303
-
304
- ## [4.4.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.3...@aws-amplify/storage@4.4.4) (2021-10-21)
305
-
306
- **Note:** Version bump only for package @aws-amplify/storage
307
-
308
- ## [4.4.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.2...@aws-amplify/storage@4.4.3) (2021-10-07)
309
-
310
- **Note:** Version bump only for package @aws-amplify/storage
311
-
312
- ## [4.4.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.1...@aws-amplify/storage@4.4.2) (2021-09-30)
313
-
314
- ### Bug Fixes
315
-
316
- - **@aws-amplify/storage:** fix type error in types/Storage.ts ([#8956](https://github.com/aws-amplify/amplify-js/issues/8956)) ([806d266](https://github.com/aws-amplify/amplify-js/commit/806d266ddba00f5ab42f8c6c83c7b8c94aad49aa))
317
-
318
- ## [4.4.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.0...@aws-amplify/storage@4.4.1) (2021-09-24)
319
-
320
- **Note:** Version bump only for package @aws-amplify/storage
321
-
322
- # [4.4.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.3.11...@aws-amplify/storage@4.4.0) (2021-09-22)
323
-
324
- ### Features
325
-
326
- - **@aws-amplify/storage:** Storage category public API Typescript improvement ([1c3b281](https://github.com/aws-amplify/amplify-js/commit/1c3b281d564db8745d3085489643bb33ac067177))
327
-
328
- ## [4.3.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.3.10...@aws-amplify/storage@4.3.11) (2021-09-17)
329
-
330
- **Note:** Version bump only for package @aws-amplify/storage
331
-
332
- ## [4.3.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.3.9...@aws-amplify/storage@4.3.10) (2021-09-09)
333
-
334
- **Note:** Version bump only for package @aws-amplify/storage
335
-
336
- ## [4.3.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.3.8...@aws-amplify/storage@4.3.9) (2021-09-07)
337
-
338
- **Note:** Version bump only for package @aws-amplify/storage
339
-
340
- ## [4.3.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.3.7...@aws-amplify/storage@4.3.8) (2021-09-04)
341
-
342
- **Note:** Version bump only for package @aws-amplify/storage
343
-
344
- ## [4.3.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.3.6...@aws-amplify/storage@4.3.7) (2021-09-02)
345
-
346
- **Note:** Version bump only for package @aws-amplify/storage
347
-
348
- ## [4.3.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.3.5...@aws-amplify/storage@4.3.6) (2021-08-26)
349
-
350
- **Note:** Version bump only for package @aws-amplify/storage
351
-
352
- ## [4.3.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.3.4...@aws-amplify/storage@4.3.5) (2021-08-19)
353
-
354
- **Note:** Version bump only for package @aws-amplify/storage
355
-
356
- ## [4.3.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.3.3...@aws-amplify/storage@4.3.4) (2021-08-12)
357
-
358
- **Note:** Version bump only for package @aws-amplify/storage
359
-
360
- ## [4.3.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.3.2...@aws-amplify/storage@4.3.3) (2021-07-28)
361
-
362
- **Note:** Version bump only for package @aws-amplify/storage
363
-
364
- ## [4.3.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.3.1...@aws-amplify/storage@4.3.2) (2021-07-22)
365
-
366
- **Note:** Version bump only for package @aws-amplify/storage
367
-
368
- ## [4.3.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.3.0...@aws-amplify/storage@4.3.1) (2021-07-16)
369
-
370
- **Note:** Version bump only for package @aws-amplify/storage
371
-
372
- # [4.3.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.2.1...@aws-amplify/storage@4.3.0) (2021-07-08)
373
-
374
- ### Features
375
-
376
- - **@aws-amplify/storage:** Adding download progress tracker for Storage.get ([#8295](https://github.com/aws-amplify/amplify-js/issues/8295)) ([8fe1853](https://github.com/aws-amplify/amplify-js/commit/8fe18534b752d807d175104cbd8ccb3099997b2d))
377
-
378
- ## [4.2.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.2.0...@aws-amplify/storage@4.2.1) (2021-06-24)
379
-
380
- **Note:** Version bump only for package @aws-amplify/storage
381
-
382
- # [4.2.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.1.1...@aws-amplify/storage@4.2.0) (2021-06-18)
383
-
384
- ### Features
385
-
386
- - **storage:** Adding copy API to Storage ([#8431](https://github.com/aws-amplify/amplify-js/issues/8431)) ([9981403](https://github.com/aws-amplify/amplify-js/commit/99814030d45044701bdce02bf34994304379c84c))
387
-
388
- ## [4.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.1.0...@aws-amplify/storage@4.1.1) (2021-06-10)
389
-
390
- **Note:** Version bump only for package @aws-amplify/storage
391
-
392
- # [4.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.4.3...@aws-amplify/storage@4.1.0) (2021-05-26)
393
-
394
- ### Features
395
-
396
- - **Storage:** content encoding optional on put ([#7751](https://github.com/aws-amplify/amplify-js/issues/7751)) ([09c0daa](https://github.com/aws-amplify/amplify-js/commit/09c0daac5bdb08d238c31adb15e936449c4a322d))
397
-
398
- ## [3.4.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.4.2...@aws-amplify/storage@3.4.3) (2021-05-14)
399
-
400
- **Note:** Version bump only for package @aws-amplify/storage
401
-
402
- ## [3.4.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.4.1...@aws-amplify/storage@3.4.2) (2021-05-11)
403
-
404
- **Note:** Version bump only for package @aws-amplify/storage
405
-
406
- ## [3.4.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.4.0...@aws-amplify/storage@3.4.1) (2021-05-06)
407
-
408
- **Note:** Version bump only for package @aws-amplify/storage
409
-
410
- # [3.4.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.29...@aws-amplify/storage@3.4.0) (2021-04-15)
411
-
412
- ### Features
413
-
414
- - **@aws-amplify/storage:** Make get and put requests cancellable ([c1ce5ac](https://github.com/aws-amplify/amplify-js/commit/c1ce5ac25cf79cfe649ed5676ef62ef7f283febe))
415
-
416
- ## [3.3.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.28...@aws-amplify/storage@3.3.29) (2021-03-25)
417
-
418
- **Note:** Version bump only for package @aws-amplify/storage
419
-
420
- ## [3.3.28](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.27...@aws-amplify/storage@3.3.28) (2021-03-18)
421
-
422
- **Note:** Version bump only for package @aws-amplify/storage
423
-
424
- ## [3.3.27](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.26...@aws-amplify/storage@3.3.27) (2021-03-12)
425
-
426
- **Note:** Version bump only for package @aws-amplify/storage
427
-
428
- ## [3.3.26](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.25...@aws-amplify/storage@3.3.26) (2021-03-08)
429
-
430
- **Note:** Version bump only for package @aws-amplify/storage
431
-
432
- ## [3.3.25](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.24...@aws-amplify/storage@3.3.25) (2021-03-03)
433
-
434
- **Note:** Version bump only for package @aws-amplify/storage
435
-
436
- ## [3.3.24](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.23...@aws-amplify/storage@3.3.24) (2021-02-25)
437
-
438
- **Note:** Version bump only for package @aws-amplify/storage
439
-
440
- ## [3.3.23](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.22...@aws-amplify/storage@3.3.23) (2021-02-18)
441
-
442
- **Note:** Version bump only for package @aws-amplify/storage
443
-
444
- ## [3.3.22](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.21...@aws-amplify/storage@3.3.22) (2021-02-15)
445
-
446
- **Note:** Version bump only for package @aws-amplify/storage
447
-
448
- ## [3.3.21](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.20...@aws-amplify/storage@3.3.21) (2021-02-09)
449
-
450
- ### Reverts
451
-
452
- - Revert "chore: bump aws-sdk to 3.4.1 (#7674)" (#7716) ([f142314](https://github.com/aws-amplify/amplify-js/commit/f1423144cf73304f3dc048233b35c831c9a1742d)), closes [#7674](https://github.com/aws-amplify/amplify-js/issues/7674) [#7716](https://github.com/aws-amplify/amplify-js/issues/7716)
453
-
454
- ## [3.3.20](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.19...@aws-amplify/storage@3.3.20) (2021-02-03)
455
-
456
- **Note:** Version bump only for package @aws-amplify/storage
457
-
458
- ## [3.3.19](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.18...@aws-amplify/storage@3.3.19) (2021-02-01)
459
-
460
- **Note:** Version bump only for package @aws-amplify/storage
461
-
462
- ## [3.3.18](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.17...@aws-amplify/storage@3.3.18) (2021-01-29)
463
-
464
- **Note:** Version bump only for package @aws-amplify/storage
465
-
466
- ## [3.3.17](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.16...@aws-amplify/storage@3.3.17) (2021-01-07)
467
-
468
- **Note:** Version bump only for package @aws-amplify/storage
469
-
470
- ## [3.3.16](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.15...@aws-amplify/storage@3.3.16) (2020-12-17)
471
-
472
- **Note:** Version bump only for package @aws-amplify/storage
473
-
474
- ## [3.3.15](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.14...@aws-amplify/storage@3.3.15) (2020-12-10)
475
-
476
- **Note:** Version bump only for package @aws-amplify/storage
477
-
478
- ## [3.3.14](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.13...@aws-amplify/storage@3.3.14) (2020-11-30)
479
-
480
- **Note:** Version bump only for package @aws-amplify/storage
481
-
482
- ## [3.3.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.12...@aws-amplify/storage@3.3.13) (2020-11-23)
483
-
484
- **Note:** Version bump only for package @aws-amplify/storage
485
-
486
- ## [3.3.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.11...@aws-amplify/storage@3.3.12) (2020-11-20)
487
-
488
- **Note:** Version bump only for package @aws-amplify/storage
489
-
490
- ## [3.3.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.10...@aws-amplify/storage@3.3.11) (2020-11-13)
491
-
492
- **Note:** Version bump only for package @aws-amplify/storage
493
-
494
- ## [3.3.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.9...@aws-amplify/storage@3.3.10) (2020-11-03)
495
-
496
- **Note:** Version bump only for package @aws-amplify/storage
497
-
498
- ## [3.3.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.8...@aws-amplify/storage@3.3.9) (2020-10-31)
499
-
500
- ### Bug Fixes
501
-
502
- - **amazon-cognito-identity-js:** update random implementation ([#7090](https://github.com/aws-amplify/amplify-js/issues/7090)) ([7048453](https://github.com/aws-amplify/amplify-js/commit/70484532da8a9953384b00b223b2b3ba0c0e845e))
503
-
504
- ## [3.3.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.7...@aws-amplify/storage@3.3.8) (2020-10-29)
505
-
506
- **Note:** Version bump only for package @aws-amplify/storage
507
-
508
- ## [3.3.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.6...@aws-amplify/storage@3.3.7) (2020-10-15)
509
-
510
- **Note:** Version bump only for package @aws-amplify/storage
511
-
512
- ## [3.3.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.5...@aws-amplify/storage@3.3.6) (2020-10-01)
513
-
514
- **Note:** Version bump only for package @aws-amplify/storage
515
-
516
- ## [3.3.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.4...@aws-amplify/storage@3.3.5) (2020-09-25)
517
-
518
- ### Bug Fixes
519
-
520
- - Add files with Amplify.register to sideEffects array ([#6867](https://github.com/aws-amplify/amplify-js/issues/6867)) ([58ddbf8](https://github.com/aws-amplify/amplify-js/commit/58ddbf8811e44695d97b6ab8be8f7cd2a2242921))
521
-
522
- ## [3.3.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.3...@aws-amplify/storage@3.3.4) (2020-09-16)
523
-
524
- **Note:** Version bump only for package @aws-amplify/storage
525
-
526
- ## [3.3.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.2...@aws-amplify/storage@3.3.3) (2020-09-15)
527
-
528
- **Note:** Version bump only for package @aws-amplify/storage
529
-
530
- ## [3.3.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.1...@aws-amplify/storage@3.3.2) (2020-09-10)
531
-
532
- **Note:** Version bump only for package @aws-amplify/storage
533
-
534
- ## [3.3.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.3.0...@aws-amplify/storage@3.3.1) (2020-09-03)
535
-
536
- **Note:** Version bump only for package @aws-amplify/storage
537
-
538
- # [3.3.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.14...@aws-amplify/storage@3.3.0) (2020-09-03)
539
-
540
- ### Features
541
-
542
- - **SSR:** withSSRContext ([#6146](https://github.com/aws-amplify/amplify-js/issues/6146)) ([1cb1afd](https://github.com/aws-amplify/amplify-js/commit/1cb1afd1e56135908dceb2ef6403f0b3e78067fe))
543
-
544
- ## [3.2.14](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.13...@aws-amplify/storage@3.2.14) (2020-09-01)
545
-
546
- **Note:** Version bump only for package @aws-amplify/storage
547
-
548
- ## [3.2.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.12...@aws-amplify/storage@3.2.13) (2020-08-19)
549
-
550
- **Note:** Version bump only for package @aws-amplify/storage
551
-
552
- ## [3.2.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.11...@aws-amplify/storage@3.2.12) (2020-08-06)
553
-
554
- ### Bug Fixes
555
-
556
- - **@aws-amplify/storage:** fix s3 multipart upload for very large files ([#6509](https://github.com/aws-amplify/amplify-js/issues/6509)) ([621966e](https://github.com/aws-amplify/amplify-js/commit/621966e97c3eb3f9ee356cae201cd62a72db1e08))
557
-
558
- ## [3.2.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.10...@aws-amplify/storage@3.2.11) (2020-07-27)
559
-
560
- **Note:** Version bump only for package @aws-amplify/storage
561
-
562
- ## [3.2.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.9...@aws-amplify/storage@3.2.10) (2020-07-22)
563
-
564
- **Note:** Version bump only for package @aws-amplify/storage
565
-
566
- ## [3.2.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.8...@aws-amplify/storage@3.2.9) (2020-07-09)
567
-
568
- **Note:** Version bump only for package @aws-amplify/storage
569
-
570
- ## [3.2.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.7...@aws-amplify/storage@3.2.8) (2020-07-07)
571
-
572
- **Note:** Version bump only for package @aws-amplify/storage
573
-
574
- ## [3.2.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.6...@aws-amplify/storage@3.2.7) (2020-06-18)
575
-
576
- **Note:** Version bump only for package @aws-amplify/storage
577
-
578
- ## [3.2.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.5...@aws-amplify/storage@3.2.6) (2020-06-09)
579
-
580
- **Note:** Version bump only for package @aws-amplify/storage
581
-
582
- ## [3.2.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.4...@aws-amplify/storage@3.2.5) (2020-06-04)
583
-
584
- **Note:** Version bump only for package @aws-amplify/storage
585
-
586
- ## [3.2.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.3...@aws-amplify/storage@3.2.4) (2020-06-03)
587
-
588
- **Note:** Version bump only for package @aws-amplify/storage
589
-
590
- ## [3.2.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.2...@aws-amplify/storage@3.2.3) (2020-06-02)
591
-
592
- **Note:** Version bump only for package @aws-amplify/storage
593
-
594
- ## [3.2.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.1...@aws-amplify/storage@3.2.2) (2020-05-26)
595
-
596
- ### Bug Fixes
597
-
598
- - **core:** bump SDK verion to gamma.2 ([#5909](https://github.com/aws-amplify/amplify-js/issues/5909)) ([3bd2d25](https://github.com/aws-amplify/amplify-js/commit/3bd2d2509c2db59cffd7ac81c08ac4f9ef298198))
599
-
600
- ## [3.2.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.2.0...@aws-amplify/storage@3.2.1) (2020-05-22)
601
-
602
- **Note:** Version bump only for package @aws-amplify/storage
603
-
604
- # [3.2.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.1.9...@aws-amplify/storage@3.2.0) (2020-05-14)
605
-
606
- ### Features
607
-
608
- - **@aws-amplify/storage:** AWSS3Provider.ts supports ACL ([#5520](https://github.com/aws-amplify/amplify-js/issues/5520)) ([cc1f981](https://github.com/aws-amplify/amplify-js/commit/cc1f981f65889562949095000f79c58ac7a88388))
609
-
610
- ## [3.1.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.1.8...@aws-amplify/storage@3.1.9) (2020-04-30)
611
-
612
- ### Reverts
613
-
614
- - Revert "Upgrade aws-sdk clients to beta4 (#5575)" (#5577) ([f2dcabb](https://github.com/aws-amplify/amplify-js/commit/f2dcabb78110c0bab84780d045d046fabf97b6f4)), closes [#5575](https://github.com/aws-amplify/amplify-js/issues/5575) [#5577](https://github.com/aws-amplify/amplify-js/issues/5577)
615
-
616
- ## [3.1.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.1.7...@aws-amplify/storage@3.1.8) (2020-04-24)
617
-
618
- **Note:** Version bump only for package @aws-amplify/storage
619
-
620
- ## [3.1.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.1.6...@aws-amplify/storage@3.1.7) (2020-04-14)
621
-
622
- **Note:** Version bump only for package @aws-amplify/storage
623
-
624
- ## [3.1.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.1.5...@aws-amplify/storage@3.1.6) (2020-04-08)
625
-
626
- **Note:** Version bump only for package @aws-amplify/storage
627
-
628
- ## [3.1.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.1.4...@aws-amplify/storage@3.1.5) (2020-04-07)
629
-
630
- **Note:** Version bump only for package @aws-amplify/storage
631
-
632
- ## [3.1.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.1.3...@aws-amplify/storage@3.1.4) (2020-04-03)
633
-
634
- **Note:** Version bump only for package @aws-amplify/storage
635
-
636
- ## [3.1.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.1.2...@aws-amplify/storage@3.1.3) (2020-04-02)
637
-
638
- ### Bug Fixes
639
-
640
- - **@aws-amplify/ui-components:** Fix shadow dom form submit ([#5160](https://github.com/aws-amplify/amplify-js/issues/5160)) ([766c5ac](https://github.com/aws-amplify/amplify-js/commit/766c5ac5bdcf22f772340f78f5d45790f3142b71))
641
-
642
- ## [3.1.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.1.1...@aws-amplify/storage@3.1.2) (2020-04-01)
643
-
644
- **Note:** Version bump only for package @aws-amplify/storage
645
-
646
- ## [3.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@3.1.0...@aws-amplify/storage@3.1.1) (2020-04-01)
647
-
648
- **Note:** Version bump only for package @aws-amplify/storage
649
-
650
- # [3.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@2.2.3...@aws-amplify/storage@3.1.0) (2020-03-31)
651
-
652
- ### Bug Fixes
653
-
654
- - **@aws-amplify/storage:** expose tree-shaking for Webpack ([28a34a5](https://github.com/aws-amplify/amplify-js/commit/28a34a5fa7d7cc98343a2f630bb3232e16c0c047))
655
-
656
- ### Features
657
-
658
- - **@aws-amplify/storage:** publish ES2015/ESM artifacts ([bc8610a](https://github.com/aws-amplify/amplify-js/commit/bc8610a3eaeb667ef98e492a41485b14c09312cb))
659
- - append amplify user agent to all V3 SDK calls ([#4564](https://github.com/aws-amplify/amplify-js/issues/4564)) ([175d4c3](https://github.com/aws-amplify/amplify-js/commit/175d4c34ccb9cd5674c228db14513827d1c80d3f))
660
- - **@aws-amplify/storage:** S3 upload progress reporting and multipart upload ([#4558](https://github.com/aws-amplify/amplify-js/issues/4558)) ([64b0bec](https://github.com/aws-amplify/amplify-js/commit/64b0bec958c7d31b1b82208e397b3013a98de625)), closes [#4404](https://github.com/aws-amplify/amplify-js/issues/4404) [#4474](https://github.com/aws-amplify/amplify-js/issues/4474)
661
-
662
- ### Reverts
663
-
664
- - Revert "Publish" ([1319d31](https://github.com/aws-amplify/amplify-js/commit/1319d319b69717e76660fbfa6f1a845195c6d635))
665
-
666
- ## [2.2.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@2.2.2...@aws-amplify/storage@2.2.3) (2020-03-30)
667
-
668
- **Note:** Version bump only for package @aws-amplify/storage
669
-
670
- ## [2.2.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@2.2.1...@aws-amplify/storage@2.2.2) (2020-03-25)
671
-
672
- **Note:** Version bump only for package @aws-amplify/storage
673
-
674
- ## [2.2.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@2.2.0...@aws-amplify/storage@2.2.1) (2020-02-28)
675
-
676
- **Note:** Version bump only for package @aws-amplify/storage
677
-
678
- # [2.2.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@2.1.3...@aws-amplify/storage@2.2.0) (2020-02-07)
679
-
680
- ### Bug Fixes
681
-
682
- - **cache:** export correct module for RN ([#4786](https://github.com/aws-amplify/amplify-js/issues/4786)) ([a15730c](https://github.com/aws-amplify/amplify-js/commit/a15730cc50692d9d31a0f586c3544b3dcdbea659))
683
-
684
- ### Features
685
-
686
- - **@aws-amplify/storage:** add support to maxKeys when listing objects ([#4099](https://github.com/aws-amplify/amplify-js/issues/4099)) ([030b6c3](https://github.com/aws-amplify/amplify-js/commit/030b6c310367b136e40bbd8ff6e6d6916b2706b3))
687
- - **@aws-amplify/storage:** get supports Response headers ([#4323](https://github.com/aws-amplify/amplify-js/issues/4323)) ([4a4340a](https://github.com/aws-amplify/amplify-js/commit/4a4340a8f9b41d21d4fc8f2b56b2f95a236a2475))
688
-
689
- ## [2.1.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@2.1.2...@aws-amplify/storage@2.1.3) (2020-01-10)
690
-
691
- ### Bug Fixes
692
-
693
- - [#4311](https://github.com/aws-amplify/amplify-js/issues/4311) Update main entry field to point to CJS builds instead of webpack bundles ([#4678](https://github.com/aws-amplify/amplify-js/issues/4678)) ([54fbdf4](https://github.com/aws-amplify/amplify-js/commit/54fbdf4b1393567735fb7b5f4144db273f1a5f6a))
694
-
695
- ## [2.1.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@2.1.1...@aws-amplify/storage@2.1.2) (2019-12-18)
696
-
697
- **Note:** Version bump only for package @aws-amplify/storage
698
-
699
- ## [2.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@2.1.0...@aws-amplify/storage@2.1.1) (2019-12-03)
700
-
701
- **Note:** Version bump only for package @aws-amplify/storage
702
-
703
- # [2.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@1.2.4...@aws-amplify/storage@2.1.0) (2019-11-15)
704
-
705
- ### Features
706
-
707
- - enable watch mode for builds ([#4358](https://github.com/aws-amplify/amplify-js/issues/4358)) ([055e530](https://github.com/aws-amplify/amplify-js/commit/055e5308efc308ae6beee78f8963bb2f812e1f85))
708
-
709
- # [1.3.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@1.2.4...@aws-amplify/storage@1.3.0) (2020-01-10)
710
-
711
- ### Bug Fixes
712
-
713
- - **@aws-amplify/storage:** expose tree-shaking for Webpack ([28a34a5](https://github.com/aws-amplify/amplify-js/commit/28a34a5fa7d7cc98343a2f630bb3232e16c0c047))
714
-
715
- ### Features
716
-
717
- - **@aws-amplify/storage:** publish ES2015/ESM artifacts ([bc8610a](https://github.com/aws-amplify/amplify-js/commit/bc8610a3eaeb667ef98e492a41485b14c09312cb))
718
- - append amplify user agent to all V3 SDK calls ([#4564](https://github.com/aws-amplify/amplify-js/issues/4564)) ([175d4c3](https://github.com/aws-amplify/amplify-js/commit/175d4c34ccb9cd5674c228db14513827d1c80d3f))
719
- - enable watch mode for builds ([#4358](https://github.com/aws-amplify/amplify-js/issues/4358)) ([055e530](https://github.com/aws-amplify/amplify-js/commit/055e5308efc308ae6beee78f8963bb2f812e1f85))
720
-
721
- ### Reverts
722
-
723
- - Revert "Publish" ([1319d31](https://github.com/aws-amplify/amplify-js/commit/1319d319b69717e76660fbfa6f1a845195c6d635))
724
-
725
- ## [1.2.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@1.2.3...@aws-amplify/storage@1.2.4) (2019-10-29)
726
-
727
- **Note:** Version bump only for package @aws-amplify/storage
728
-
729
- ## [1.2.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@1.2.2...@aws-amplify/storage@1.2.3) (2019-10-23)
730
-
731
- **Note:** Version bump only for package @aws-amplify/storage
732
-
733
- ## [1.2.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.2.0...@aws-amplify/storage@1.2.2) (2019-10-10)
734
-
735
- **Note:** Version bump only for package @aws-amplify/storage
736
-
737
- # [1.2.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.1.2...@aws-amplify/storage@1.2.0) (2019-10-10)
738
-
739
- ### Features
740
-
741
- - Added Prettier formatting ([4dfd9aa](https://github.com/aws/aws-amplify/commit/4dfd9aa9ab900307c9d17c68448a6ca4aa08fd5a))
742
-
743
- ## [1.1.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.1.1...@aws-amplify/storage@1.1.2) (2019-09-05)
744
-
745
- **Note:** Version bump only for package @aws-amplify/storage
746
-
747
- ## [1.1.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.1.0...@aws-amplify/storage@1.1.1) (2019-09-04)
748
-
749
- ### Bug Fixes
750
-
751
- - **@aws-amplify/storage:** fix typo ([#3828](https://github.com/aws/aws-amplify/issues/3828)) ([b93af35](https://github.com/aws/aws-amplify/commit/b93af35))
752
-
753
- # [1.1.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.36...@aws-amplify/storage@1.1.0) (2019-08-05)
754
-
755
- ### Features
756
-
757
- - Add support for local testing of api and storage ([#3806](https://github.com/aws/aws-amplify/issues/3806)) ([4390e8e](https://github.com/aws/aws-amplify/commit/4390e8e))
758
-
759
- ## [1.0.36](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.35...@aws-amplify/storage@1.0.36) (2019-08-01)
760
-
761
- ### Bug Fixes
762
-
763
- - **@aws-amplify/storage:** removed not using variables ([#3768](https://github.com/aws/aws-amplify/issues/3768)) ([4164cf5](https://github.com/aws/aws-amplify/commit/4164cf5))
764
-
765
- ## [1.0.35](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.34...@aws-amplify/storage@1.0.35) (2019-07-31)
766
-
767
- **Note:** Version bump only for package @aws-amplify/storage
768
-
769
- ## [1.0.34](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.33...@aws-amplify/storage@1.0.34) (2019-07-30)
770
-
771
- **Note:** Version bump only for package @aws-amplify/storage
772
-
773
- ## [1.0.33](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.31...@aws-amplify/storage@1.0.33) (2019-07-18)
774
-
775
- **Note:** Version bump only for package @aws-amplify/storage
776
-
777
- <a name="1.0.32-unstable.1"></a>
778
-
779
- ## [1.0.32-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.31...@aws-amplify/storage@1.0.32-unstable.1) (2019-07-12)
780
-
781
- ### Bug Fixes
782
-
783
- - allow SSE to be passed in global configure of storage ([9ee76cc](https://github.com/aws/aws-amplify/commit/9ee76cc))
784
- - allow SSE to be passed in global configure of storage ([8fb26c4](https://github.com/aws/aws-amplify/commit/8fb26c4))
785
-
786
- <a name="1.0.31"></a>
787
-
788
- ## [1.0.31](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.31-unstable.2...@aws-amplify/storage@1.0.31) (2019-06-17)
789
-
790
- **Note:** Version bump only for package @aws-amplify/storage
791
-
792
- <a name="1.0.31-unstable.2"></a>
793
-
794
- ## [1.0.31-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.31-unstable.1...@aws-amplify/storage@1.0.31-unstable.2) (2019-06-14)
795
-
796
- **Note:** Version bump only for package @aws-amplify/storage
797
-
798
- <a name="1.0.31-unstable.1"></a>
799
-
800
- ## [1.0.31-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.30...@aws-amplify/storage@1.0.31-unstable.1) (2019-05-24)
801
-
802
- ### Bug Fixes
803
-
804
- - **aws-amplify:** manual version bumps for lerna issue ([9ce5a72](https://github.com/aws/aws-amplify/commit/9ce5a72))
805
-
806
- <a name="1.0.30"></a>
807
-
808
- ## [1.0.30](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.30-unstable.1...@aws-amplify/storage@1.0.30) (2019-05-14)
809
-
810
- **Note:** Version bump only for package @aws-amplify/storage
811
-
812
- <a name="1.0.30-unstable.1"></a>
813
-
814
- ## [1.0.30-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.30-unstable.0...@aws-amplify/storage@1.0.30-unstable.1) (2019-05-13)
815
-
816
- **Note:** Version bump only for package @aws-amplify/storage
817
-
818
- <a name="1.0.30-unstable.0"></a>
819
-
820
- ## [1.0.30-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.29...@aws-amplify/storage@1.0.30-unstable.0) (2019-05-10)
821
-
822
- ### Bug Fixes
823
-
824
- - **@aws-amplify/storage:** The issue was when configuring Amplify or Storage more than once, e.g. `Amplify.configure(...)` or `Storage.configure(...)` the default level was set to `private`. The default level will always be `public` except when you configure it to something different like `Storage.configure({ level: 'protected' })` ([#3222](https://github.com/aws/aws-amplify/issues/3222)) ([8b46eb8](https://github.com/aws/aws-amplify/commit/8b46eb8))
825
-
826
- <a name="1.0.29"></a>
827
-
828
- ## [1.0.29](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.29-unstable.3...@aws-amplify/storage@1.0.29) (2019-05-06)
829
-
830
- **Note:** Version bump only for package @aws-amplify/storage
831
-
832
- <a name="1.0.29-unstable.3"></a>
833
-
834
- ## [1.0.29-unstable.3](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.29-unstable.2...@aws-amplify/storage@1.0.29-unstable.3) (2019-05-06)
835
-
836
- **Note:** Version bump only for package @aws-amplify/storage
837
-
838
- <a name="1.0.29-unstable.2"></a>
839
-
840
- ## [1.0.29-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.29-unstable.1...@aws-amplify/storage@1.0.29-unstable.2) (2019-04-17)
841
-
842
- **Note:** Version bump only for package @aws-amplify/storage
843
-
844
- <a name="1.0.29-unstable.1"></a>
845
-
846
- ## [1.0.29-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.29-unstable.0...@aws-amplify/storage@1.0.29-unstable.1) (2019-04-15)
847
-
848
- **Note:** Version bump only for package @aws-amplify/storage
849
-
850
- <a name="1.0.29-unstable.0"></a>
851
-
852
- ## [1.0.29-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.28...@aws-amplify/storage@1.0.29-unstable.0) (2019-04-12)
853
-
854
- **Note:** Version bump only for package @aws-amplify/storage
855
-
856
- <a name="1.0.28"></a>
857
-
858
- ## [1.0.28](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.28-unstable.1...@aws-amplify/storage@1.0.28) (2019-04-04)
859
-
860
- **Note:** Version bump only for package @aws-amplify/storage
861
-
862
- <a name="1.0.28-unstable.1"></a>
863
-
864
- ## [1.0.28-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.28-unstable.0...@aws-amplify/storage@1.0.28-unstable.1) (2019-04-04)
865
-
866
- **Note:** Version bump only for package @aws-amplify/storage
867
-
868
- <a name="1.0.28-unstable.0"></a>
869
-
870
- ## [1.0.28-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.27...@aws-amplify/storage@1.0.28-unstable.0) (2019-04-02)
871
-
872
- **Note:** Version bump only for package @aws-amplify/storage
873
-
874
- <a name="1.0.27"></a>
875
-
876
- ## [1.0.27](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.27-unstable.2...@aws-amplify/storage@1.0.27) (2019-03-28)
877
-
878
- **Note:** Version bump only for package @aws-amplify/storage
879
-
880
- <a name="1.0.27-unstable.2"></a>
881
-
882
- ## [1.0.27-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.27-unstable.1...@aws-amplify/storage@1.0.27-unstable.2) (2019-03-28)
883
-
884
- ### Features
885
-
886
- - **core:** Hub refactor and tests ([7ac5bcf](https://github.com/aws/aws-amplify/commit/7ac5bcf))
887
-
888
- <a name="1.0.27-unstable.1"></a>
889
-
890
- ## [1.0.27-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.27-unstable.0...@aws-amplify/storage@1.0.27-unstable.1) (2019-03-22)
891
-
892
- **Note:** Version bump only for package @aws-amplify/storage
893
-
894
- <a name="1.0.27-unstable.0"></a>
895
-
896
- ## [1.0.27-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.26...@aws-amplify/storage@1.0.27-unstable.0) (2019-03-21)
897
-
898
- **Note:** Version bump only for package @aws-amplify/storage
899
-
900
- <a name="1.0.26"></a>
901
-
902
- ## [1.0.26](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.26-unstable.4...@aws-amplify/storage@1.0.26) (2019-03-04)
903
-
904
- **Note:** Version bump only for package @aws-amplify/storage
905
-
906
- <a name="1.0.26-unstable.4"></a>
907
-
908
- ## [1.0.26-unstable.4](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.26-unstable.3...@aws-amplify/storage@1.0.26-unstable.4) (2019-03-04)
909
-
910
- **Note:** Version bump only for package @aws-amplify/storage
911
-
912
- <a name="1.0.26-unstable.3"></a>
913
-
914
- ## [1.0.26-unstable.3](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.26-unstable.2...@aws-amplify/storage@1.0.26-unstable.3) (2019-02-28)
915
-
916
- ### Features
917
-
918
- - **storage:** Added tagging support on put request (S3) ([#2606](https://github.com/aws/aws-amplify/issues/2606)) ([50243b7](https://github.com/aws/aws-amplify/commit/50243b7)), closes [#2594](https://github.com/aws/aws-amplify/issues/2594)
919
-
920
- <a name="1.0.26-unstable.2"></a>
921
-
922
- ## [1.0.26-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.26-unstable.1...@aws-amplify/storage@1.0.26-unstable.2) (2019-02-27)
923
-
924
- **Note:** Version bump only for package @aws-amplify/storage
925
-
926
- <a name="1.0.26-unstable.1"></a>
927
-
928
- ## [1.0.26-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.26-unstable.0...@aws-amplify/storage@1.0.26-unstable.1) (2019-02-27)
929
-
930
- **Note:** Version bump only for package @aws-amplify/storage
931
-
932
- <a name="1.0.26-unstable.0"></a>
933
-
934
- ## [1.0.26-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.25...@aws-amplify/storage@1.0.26-unstable.0) (2019-01-10)
935
-
936
- **Note:** Version bump only for package @aws-amplify/storage
937
-
938
- <a name="1.0.25"></a>
939
-
940
- ## [1.0.25](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.25-unstable.0...@aws-amplify/storage@1.0.25) (2019-01-10)
941
-
942
- **Note:** Version bump only for package @aws-amplify/storage
943
-
944
- <a name="1.0.25-unstable.0"></a>
945
-
946
- ## [1.0.25-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.24...@aws-amplify/storage@1.0.25-unstable.0) (2018-12-26)
947
-
948
- **Note:** Version bump only for package @aws-amplify/storage
949
-
950
- <a name="1.0.24"></a>
951
-
952
- ## [1.0.24](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.24-unstable.1...@aws-amplify/storage@1.0.24) (2018-12-26)
953
-
954
- **Note:** Version bump only for package @aws-amplify/storage
955
-
956
- <a name="1.0.24-unstable.1"></a>
957
-
958
- ## [1.0.24-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.24-unstable.0...@aws-amplify/storage@1.0.24-unstable.1) (2018-12-22)
959
-
960
- **Note:** Version bump only for package @aws-amplify/storage
961
-
962
- <a name="1.0.24-unstable.0"></a>
963
-
964
- ## [1.0.24-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.23...@aws-amplify/storage@1.0.24-unstable.0) (2018-12-19)
965
-
966
- ### Bug Fixes
967
-
968
- - **@aws-amplify/storage:** Explicitly declare signatureVersion 'v4' ([#2379](https://github.com/aws/aws-amplify/issues/2379)) ([32d439a](https://github.com/aws/aws-amplify/commit/32d439a))
969
-
970
- <a name="1.0.23"></a>
971
-
972
- ## [1.0.23](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.23-unstable.2...@aws-amplify/storage@1.0.23) (2018-12-13)
973
-
974
- **Note:** Version bump only for package @aws-amplify/storage
975
-
976
- <a name="1.0.23-unstable.2"></a>
977
-
978
- ## [1.0.23-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.23-unstable.1...@aws-amplify/storage@1.0.23-unstable.2) (2018-12-13)
979
-
980
- **Note:** Version bump only for package @aws-amplify/storage
981
-
982
- <a name="1.0.23-unstable.1"></a>
983
-
984
- ## [1.0.23-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.23-unstable.0...@aws-amplify/storage@1.0.23-unstable.1) (2018-12-07)
985
-
986
- **Note:** Version bump only for package @aws-amplify/storage
987
-
988
- <a name="1.0.23-unstable.0"></a>
989
-
990
- ## [1.0.23-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.22...@aws-amplify/storage@1.0.23-unstable.0) (2018-12-07)
991
-
992
- **Note:** Version bump only for package @aws-amplify/storage
993
-
994
- <a name="1.0.22"></a>
995
-
996
- ## [1.0.22](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.21...@aws-amplify/storage@1.0.22) (2018-12-07)
997
-
998
- **Note:** Version bump only for package @aws-amplify/storage
999
-
1000
- <a name="1.0.22-unstable.0"></a>
1001
-
1002
- ## [1.0.22-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.21...@aws-amplify/storage@1.0.22-unstable.0) (2018-12-06)
1003
-
1004
- **Note:** Version bump only for package @aws-amplify/storage
1005
-
1006
- <a name="1.0.21"></a>
1007
-
1008
- ## [1.0.21](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.20...@aws-amplify/storage@1.0.21) (2018-12-06)
1009
-
1010
- **Note:** Version bump only for package @aws-amplify/storage
1011
-
1012
- <a name="1.0.21-unstable.0"></a>
1013
-
1014
- ## [1.0.21-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.20...@aws-amplify/storage@1.0.21-unstable.0) (2018-12-05)
1015
-
1016
- **Note:** Version bump only for package @aws-amplify/storage
1017
-
1018
- <a name="1.0.20"></a>
1019
-
1020
- ## [1.0.20](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.20-unstable.5...@aws-amplify/storage@1.0.20) (2018-12-03)
1021
-
1022
- **Note:** Version bump only for package @aws-amplify/storage
1023
-
1024
- <a name="1.0.20-unstable.5"></a>
1025
-
1026
- ## [1.0.20-unstable.5](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.20-unstable.4...@aws-amplify/storage@1.0.20-unstable.5) (2018-11-29)
1027
-
1028
- **Note:** Version bump only for package @aws-amplify/storage
1029
-
1030
- <a name="1.0.20-unstable.4"></a>
1031
-
1032
- ## [1.0.20-unstable.4](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.20-unstable.3...@aws-amplify/storage@1.0.20-unstable.4) (2018-11-27)
1033
-
1034
- **Note:** Version bump only for package @aws-amplify/storage
1035
-
1036
- <a name="1.0.20-unstable.3"></a>
1037
-
1038
- ## [1.0.20-unstable.3](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.20-unstable.2...@aws-amplify/storage@1.0.20-unstable.3) (2018-11-26)
1039
-
1040
- **Note:** Version bump only for package @aws-amplify/storage
1041
-
1042
- <a name="1.0.20-unstable.2"></a>
1043
-
1044
- ## [1.0.20-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.20-unstable.1...@aws-amplify/storage@1.0.20-unstable.2) (2018-11-20)
1045
-
1046
- **Note:** Version bump only for package @aws-amplify/storage
1047
-
1048
- <a name="1.0.20-unstable.1"></a>
1049
-
1050
- ## [1.0.20-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.20-unstable.0...@aws-amplify/storage@1.0.20-unstable.1) (2018-11-19)
1051
-
1052
- **Note:** Version bump only for package @aws-amplify/storage
1053
-
1054
- <a name="1.0.20-unstable.0"></a>
1055
-
1056
- ## [1.0.20-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.19...@aws-amplify/storage@1.0.20-unstable.0) (2018-11-15)
1057
-
1058
- **Note:** Version bump only for package @aws-amplify/storage
1059
-
1060
- <a name="1.0.19"></a>
1061
-
1062
- ## [1.0.19](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.19-unstable.0...@aws-amplify/storage@1.0.19) (2018-11-12)
1063
-
1064
- **Note:** Version bump only for package @aws-amplify/storage
1065
-
1066
- <a name="1.0.19-unstable.0"></a>
1067
-
1068
- ## [1.0.19-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.18...@aws-amplify/storage@1.0.19-unstable.0) (2018-11-06)
1069
-
1070
- **Note:** Version bump only for package @aws-amplify/storage
1071
-
1072
- <a name="1.0.18"></a>
1073
-
1074
- ## [1.0.18](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.18-unstable.0...@aws-amplify/storage@1.0.18) (2018-11-01)
1075
-
1076
- **Note:** Version bump only for package @aws-amplify/storage
1077
-
1078
- <a name="1.0.18-unstable.0"></a>
1079
-
1080
- ## [1.0.18-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.17...@aws-amplify/storage@1.0.18-unstable.0) (2018-10-30)
1081
-
1082
- **Note:** Version bump only for package @aws-amplify/storage
1083
-
1084
- <a name="1.0.17"></a>
1085
-
1086
- ## [1.0.17](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.17-unstable.1...@aws-amplify/storage@1.0.17) (2018-10-29)
1087
-
1088
- **Note:** Version bump only for package @aws-amplify/storage
1089
-
1090
- <a name="1.0.17-unstable.1"></a>
1091
-
1092
- ## [1.0.17-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.17-unstable.0...@aws-amplify/storage@1.0.17-unstable.1) (2018-10-18)
1093
-
1094
- ### Bug Fixes
1095
-
1096
- - **storage:** Update JSDoc to clarify that Storage.get can return a Promise<String|Object> ([#1913](https://github.com/aws/aws-amplify/issues/1913)) ([dfc3bb7](https://github.com/aws/aws-amplify/commit/dfc3bb7)), closes [#1912](https://github.com/aws/aws-amplify/issues/1912)
1097
-
1098
- <a name="1.0.17-unstable.0"></a>
1099
-
1100
- ## [1.0.17-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.16...@aws-amplify/storage@1.0.17-unstable.0) (2018-10-18)
1101
-
1102
- ### Features
1103
-
1104
- - **@aws-amplify/storage:** Added ability to track progress of S3 uploads ([#1830](https://github.com/aws/aws-amplify/issues/1830)) ([5aef207](https://github.com/aws/aws-amplify/commit/5aef207))
1105
-
1106
- <a name="1.0.16"></a>
1107
-
1108
- ## [1.0.16](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.16-unstable.4...@aws-amplify/storage@1.0.16) (2018-10-17)
1109
-
1110
- **Note:** Version bump only for package @aws-amplify/storage
1111
-
1112
- <a name="1.0.16-unstable.4"></a>
1113
-
1114
- ## [1.0.16-unstable.4](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.16-unstable.3...@aws-amplify/storage@1.0.16-unstable.4) (2018-10-17)
1115
-
1116
- **Note:** Version bump only for package @aws-amplify/storage
1117
-
1118
- <a name="1.0.16-unstable.3"></a>
1119
-
1120
- ## [1.0.16-unstable.3](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.16-unstable.2...@aws-amplify/storage@1.0.16-unstable.3) (2018-10-16)
1121
-
1122
- **Note:** Version bump only for package @aws-amplify/storage
1123
-
1124
- <a name="1.0.16-unstable.2"></a>
1125
-
1126
- ## [1.0.16-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.16-unstable.1...@aws-amplify/storage@1.0.16-unstable.2) (2018-10-08)
1127
-
1128
- **Note:** Version bump only for package @aws-amplify/storage
1129
-
1130
- <a name="1.0.16-unstable.1"></a>
1131
-
1132
- ## [1.0.16-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.16-unstable.0...@aws-amplify/storage@1.0.16-unstable.1) (2018-10-05)
1133
-
1134
- **Note:** Version bump only for package @aws-amplify/storage
1135
-
1136
- <a name="1.0.16-unstable.0"></a>
1137
-
1138
- ## [1.0.16-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.15-unstable.1...@aws-amplify/storage@1.0.16-unstable.0) (2018-10-05)
1139
-
1140
- **Note:** Version bump only for package @aws-amplify/storage
1141
-
1142
- <a name="1.0.15"></a>
1143
-
1144
- ## [1.0.15](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.15-unstable.1...@aws-amplify/storage@1.0.15) (2018-10-04)
1145
-
1146
- **Note:** Version bump only for package @aws-amplify/storage
1147
-
1148
- <a name="1.0.15-unstable.1"></a>
1149
-
1150
- ## [1.0.15-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.15-unstable.0...@aws-amplify/storage@1.0.15-unstable.1) (2018-10-03)
1151
-
1152
- **Note:** Version bump only for package @aws-amplify/storage
1153
-
1154
- <a name="1.0.15-unstable.0"></a>
1155
-
1156
- ## [1.0.15-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.14-unstable.1...@aws-amplify/storage@1.0.15-unstable.0) (2018-10-03)
1157
-
1158
- **Note:** Version bump only for package @aws-amplify/storage
1159
-
1160
- <a name="1.0.14"></a>
1161
-
1162
- ## [1.0.14](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.14-unstable.1...@aws-amplify/storage@1.0.14) (2018-10-03)
1163
-
1164
- **Note:** Version bump only for package @aws-amplify/storage
1165
-
1166
- <a name="1.0.14-unstable.1"></a>
1167
-
1168
- ## [1.0.14-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.14-unstable.0...@aws-amplify/storage@1.0.14-unstable.1) (2018-10-01)
1169
-
1170
- **Note:** Version bump only for package @aws-amplify/storage
1171
-
1172
- <a name="1.0.14-unstable.0"></a>
1173
-
1174
- ## [1.0.14-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.13...@aws-amplify/storage@1.0.14-unstable.0) (2018-09-28)
1175
-
1176
- **Note:** Version bump only for package @aws-amplify/storage
1177
-
1178
- <a name="1.0.13"></a>
1179
-
1180
- ## [1.0.13](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.13-unstable.1...@aws-amplify/storage@1.0.13) (2018-09-27)
1181
-
1182
- **Note:** Version bump only for package @aws-amplify/storage
1183
-
1184
- <a name="1.0.13-unstable.1"></a>
1185
-
1186
- ## [1.0.13-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.13-unstable.0...@aws-amplify/storage@1.0.13-unstable.1) (2018-09-25)
1187
-
1188
- **Note:** Version bump only for package @aws-amplify/storage
1189
-
1190
- <a name="1.0.13-unstable.0"></a>
1191
-
1192
- ## [1.0.13-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.12...@aws-amplify/storage@1.0.13-unstable.0) (2018-09-22)
1193
-
1194
- **Note:** Version bump only for package @aws-amplify/storage
1195
-
1196
- <a name="1.0.12"></a>
1197
-
1198
- ## [1.0.12](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.12-unstable.0...@aws-amplify/storage@1.0.12) (2018-09-21)
1199
-
1200
- **Note:** Version bump only for package @aws-amplify/storage
1201
-
1202
- <a name="1.0.12-unstable.0"></a>
1203
-
1204
- ## [1.0.12-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.10...@aws-amplify/storage@1.0.12-unstable.0) (2018-09-21)
1205
-
1206
- **Note:** Version bump only for package @aws-amplify/storage
1207
-
1208
- <a name="1.0.11"></a>
1209
-
1210
- ## [1.0.11](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.10...@aws-amplify/storage@1.0.11) (2018-09-21)
1211
-
1212
- **Note:** Version bump only for package @aws-amplify/storage
1213
-
1214
- <a name="1.0.10"></a>
1215
-
1216
- ## [1.0.10](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.9...@aws-amplify/storage@1.0.10) (2018-09-17)
1217
-
1218
- **Note:** Version bump only for package @aws-amplify/storage
1219
-
1220
- <a name="1.0.9"></a>
1221
-
1222
- ## [1.0.9](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.8...@aws-amplify/storage@1.0.9) (2018-09-12)
1223
-
1224
- ### Bug Fixes
1225
-
1226
- - **aws-amplify:** update the version of aws-sdk to latest ([482402d](https://github.com/aws/aws-amplify/commit/482402d))
1227
-
1228
- <a name="1.0.8"></a>
1229
-
1230
- ## [1.0.8](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.7...@aws-amplify/storage@1.0.8) (2018-09-09)
1231
-
1232
- **Note:** Version bump only for package @aws-amplify/storage
1233
-
1234
- <a name="1.0.8-unstable.1"></a>
1235
-
1236
- ## [1.0.8-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.7...@aws-amplify/storage@1.0.8-unstable.1) (2018-08-30)
1237
-
1238
- **Note:** Version bump only for package @aws-amplify/storage
1239
-
1240
- <a name="1.0.7"></a>
1241
-
1242
- ## [1.0.7](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.6-unstable.1...@aws-amplify/storage@1.0.7) (2018-08-28)
1243
-
1244
- **Note:** Version bump only for package @aws-amplify/storage
1245
-
1246
- <a name="1.0.6-unstable.1"></a>
1247
-
1248
- ## [1.0.6-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.6-unstable.0...@aws-amplify/storage@1.0.6-unstable.1) (2018-08-20)
1249
-
1250
- **Note:** Version bump only for package @aws-amplify/storage
1251
-
1252
- <a name="1.0.6-unstable.0"></a>
1253
-
1254
- ## [1.0.6-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.5...@aws-amplify/storage@1.0.6-unstable.0) (2018-08-19)
1255
-
1256
- ### Bug Fixes
1257
-
1258
- - **aws-amplify-angular:** Angular rollup ([#1441](https://github.com/aws/aws-amplify/issues/1441)) ([eb84e01](https://github.com/aws/aws-amplify/commit/eb84e01))
1259
-
1260
- <a name="1.0.5"></a>
1261
-
1262
- ## [1.0.5](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.5-unstable.0...@aws-amplify/storage@1.0.5) (2018-08-14)
1263
-
1264
- **Note:** Version bump only for package @aws-amplify/storage
1265
-
1266
- <a name="1.0.5-unstable.0"></a>
1267
-
1268
- ## [1.0.5-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.4...@aws-amplify/storage@1.0.5-unstable.0) (2018-08-09)
1269
-
1270
- **Note:** Version bump only for package @aws-amplify/storage
1271
-
1272
- <a name="1.0.4"></a>
1273
-
1274
- ## [1.0.4](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.3-unstable.1...@aws-amplify/storage@1.0.4) (2018-08-06)
1275
-
1276
- **Note:** Version bump only for package @aws-amplify/storage
1277
-
1278
- <a name="1.0.3-unstable.1"></a>
1279
-
1280
- ## [1.0.3-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.3...@aws-amplify/storage@1.0.3-unstable.1) (2018-08-06)
1281
-
1282
- **Note:** Version bump only for package @aws-amplify/storage
1283
-
1284
- <a name="1.0.3"></a>
1285
-
1286
- ## [1.0.3](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.3-unstable.0...@aws-amplify/storage@1.0.3) (2018-07-28)
1287
-
1288
- **Note:** Version bump only for package @aws-amplify/storage
1289
-
1290
- <a name="1.0.3-unstable.0"></a>
1291
-
1292
- ## [1.0.3-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.2...@aws-amplify/storage@1.0.3-unstable.0) (2018-07-26)
1293
-
1294
- **Note:** Version bump only for package @aws-amplify/storage
1295
-
1296
- <a name="1.0.2"></a>
1297
-
1298
- ## [1.0.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.2-unstable.0...@aws-amplify/storage@1.0.2) (2018-07-19)
1299
-
1300
- **Note:** Version bump only for package @aws-amplify/storage
1301
-
1302
- <a name="1.0.2-unstable.0"></a>
1303
-
1304
- ## [1.0.2-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.1...@aws-amplify/storage@1.0.2-unstable.0) (2018-07-19)
1305
-
1306
- **Note:** Version bump only for package @aws-amplify/storage
1307
-
1308
- <a name="1.0.1"></a>
1309
-
1310
- ## [1.0.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.1-unstable.2...@aws-amplify/storage@1.0.1) (2018-07-18)
1311
-
1312
- **Note:** Version bump only for package @aws-amplify/storage
1313
-
1314
- <a name="1.0.1-unstable.2"></a>
1315
-
1316
- ## [1.0.1-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.1-unstable.1...@aws-amplify/storage@1.0.1-unstable.2) (2018-07-18)
1317
-
1318
- **Note:** Version bump only for package @aws-amplify/storage
1319
-
1320
- <a name="1.0.1-unstable.1"></a>
1321
-
1322
- ## [1.0.1-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.1...@aws-amplify/storage@1.0.1-unstable.1) (2018-07-18)
1323
-
1324
- **Note:** Version bump only for package @aws-amplify/storage
1325
-
1326
- <a name="1.0.1-unstable.0"></a>
1327
-
1328
- ## [1.0.1-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.1...@aws-amplify/storage@1.0.1-unstable.0) (2018-07-18)
1329
-
1330
- **Note:** Version bump only for package @aws-amplify/storage
1331
-
1332
- <a name="0.1.1-unstable.0"></a>
1333
-
1334
- ## 0.1.1-unstable.0 (2018-06-27)
1335
-
1336
- **Note:** Version bump only for package @aws-amplify/storage