You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add changelog for integration
* Update changelog for services
* Update composer
* Replaced `deprecated` by `changed` in 0.X services
* Do not release Bundle+Laravel/Filesystem
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,19 @@
2
2
3
3
## NOT RELEASED
4
4
5
+
## 1.2.0
6
+
5
7
### Added
6
8
7
9
- Changed from "path style" endpoints (https://amazon.com/bucket) to "host style" endpoints (https://bucket.amazon.com). To keep the old behavior, use `s3PathStyleEndpoint: true` configuration option.
8
10
9
11
### Fixed
10
12
11
-
- Fixed issue when Bucket or Object's Key contained a special char `#`
13
+
- Fixed issue when Bucket or Object's Key contained a special char like `#`
14
+
15
+
### Deprecation
16
+
17
+
- Protected methods `getServiceCode`, `getSignatureVersion` and `getSignatureScopeName` of `S3Client` are deprecated and will be removed in 2.0
0 commit comments