Closed shalomcarmel closed 7 years ago
My code
nsone=NSONE(configFile=configFile, keyID='globaldots') usage=nsone.stats().usage(period="30d", aggregate="true", by_tier="false")
This is what goes out to the server: GET /v1/('stats/usage',)?aggregate=True&period=30d&by_tier=True HTTP/1.1" and of course it fails with 404
GET /v1/('stats/usage',)?aggregate=True&period=30d&by_tier=True HTTP/1.1"
Hi @shalomcarmel, thank you for the bug report. The bug will be fixed shortly.
My code
This is what goes out to the server:
GET /v1/('stats/usage',)?aggregate=True&period=30d&by_tier=True HTTP/1.1"
and of course it fails with 404