@hdriel/aws-utils 1.1.6 → 1.1.7
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ A powerful, type-safe wrapper around AWS S3 SDK v3 that simplifies S3 operations
|
|
|
18
18
|
|
|
19
19
|
# FULL DEMO PROJECT EXAMPLE:
|
|
20
20
|
please see this project code before using: [aws-utils-demo github link!](https://github.com/hdriel/aws-utils-demo)
|
|
21
|
-

|
|
21
|
+

|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
## Installation
|
|
@@ -106,7 +106,7 @@ interface S3UtilProps {
|
|
|
106
106
|
|
|
107
107
|
# FULL DEMO PROJECT EXAMPLE:
|
|
108
108
|
please see this project code before using: [aws-utils-demo github link!](https://github.com/hdriel/aws-utils-demo)
|
|
109
|
-

|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
---
|
|
@@ -528,7 +528,7 @@ The utility includes optimized HTTP/HTTPS agents:
|
|
|
528
528
|
## 📋 Complete Express.js Example
|
|
529
529
|
# FULL DEMO PROJECT EXAMPLE:
|
|
530
530
|
please see this project code before using: [aws-utils-demo github link!](https://github.com/hdriel/aws-utils-demo)
|
|
531
|
-

|
|
531
|
+

|
|
532
532
|
|
|
533
533
|
|
|
534
534
|
## 📝 TypeScript Support
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hdriel/aws-utils",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "Simplified AWS SDK (v3) utilities for S3 (upload, download, streaming) with TypeScript support",
|
|
5
5
|
"author": "Hadriel Benjo (https://github.com/hdriel)",
|
|
6
6
|
"type": "module",
|