Skip to content

Commit 67863a6

Browse files
committed
Added mention to costs and S3 Select in the README
1 parent ccddde1 commit 67863a6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@ If you want to use the default decompression implementation available by the
130130
default in the command line client, you can import that from [`s3st/src/transformers/decompress`](/src/transformers/decompress.js).
131131

132132

133+
## Data Transfer costs
134+
135+
If you are using this tool to stream large amount of data be aware that this might have an impact on your [data transfer costs](https://blog.cloudability.com/aws-data-transfer-costs/). In such cases, using an alternative approach like [S3 Select](https://docs.aws.amazon.com/AmazonS3/latest/dev/selecting-content-from-objects.html), could be a way to save on cost.
136+
137+
Make sure you are aware of alternatives and that you make careful costs considerations before running any heavy workload in the cloud.
138+
139+
133140
## Contributing
134141

135142
Everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "s3st",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A command line utility that allows you to stream data from multiple S3 objects directly into your terminal",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)