From 6cbf0ac0100afb96e75e3d520b4e7e98fd37597d Mon Sep 17 00:00:00 2001 From: Eric Phetteplace Date: Fri, 1 Mar 2024 10:38:41 -0800 Subject: [PATCH] Update README.md Using Google Cloud storage also requires the AWS SDK --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88c0c6b2..3f52804f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ This plugin is GDPR complient if you enable the deletion of remote objects. 2. Setup your remote object storage. See [Remote object storage setup](#amazon-s3) 3. Clone this repository into admin/tool/objectfs 4. Install one of the required SDK libraries for the storage file system that you will be using - 1. Clone [moodle-local_aws](https://github.com/catalyst/moodle-local_aws) into local/aws for S3 or DigitalOcean Spaces, or + 1. Clone [moodle-local_aws](https://github.com/catalyst/moodle-local_aws) into local/aws for S3 or DigitalOcean Spaces or Google Cloud, or 2. Clone [moodle-local_azure_storage](https://github.com/catalyst/moodle-local_azure_storage) into local/azure_storage for Azure Blob Storage, or 3. Clone [moodle-local_openstack](https://github.com/matt-catalyst/moodle-local_openstack.git) into local/openstack for openstack(swift) storage 5. Install the plugins through the moodle GUI.