|
Bucket commander
is a command line tool for Amazon S3. Where in case of Bucket Explorer you do all operations manually, Bucket Commander helps you in
Scheduling and Automation of upload/download/and copy
features. Here Automation means the scheduled operations will be carried on automatically as per configured in schedule, so you can use Bucket commander instead of Bucket Explorer when you want to schedule a big process.
Scheduling and Automation of Bucket Commander operations:
It provides following features:
-
It provides you the
summary report
for all the operations.
-
Upload files & folders
from local file system to
Amazon S3 bucket
.
-
Download files & folders from Amazon S3 bucket to a local folder.
-
Copy contents from one bucket to another directly on S3.
-
Schedule using OS scheduler.
-
Upload
: - You can upload local files & folders to Amazon S3 in specified bucket or folder. If uploading item already exists then the existing document will be overwritten by uploading item, if you’ve set overwrite true in config file of Bucket Commander.
In case of overwrite, If "
Versioning
" is not enabled on bucket then old item is copied to Version folder of System bucket as name of item, appended with current date and time means all versions will be maintained. Otherwise all versions of objects will be maintained by Amazon S3 itself and Bucket Explorer now supports versioning, so you can list all versions of objects.
-
Download
: - You can download Amazon S3 bucket, files or folders to a local machine using Bucket Commander, it also supports overwrite just as upload option.
-
Copy
: - You can Copy one Bucket to another directly on S3 using Bucket Commander, it supports overwrite just as upload option.
-
Set ACLs To Default
: - You can set bucket default permissions to all objects of the Bucket. It does not update the ACL, if it found the same ACL already set to the object
Bucket Commander needs a configuration file, which can be created using Bucket Explorer's UI or manually.
Related Topics
:
|
|