rsnt_translations
56,420
edits
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
<!--T:28--> | <!--T:28--> | ||
Unlike other storage types, a unit of data or | Unlike other storage types, a unit of data or <i>object</i> is managed as a whole, and the information within it cannot be modified in place. Objects are stored in containers in the object store. The containers are stored in a way that makes them easier and often faster to access than in a traditional filesystem. | ||
<!--T:29--> | <!--T:29--> | ||
Line 67: | Line 67: | ||
<!--T:40--> | <!--T:40--> | ||
If you create a new container as | If you create a new container as <b>Public</b>, anyone on the Internet can read its contents by simply navigating to | ||
<!--T:41--> | <!--T:41--> | ||
Line 78: | Line 78: | ||
<!--T:43--> | <!--T:43--> | ||
{{quote|It's important to keep in mind that each data container on the | {{quote|It's important to keep in mind that each data container on the <b>Arbutus Object Store</b> must have a <b>unique name across all users</b>. To ensure uniqueness, we may want to prefix our data container names with our project name to avoid conflicts with other users. One useful rule of thumb is to refrain from using generic names like <code>test</code> for data containers. Instead, consider using more specific and unique names like <code>def-myname-test</code>.}} | ||
<!--T:44--> | <!--T:44--> |