Arbutus object storage clients: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 7: Line 7:


== s3cmd ==
== s3cmd ==
=== installing s3cmd ===
=== Installing s3cmd ===
Depending on your Linux distribution, the <code>s3cmd</code> command can be installed using the appropriate <code>yum</code> or <code>apt</code> command:
Depending on your Linux distribution, the <code>s3cmd</code> command can be installed using the appropriate <code>yum</code> (RHEL, DENTOS) or <code>apt</code> (Debian, Ubuntu) command:


<code>$ sudo yum install s3cmd</code><br/>
<code>$ sudo yum install s3cmd</code><br/>
<code>$ sudo apt install s3cmd </code>
<code>$ sudo apt install s3cmd </code>


=== Configuring s3cmd ===
To configure the <code>s3cmd</code> tool use the command:</br>
To configure the <code>s3cmd</code> tool use the command:</br>
<code>$ s3cmd --configure</code>
<code>$ s3cmd --configure</code>
cc_staff
172

edits