@hdriel/aws-utils 1.1.3 → 1.1.4

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.
Files changed (2) hide show
  1. package/README.md +9 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  A powerful, type-safe wrapper around AWS S3 SDK v3 that simplifies S3 operations with advanced features like streaming, file uploads, directory management, and LocalStack support.
4
4
 
5
+
5
6
  ## Features
6
7
 
7
8
  ✨ **Simplified API** - Clean, intuitive methods for common S3 operations
@@ -15,6 +16,11 @@ A powerful, type-safe wrapper around AWS S3 SDK v3 that simplifies S3 operations
15
16
  ⚡ **Connection Pooling** - Optimized HTTP/HTTPS agents for better performance
16
17
  📊 **Pagination** - Built-in pagination for large directory listings
17
18
 
19
+ # FULL DEMO PROJECT EXAMPLE:
20
+ please see this project code before using: [aws-utils-demo github link!](https://github.com/hdriel/aws-utils-demo)
21
+ ![Main Screen - Preview](readme-assets/demo-bucket-image-preview.webp)
22
+
23
+
18
24
  ## Installation
19
25
 
20
26
  ```bash
@@ -98,8 +104,9 @@ interface S3UtilProps {
98
104
  ```
99
105
  ----
100
106
 
101
- # FULL DEMO PROJECT EXAMPLE:
102
- please see this project code before using: [AWS-UTILS-DEMO github linke](https://github.com/hdriel/aws-utils-demo)
107
+ # FULL DEMO PROJECT EXAMPLE:
108
+ please see this project code before using: [aws-utils-demo github link!](https://github.com/hdriel/aws-utils-demo)
109
+ ![Main Screen - Preview](readme-assets/login-screen.webp)
103
110
 
104
111
 
105
112
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hdriel/aws-utils",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
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",