OS4 DepotLogo by McFly 
(anonymous IP: 3.144.26.83,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Network » Misc » s3c.lha

S3c

Description: Backup restore share & manage files on Amazon S3
Download: s3c.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 183kb
Version: 1.1
Date: 07 Feb 2013
Author: Michal Ludvig / Alex Carmona
Submitter: Alex Carmona
Email: AmigaOne/theworld net
Homepage: http://s3tools.org
Category: network/misc
License: GPL
Distribute: yes
Min OS Version: 4.0
FileID: 7696
 
Comments: 1
Snapshots: 0
Videos: 0
Downloads: 259  (Current version)
259  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
OVERVIEW:

S3Cmd is a Python script and libraries which give you access to Amazon S3
from the Shell. It also provides support for CloudFront and S3 Websites.

Most of the online storage and backup services out there use proprietary
Windows/OSX clients or require using a browser to upload data.
As Amazon provide an API to connect directly to their servers I thought that
it would be nice if the Amiga too could have transparent access to their cloud
storage service.

After exploring the various solutions I settled for S3Cmd as it only needs
Python which comes pre-installed with OS4 and I wanted to keep it as simple to
install as possible so that anyone else could use it too.

With the included S3Cmd script you will be able to easily load/save, share and
backup/restore data on the cloud with your Amiga.
No more excuses for not having backups ;-)


REQUIREMENTS:

For S3Cmd to be of any use you'll need an Amazon Web Services (AWS) account.

Currently Amazon gives a whole year for free from the date you sign up and their
free offer includes a lot more than storage. For example you can create an M1
cloud server instance with 30GB of EBS storage, dedicated IP, root access and
the ability to install any Linux version and software you want.
See http://aws.amazon.com/free/ for details


INSTALLATION:

Copy the S3C drawer wherever you like
[see S3C.readme for configuration details]


USAGE:

After installing S3Cmd you will be able to access your S3 storage transparently
from the Shell with the S3Cmd command.

You can use S3Cmd as-is, for example:

'S3Cmd get s3://amigarulez/newdrawer/myfile RAM:myfile' (download file to RAM:)
'S3Cmd sync DH1:MyPrecious/ s3://amigarulez/MyPrecious/' (incremental backup)

or you can create aliases and scripts to have more amiga-like commands 
for common tasks such as:

S3List, S3Put, S3Get, S3Delete, S3Info, etc.
[see S3C.readme for examples]


HINTS:

If you enable user read permission on drawers or files (setacl) you can share
your files by giving people links such as:
http://s3.amazonaws.com/amigarulez/photos/myphoto.jpg or
http://amigarulez.s3.amazonaws.com/photos/myphoto.jpg

With ARexx for Python and ProAction from Andy Broad you can quickly create some
ReAction GUIs to interact with S3. 

If someone has the time and patience to make an s3-handler to mount buckets as
volumes like FTPMount and NetFS, please do!


CREDITS:

All the hard work was done by Michal Ludvig (S3Cmd), I only added a few lines
of code to prevent infinite loops and crashes from the colon in volume names.


Enjoy!

Copyright © 2004-2024 by Björn Hagström All Rights Reserved