Skip to content

Commit b8ef3cd

Browse files
committed
Improved explanation of experimental disk accounting
1 parent affb066 commit b8ef3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StorageGRID-Webscale-Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ $BucketAccounting | Export-Csv -Path $HOME\Downloads\BucketAccounting.csv -NoTyp
167167

168168
## Experimental Accounting of disk usage per tenant and bucket
169169

170-
The following script expects that the S3-Client PowerShell Module is installed and that a connection to a server was established via `Connect-SgwServer`.
170+
The following script expects that the S3-Client PowerShell Module is installed and that a connection to a server was established via `Connect-SgwServer` and the minimum API Version was set to 1 with `Update-SgwConfigManagement -MinApiVersion 1`.
171171

172172
```powershell
173173
$Accounts = Get-SgwAccounts -Capabilities s3

0 commit comments

Comments
 (0)