Skip to content

Commit d34fa49

Browse files
committed
Added tenant creation to tutorial
1 parent ea82ec4 commit d34fa49

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

StorageGRID-Webscale-Tutorial.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ To force connections via HTTP use the `-HTTP` switch
5858
Connect-SGWServer -Name $Server -Credential $Credential -HTTP
5959
```
6060

61+
## Create Tenant
62+
63+
To create a new S3 tenant use
64+
```powershell
65+
$Account = New-SGWAccount -Name Test -Capabilities s3
66+
```
67+
Then create S3 credentials with
68+
```powershell
69+
New-SGWAccountS3AccessKey -id $Account.id
70+
```
71+
6172
## Simple workflow for exporting S3 account usage to CSV
6273

6374
In this simple workflow the S3 account usage data will be retrieved and exported as CSV to [$HOME\Downloads\TenantAccounting.csv]($HOME\Downloads\TenantAccounting.csv).

0 commit comments

Comments
 (0)