Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Amazon S3 repository.

Amazon S3 repository: Difference between revisions

From MoodleDocs
(Created page with "{{Repositories}} <p class="note">'''Please refer to these notes before editing this page.'''</p>")
 
No edit summary
 
(9 intermediate revisions by 3 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.
 
===Enable Amazon S3 in Moodle===
 
Go to ''Settings > Site administration > Plugins > Repositories > Manage Repositories''
 
Enable the Amazon S3 repository:
 
*Either: Enabled and visible (What does this mean?)
 
*Or: Enabled and hidden (What does this mean?)
 
Once enabled, you can go to:
 
Located in ''Settings > 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==
 
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)]
 
{{stub}}
 
[[de:Amazon S3 Repository]]

Latest revision as of 01:34, 13 November 2012

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.

Enable Amazon S3 in Moodle

Go to Settings > Site administration > Plugins > Repositories > Manage Repositories

Enable the Amazon S3 repository:

  • Either: Enabled and visible (What does this mean?)
  • Or: Enabled and hidden (What does this mean?)

Once enabled, you can go to:

Located in Settings > 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

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

See also

Using Moodle forum discussions: