rsnt_translations
56,420
edits
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
<!--T:1--> | <!--T:1--> | ||
For information on obtaining Arbutus Object Storage, please see the [[ | For information on obtaining Arbutus Object Storage, please see the [[Arbutus_Object_Storage|this page]]. This page describes how to configure and use two common object storage clients: | ||
# s3cmd | # s3cmd | ||
# WinSCP | # WinSCP | ||
Line 62: | Line 62: | ||
=== Create buckets === <!--T:13--> | === Create buckets === <!--T:13--> | ||
The next task is to make a bucket. Buckets contain files. Bucket names must be unique across the Arbutus object storage solution. Therefore, you will need to create a uniquely named bucket which will not conflict with other users. For example, | The next task is to make a bucket. Buckets contain files. Bucket names must be unique across the Arbutus object storage solution. Therefore, you will need to create a uniquely named bucket which will not conflict with other users. For example, buckets <tt>s3://test/</tt> and <tt>s3://data/</tt> are likely already taken. Consider creating buckets reflective of your project, for example <tt>s3://def-test-bucket1</tt> or <tt>s3://atlas_project_bucket</tt>. Valid bucket names may only use the upper case characters, lower case characters, digits, periods, hyphens, and underscores (i.e. A-Z, a-z, 0-9, ., -, and _ ). | ||
<!--T:14--> | <!--T:14--> | ||
Line 122: | Line 122: | ||
<!--T:29--> | <!--T:29--> | ||
Other more sophisticated examples can be found in the s3cmd [https://www.s3express.com/help/help.html help site] or | Other more sophisticated examples can be found in the s3cmd [https://www.s3express.com/help/help.html help site] or main page. | ||
== WinSCP == <!--T:30--> | == WinSCP == <!--T:30--> |