Arbutus object storage clients: Difference between revisions

Jump to navigation Jump to search
Marked this version for translation
(Merge edit by Mihow)
Tag: merged edit of another user
(Marked this version for translation)
Line 163: Line 163:
[[File:WinSCP ACL.png|400px|thumb|center|WinSCP ACL screen]]
[[File:WinSCP ACL.png|400px|thumb|center|WinSCP ACL screen]]


== AWS CLI ==
== AWS CLI == <!--T:43-->


<!--T:44-->
The <code>awscli</code> client also works with the Object Store service with better support for large (>5GB) files and the helpful <code>sync</code> command. However, not all features have not been tested.
The <code>awscli</code> client also works with the Object Store service with better support for large (>5GB) files and the helpful <code>sync</code> command. However, not all features have not been tested.


=== Installing awscli ===
=== Installing awscli === <!--T:45-->


<!--T:46-->
<pre>
<pre>
pip install awscli awscli-plugin-endpoint
pip install awscli awscli-plugin-endpoint
</pre>
</pre>


=== Configuring awscli ===
=== Configuring awscli === <!--T:47-->


<!--T:48-->
Generate an access key ID & secret key
Generate an access key ID & secret key


<!--T:49-->
<pre>
<pre>
openstack ec2 credentials create
openstack ec2 credentials create
</pre>
</pre>


<!--T:50-->
Edit or create <code>~/.aws/credentials</code> and add the credentials generated above
Edit or create <code>~/.aws/credentials</code> and add the credentials generated above


<!--T:51-->
<pre>
<pre>
[default]
[default]
Line 189: Line 195:
</pre>
</pre>


<!--T:52-->
Edit <code>~/.aws/config</code> and add the following configuration
Edit <code>~/.aws/config</code> and add the following configuration


<!--T:53-->
<pre>
<pre>
[plugins]
[plugins]
endpoint = awscli_plugin_endpoint
endpoint = awscli_plugin_endpoint


<!--T:54-->
[profile default]
[profile default]
s3 =
s3 =
Line 203: Line 212:
</pre>
</pre>


=== Using awscli ===
=== Using awscli === <!--T:55-->


<!--T:56-->
<pre>
<pre>
export AWS_PROFILE=default
export AWS_PROFILE=default
Line 211: Line 221:
</pre>
</pre>


<!--T:57-->
More examples can be found here: https://docs.ovh.com/us/en/storage/getting_started_with_the_swift_S3_API/
More examples can be found here: https://docs.ovh.com/us/en/storage/getting_started_with_the_swift_S3_API/


rsnt_translations
56,420

edits

Navigation menu