You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/guides/s3-tables.mdx
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,19 +83,25 @@ Create a volume in Embucket that connects to your S3 table bucket. Use either th
83
83
<Tabs>
84
84
<TabItemlabel="API">
85
85
86
-
Use `HTTPie` or `curl` to create the volume via API:
86
+
Creating a volume via the API requires Bearer Token authentication. This is a two-step process: first, get an access token, then use that token to create the volume.
87
+
88
+
Use `HTTPie` + jq or `curl` + jq to create the volume via API:
0 commit comments