@effect-aws/client-s3 1.3.0 → 1.4.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @effect-aws/client-s3
2
2
 
3
+ ## 1.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#75](https://github.com/floydspace/effect-aws/pull/75) [`9dc170d`](https://github.com/floydspace/effect-aws/commit/9dc170d975c04888bbc7ca7b241b4b5265668fb5) Thanks [@godu](https://github.com/godu)! - export the HttpHandlerOptions type
8
+
9
+ ## 1.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`dfddb5a`](https://github.com/floydspace/effect-aws/commit/dfddb5a5f1f3c2bacb27ddbfbe9b65e1a5cea6e7) Thanks [@floydspace](https://github.com/floydspace)! - replace generic tag with effect tag for ec2 and s3 services
14
+
15
+ - [`e540420`](https://github.com/floydspace/effect-aws/commit/e5404208c2438e1e1546637a8edbbdc1c9468850) Thanks [@floydspace](https://github.com/floydspace)! - integrate aws-sdk abort signal with effect interruption
16
+
3
17
  ## 1.3.0
4
18
 
5
19
  ### Minor Changes
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @effect-aws/client-s3
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/%40effect-aws%2Fclient-s3?color=brightgreen&label=npm%20package)](https://www.npmjs.com/package/@effect-aws/client-s3)
4
+ [![npm downloads](https://img.shields.io/npm/dm/%40effect-aws%2Fclient-s3)](https://www.npmjs.com/package/@effect-aws/client-s3)
5
+
3
6
  ## Installation
4
7
 
5
8
  ```bash