File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,31 @@ All notable changes to `laravel-uppy-s3-multipart-upload` will be documented in
17
17
18
18
- Add S3 transfer acceleration configuration
19
19
- Update README
20
+
21
+ ## 0.3.1 - 2021-02-27
22
+
23
+ - Move S3 transfer acceleration config to the package config file
24
+
25
+ ## 0.3.2 - 2021-02-28
26
+
27
+ - Update the way credentials are passed to use the Credentials class
28
+
29
+ ## 0.3.3 - 2021-03-03
30
+
31
+ - Remove passing credentials, assuming that AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are set in the .env based on the AWS SDK suggestions
32
+
33
+ ## 0.3.4 - 2021-03-18
34
+
35
+ - Use Flysystem AWS client
36
+
37
+ ## 0.3.5 - 2021-09-15
38
+
39
+ - Add support for multiple Uppy instances
40
+ - Update README
41
+
42
+ ## 0.4 - 2021-09-20
43
+
44
+ - Upgrade Uppy from 1.x to 2.0
45
+ - Add support for pre-sign URLs in batches
46
+ - Update README
47
+ - Add upgrade guide
You can’t perform that action at this time.
0 commit comments