• R
    Ignore files already deleted on GCS file deletions · 390840eb
    Rosa Gutierrez 提交于
    Relying on the GET request issued first to fetch the file we want to
    delete is not enough to avoid this error. If the file is deleted after
    our GET request but before the DELETE request we'll get a NotFound error
    that after all means that the file is already deleted, so it can be
    safely ignored.
    390840eb
gcs_service.rb 2.3 KB