Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: Amazon S3 repository.

Amazon S3 repository: Difference between revisions

From MoodleDocs
(changed Settings to Administration)
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 8: Line 8:
You need to set up an account with Amazon Web Services and activate a Simple Storage Service (S3) instance. You will also need to set up private and public access keys so that your Moodle can be authenticated to access the files.
You need to set up an account with Amazon Web Services and activate a Simple Storage Service (S3) instance. You will also need to set up private and public access keys so that your Moodle can be authenticated to access the files.


===Enable Amazon S3 in Moodle===
===Enabling Amazon S3 in Moodle===


Go to ''Administration > Site administration > Plugins > Repositories > Manage Repositories''
# Go to ''Administration > Site administration > Plugins > Repositories > Manage Repositories'' and enable the Amazon S3 repository.
# In the Amazon S3 settings, enter the access key and secret key as generated by your Amazon S3 account.
# Click the Save button.


Enable the Amazon S3 repository:
Optional: In Moodle 2.9 onwards you can specify an  Amazon S3 endpoint.  s3.amazonaws.com is for US-hosted S3 repositories; for European repositories the endpoint is s3-eu-west-1.amazonaws.com.
 
*Either: Enabled and visible (What does this mean?)
 
*Or: Enabled and hidden (What does this mean?)
 
Once enabled, you can go to:
 
Located in ''Administration > Site administration > Plugins > Repositories > Amazon S3'' or ''Settings > Site administration > Plugins > Repositories > Manage Repositories > Amazon S3 > Settings''
 
*Repository plugin name
 
*Access key - Generated by your Amazon S3 account
 
*Secret key - Generated by your Amazon S3 account


==Repository capabilities==
==Repository capabilities==
Line 36: Line 24:
Using Moodle forum discussions:
Using Moodle forum discussions:
*[http://moodle.org/mod/forum/discuss.php?d=165934 Streaming video files from Amazon S3]
*[http://moodle.org/mod/forum/discuss.php?d=165934 Streaming video files from Amazon S3]
*[http://aws.amazon.com/s3/ About Amazon Simple Storage Service (Amazon S3)]
*[http://aws.amazon.com/s3/ About Amazon Simple Storage Service (Amazon S3)]


{{stub}}


[[de:Amazon S3 Repository]]
[[de:Amazon S3 Repository]]
[[es:Repositorio Amazon S3]]
[[fr:Amazon S3]]

Latest revision as of 10:13, 28 May 2019

The Amazon S3 repository enables users to copy files from Amazon S3 into Moodle.

How to set up Moodle with Amazon S3

Set up Amazon S3

You need to set up an account with Amazon Web Services and activate a Simple Storage Service (S3) instance. You will also need to set up private and public access keys so that your Moodle can be authenticated to access the files.

Enabling Amazon S3 in Moodle

  1. Go to Administration > Site administration > Plugins > Repositories > Manage Repositories and enable the Amazon S3 repository.
  2. In the Amazon S3 settings, enter the access key and secret key as generated by your Amazon S3 account.
  3. Click the Save button.

Optional: In Moodle 2.9 onwards you can specify an Amazon S3 endpoint. s3.amazonaws.com is for US-hosted S3 repositories; for European repositories the endpoint is s3-eu-west-1.amazonaws.com.

Repository capabilities

There is just one capability, View amazon s3 repository, which is allowed for the default authenticated user role.

See also

Using Moodle forum discussions: