This simple Web Part template allows you to save and backup documents from any SharePoint document library directly to an Amazon S3 Account with a single click.
It's as easy as copy & paste! Copy the Export/Backup SharePoint Documents to Amazon S3 Web Part source to your clipboard, paste that source into the RSSBus Web Part source editor, and click 'Apply'. Click on the details tab for more information.
Prerequisites
RSSBus Web Part Templates require RSSBus for SharePoint™ to be installed
into your SharePoint Portal (MOSS) or SharePoint Services (WSS) Site. Some templates may also require additional connectors.
Maybe the best way to get an idea of what the RSSBus SharePoint Web Part™ does
and how it functions is to watch a quick video that describes the main features.
Trying to modify this template for a specific task?
We have qualified professionals standing by that can quickly go from your idea
to a ready-to-run RSSBus Web Part Template. Contact us now:
support@rssbus.com
Web Part Usage
Click the "Copy to Clipboard" button which is located in the "Download" tab.
If you haven't already, add a new RSSBus Web Part to your SharePoint page.
In SharePoint, on your new RSSBus Web Part properties pane, click the "Source Editor" button to open the editor.
Paste the clipboard contents into the RSSBus Web Part Source Editor and click "Apply".
The following inputs will be listed in the RSSBus Web Part properties pane, where you can set their values appropriately and click "Apply" again.
Web Part Inputs
Name
Description
Required
accesskey
Access key of your Amazon S3 account.
yes
secretkey
Secret key of your Amazon S3 account. req=
yes
bucket
The bucket to which you would like to save the document. req=
yes
library
Name of the document library from which to save documents.
Click here to see a full size preview of this Web Part.
Web Part Download
This Web Part requires the installation of the pre-requisite items listed below. If you already have these items
installed, then you can download the Export/Backup SharePoint Documents to Amazon S3 Web Part to a file or copy the Web Part mark-up directly to your clipboard.
Want to learn how easy it is to create Web Parts like this one with the RSSBus SharePoint Web Part? You can
view the Web Part source to review the mark-up
that enables this Web Part.
Prerequisites
RSSBus Web Part Templates require RSSBus for SharePoint™ to be installed
into your SharePoint Portal (MOSS) or SharePoint Services (WSS) Site. Some templates also require additional connectors.
<rsb:import lib="RSSBus.AmazonOps"/>
<rsb:info title="S3 Backup" description="Backup a document to Amazon S3.">
<input name="accesskey" description="Access key of your Amazon S3 account." req="true"/>
<input name="secretkey" description="Secret key of your Amazon S3 account. req="true"/>
<input name="bucket" description="The bucket to which you would like to save the document. req="true"/>
<input name="library" description="Name of the document library from which to save documents." default="Shared Documents"/>
</rsb:info>
<b>Click to save to Amazon S3.</b>
<hr>
<rsb:call op="spListDocuments?library=[library]">
<rsb:first>
<table class="ms-ls"><tr><th>Document</th><th>Modified</th>
</rsb:first>
<tr><td><a href="?save_to_s3=[sp:url]">[sp:name]</a><td>[sp:modified]</td>
<rsb:last>
</table>
</rsb:last>
</rsb:call>
<rsb:check attr="_request.save_to_s3">
<rsb:set attr="file" value="sp://[_request.server:HTTP_HOST]/[_request.save_to_s3]"/>
<rsb:call op="amazonS3CreateObject">
<hr>Saved the file [_request.save_to_s3] as [amz:object] in the bucket [bucket].</br>
</rsb:call>
</rsb:check>
Related Web Parts
Listed below are a few more Web Parts that are similar to the Export/Backup SharePoint Documents to Amazon S3 Web Part selected above.
This Web Part template syncs SharePoint Calendar events with a Microsoft Exchange Server Calendar. Each time the template is loaded on a page, it checks for new appointments on a specified Exchange account, [...]
This Web Part template syncs SharePoint Calendar events with a Google Calendar. Each time the template is loaded on a page, it checks for new items on a specified Google Calendar account, and imports them [...]
Demonstrates how to import documents from Google Docs into a SharePoint Document Library from within SharePoint.
Videos & Technical Resources
Find our more about how the RSSBus SharePoint Web Part can help you quickly and easily integrate your SharePoint
sites with internal and external data sources including databases, applications, and services:
The Case For Simple Services
Discover RSSBus Simple Services™ and learn how to enhance current services
architectures with highly flexible data services.
RSSBus SharePoint Web Part™ - Formatting
with HTML
This video shows how to use RSSBus SharePoint Web Part to connect and retrieve records
from a Microsoft SQL database, and format the Web Part output as an HTML table.
RSSBus SharePoint Web Part™ - Service
Enablement
Use SharePoint Server as a Simple Web Services Platform. Extend SharePoint with
Simple Services and use SharePoint to manage service accessibility.
RSSBus QuickStart
Guide
A hands-on introduction to the concepts and usage of RSSBus Desktop and RSSBus Server.