We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ee9d9 commit 0411ba0Copy full SHA for 0411ba0
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Changed
6
+
7
+- AWS enhancement: Documentation updates.
8
9
## 1.1.0
10
11
### Added
src/ValueObject/BlobMetadata.php
@@ -22,7 +22,7 @@ final class BlobMetadata
22
private $path;
23
24
/**
25
- * The file mode permissions of the blob. File mode permission codes include:.
+ * The file mode permissions of the blob. File mode permission codes include:
26
*
27
* - `100644` indicates read/write
28
* - `100755` indicates read/write/execute
0 commit comments