Amazon S3 repository: Difference between revisions

From MoodleDocs
No edit summary
m (removing new features template)
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Repositories}}
{{Repositories}}
<p class="note">'''Please refer to [[Page_notes#Repositories|these notes]] before editing this page.'''</p>
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===
 
# 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.
 
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, [[Capabilities/repository/s3:view|View amazon s3 repository]], which is allowed for the default authenticated user role.
 
==See also==
 
Using Moodle forum discussions:
*[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)]
 


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

Latest revision as of 07:11, 8 October 2015

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: