Monday, November 08, 2010 at 12:01 AM.

system.verbs.apps.s3.synchFolder.init

<<Changes
	<<10/26/10; 8:32:52 AM by DW
		<<Only init the synchPoint if the pref is set true.
	<<7/29/08; 7:47:24 PM by DW
		<<Since fileSynch.initSynchPoint now initializes enabled to true and rootPath to "/" we don't need to do any extra checking here.
	<<3/6/08; 1:15:46 PM by DW
		<<Init the rootPath to "/" letting users manage their whole s3 space from the local filesystem.
	<<7/8/06; 12:27:39 PM by DW
		<<Created.
if user.s3.prefs.flSynchFolder {
	fileSynch.initSynchPoint ("Amazon S3", @s3.synchFolder.uploadfile, @s3.synchFolder.deletefile)}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.