Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanchayan Maity <sanchayan@sanchayanmaity.net>2022-05-26 13:01:46 +0300
committerSebastian Dröge <slomo@coaxion.net>2022-06-14 11:03:49 +0300
commit511ee766df22c1b33e0967f9c389f9c47bbbda8c (patch)
treef2f4ffc1cf8fcc78b311c63c42c70db5711e6c0e /README.md
parent81437bb1c962a8b7b423e846fe4fcc65d9aefa55 (diff)
Rename rusoto to aws
Now that migration to AWS SDK is complete, rename directory and references to aws/AWS SDK. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/759>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 823044937..84a74d3c6 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ You will find the following plugins in this repository:
- `reqwest`: An HTTP source element based on the [reqwest](https://github.com/seanmonstar/reqwest) library.
- - `rusoto`: Various elements for Amazon AWS services using the [Rusoto](https://rusoto.org) library
+ - `aws`: Various elements for Amazon AWS services using the [AWS SDK](https://awslabs.github.io/aws-sdk-rust/) library
- `s3src`/`s3sink`: A source and sink element to talk to the Amazon S3 object storage system.
- `aws_transcriber`: an element wrapping the AWS Transcriber service.