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
To see how many files are currently in the cache (any file from the bucket that starts with `FILE_PREFIX`), make a [GET request to the `/stats`](https://transgirl.wamellow.com/stats) endpoint.
49
52
50
53
```sh
51
54
curl http://localhost:8080/stats
52
55
{"file_count": 242}
53
56
```
54
57
58
+
---
59
+
### Refreshing
60
+
55
61
To refresh the cache, make a [POST request to the `/refresh`](https://transgirl.wamellow.com/refresh) endpoint.
56
62
As authorization header, you need to provide the `Bearer` token that you set in the `AWS_SECRET_ACCESS_KEY` environment variable.
0 commit comments