Skip to content

Commit 2f75b22

Browse files
committed
chore(gen): s3 tools update (not finished)
1 parent 7c59b8d commit 2f75b22

File tree

1 file changed

+43
-8
lines changed

1 file changed

+43
-8
lines changed

storage/object/api-cli/managing-lifecycle-cliv2.mdx

Lines changed: 43 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ Run the following command in a terminal to preview the configuration file for Mi
103103
The `scw object config install` allows you to create a configuration file for the selected third party tool based on your [AWS configuration](/storage/object/api-cli/object-storage-aws-cli/).
104104

105105
<Message type="important">
106-
Creating a new configuration file using `scw object config install` will overwrite the existing one for the specified third party tool. To update an existing configuration, [generate a preview](#previewing-an-object-storage-configuration-file-for-the-scaleway-cli) and manually edit the configuration file.
106+
Creating a new configuration file using `scw object config install` will overwrite the existing one for the specified third party tool. To update an existing configuration, [generate a preview](#previewing-an-object-storage-configuration-file-for-the-scaleway-cli) and manually edit the configuration file.
107107
</Message>
108108

109109
<Tabs>
110110
<TabsTab label="Rclone">
111-
2. Run the following command in a terminal to install a configuration file for Rclone:
111+
Run the following command in a terminal to install a configuration file for Rclone:
112112

113113
```
114114
scw object config install type=rclone
@@ -144,22 +144,43 @@ Run the following command in a terminal to install a configuration file for `s3c
144144
```
145145
Configuration file successfully installed at /Users/yourusername/.mc/config.json.
146146
```
147+
</TabsTab>
148+
</Tabs>
149+
## Creating an Object Storage bucket
147150

148-
## Adding an Object Storage bucket
149-
150-
1. Run the following command in a terminal to create a bucket:
151+
<Tabs>
152+
<TabsTab label="Rclone">
153+
Run the following command in a terminal to create a bucket:
151154

152155
```
153-
s3cmd mb s3://your-bucket
156+
154157
```
155158

156159
An output similar to the following displays:
157160

158161
```
159-
Bucket 's3://your-bucket/' created
162+
163+
```
164+
</TabsTab>
165+
</Tabs>
166+
## Adding an object
167+
168+
<Tabs>
169+
<TabsTab label="Rclone">
170+
Run the following command in a terminal to add an object to your bucket:
171+
172+
```
173+
160174
```
161175

162-
2. Run the following command in a terminal to add an object to your bucket:
176+
An output similar to the following displays:
177+
178+
```
179+
180+
```
181+
</TabsTab>
182+
<TabsTab label="S3cmd">
183+
Run the following command in a terminal to add an object to your bucket:
163184

164185
```
165186
s3cmd put file /path/to/object/your-object s3://your-bucket/your-object`
@@ -171,6 +192,20 @@ Run the following command in a terminal to install a configuration file for `s3c
171192
upload: '/path/to/object/your-object' -> 's3://your-bucket/your-object' [1 of 1]
172193
3259 of 3259 100% in 0s 8.47 KB/s done
173194
```
195+
</TabsTab>
196+
<TabsTab label="MinIO Client ">
197+
Run the following command in a terminal to add an object to your bucket:
198+
199+
```
200+
```
201+
202+
An output similar to the following displays:
203+
204+
```
205+
```
206+
</TabsTab>
207+
</Tabs>
208+
174209

175210
## Removing an object from a bucket
176211

0 commit comments

Comments
 (0)