1. The Brave browser is a fast, private and secure web browser for PC, Mac and mobile. Download now to enjoy a faster ad-free browsing experience that saves data and battery life by blocking tracking software.
  2. The CloudBerry app is rock solid for accessing S3 on Windows 10. I'm using it right now to back up a ton of 4k video clips I have saved in an S3 bucket to an external hard drive I have connected to my Windows 10 pc. It's running super smooth and their interface is excellent.
  3. ‎The gold standard of macOS file transfer apps just drove into the future. Transmit 5 is here. Upload, download, and manage files on tons of servers with an easy, familiar, and powerful UI. Transmit 5 has MORE SERVERS. Transmit now connects to 11 new cloud services, like Backblaze B2, Box, Google.

S3 Browser is a freeware Amazon browser software app filed under cloud storage software and made available by NetSDK Software for Windows. The review for S3 Browser has not been completed yet, but it was tested by an editor here on a PC and a list of features has been compiled; see below. This app allows you to use AWS (Amazon Web Services) S3 as backup system for desktop environments. Like Dropbox or Google Drive app you can backup your important data on AWS S3. This desktop app allows you to configure 3 different types of backup job (One time, recurring, live) to backup your data in an S3 bucket.


Backup on AWS S3 ? Never been so easy!

S3 browser app mac os

This app allows you to use AWS (Amazon Web Services) S3 as backup system for desktop environments.Like Dropbox or Google Drive app you can backup your important data on AWS S3.This desktop app allows you to configure 3 different types of backup job (One time, recurring, live) to backup your data in an S3 bucket.

  • One time: the backup job will be executed only one time as programmed.
  • Recurring: the backup job will be executed periodically as programmed.
  • Live: any time a file associated with the backup job changes it will be transferred to the S3 bucket.

This is a cross platform app, built with Electron, so you can use it on Windows, Mac and Linux.

Requirement

This app use the AWS CLI 'sync' command, this mean that you must install the AWS CLI in order to use this app.

You can find the AWS CLI installer here: Download AWS CLI

APP Settings

After installation go to settings page and configure the AWS credentials.

S3 Browser App Mac Os

In order to use the app you must set an 'AWS access key ID', an 'AWS secret access key' and an 'AWS Region' that you can create through the IAM service in the AWS console.The IAM user needs a programmatic access account with a correct read/write S3 policy attached (e.g AmazonS3FullAccess) and CloudWatch Metrics (e.g CloudWatchReadOnlyAccess).You can use any IAM S3 policy that grant access to the buckets that you want to use with the app.Here an example policy: IAM S3 example policy

Wiki

A complete and detailed documentation can be found here: https://github.com/ulver2812/aws-s3-backup/wiki

Windows executable (portable and installer)

Changelog

Getting Started

Clone this repository locally :

Install dependencies with npm :

S3 Browser App Mac Ios

To build for development

  • in a terminal window -> npm start

This start a local development environment with hot reload

You can activate/deactivate 'Developer Tools' by commenting or not win.webContents.openDevTools(); in main.ts.

To build for production

  • in a windows terminal window -> npm electron:windows
  • in a mac terminal window -> npm electron:mac
  • in a linux terminal window -> npm electron:linux

S3 Browser Download For Windows

You will find the app build files in the 'app-builds' directory.

S3 Browser Windows

Don't forget to deactivate the 'Developer Tools' by commenting win.webContents.openDevTools(); in main.ts.

Included Commands

CommandDescription
npm run ng:serve:webExecute the app in the browser
npm run buildBuild the app. Your built files are in the /dist folder.
npm run build:prodBuild the app with Angular aot. Your built files are in the /dist folder.
npm run electron:localBuilds your application and start electron
npm run electron:linuxBuilds your application and creates an app consumable on linux system
npm run electron:windowsOn a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems
npm run electron:macOn a MAC OS, builds your application and generates a .app file of your application that can be run on Mac