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
$Account = New-SGWAccount -Name Test -Capabilities s3
66
+
```
67
+
Then create S3 credentials with
68
+
```powershell
69
+
New-SGWAccountS3AccessKey -id $Account.id
70
+
```
71
+
61
72
## Simple workflow for exporting S3 account usage to CSV
62
73
63
74
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