groton-school / knowledgebase

Knowledgebase website
https://kb.groton.org
GNU General Public License v3.0
0 stars 0 forks source link

need to purge expired files from Cloud Storage as well as upload new files #33

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

https://github.com/groton-school/knowledgebase/blob/662b16fce9fb7558783b5c0fe11a501a7c25c9ae/packages/index/src/File.ts#L187


  /**
   * Cache Drive file as complete web archive in Cloud Storage Bucket
   *
   * FIXME need to purge expired files from Cloud Storage as well as upload new files
   */
  public async cache({
    bucketName,
github-actions[bot] commented 1 month ago

Closed in d73d8bb9b5d27d5b7a881320c162d1161534afb1

battis commented 1 month ago

In theory... this is done. But need to wait to make sure it works in real life.