Skip to content

Commit dfbf9a5

Browse files
committed
Replace more references to S3 active storage with Reductionist
1 parent 3c160a0 commit dfbf9a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ The original Python functional prototype is available [here](https://github.com/
1414

1515
## Concepts
1616

17-
The S3 active storage proxy supports the application of reductions to S3 objects that contain numeric binary data. These reductions are specified by making a HTTP post request to the active storage proxy service.
17+
The Reductionist server supports the application of reductions to S3 objects that contain numeric binary data. These reductions are specified by making a HTTP post request to the active storage proxy service.
1818

19-
The S3 active storage proxy does not attempt to infer the datatype - it must be told the datatype to use based on knowledge that the client already has about the S3 object.
19+
The Reductionist server does not attempt to infer the datatype - it must be told the datatype to use based on knowledge that the client already has about the S3 object.
2020

2121
For example, if the original object has the following URL:
2222

2323
```
2424
http[s]://s3.example.org/my-bucket/path/to/object
2525
```
2626

27-
Then S3 active storage proxy could be used by making post requests to specfic reducer endpoints:
27+
Then Reductionist server could be used by making post requests to specfic reducer endpoints:
2828

2929
```
3030
http[s]://s3-proxy.example.org/v1/{reducer}/
@@ -152,7 +152,7 @@ The Minimum Supported Rust Version (MSRV) is 1.66.1, due to a dependency on the
152152
It may be necessary to use [rustup](https://rustup.rs/) rather than the OS provided Rust toolchain to meet this requirement.
153153
See the [Rust book](https://doc.rust-lang.org/book/ch01-01-installation.html) for toolchain installation.
154154

155-
### Build and run S3 active storage
155+
### Build and run Reductionist
156156

157157
First, clone this repository:
158158

@@ -263,7 +263,7 @@ The resulting documentation is available under `target/doc`, and may be viewed i
263263

264264
## Contributing
265265

266-
See [CONTRIBUTING.md](CONTRIBUTING.md) for information about contributing to S3 active storage.
266+
See [CONTRIBUTING.md](CONTRIBUTING.md) for information about contributing to Reductionist.
267267

268268
## License
269269

0 commit comments

Comments
 (0)