ubicloud/model/github
Enes Cakir ef2f89c0db Do not try to abort multipart uploads if the bucket is already deleted
Currently, this operation is not idempotent. If it fails after deleting
the bucket, the next run will also fail because the bucket no longer
exists.

We already catch Aws::S3::Errors::NoSuchBucket in the delete_bucket
call. We should do the same for aborting multipart uploads.
2025-09-17 21:48:01 +03:00
..
github_cache_entry.rb Use local variables and hash value omission in GithubCacheEntry#after_destroy 2025-06-04 04:55:45 +09:00
github_repository.rb Do not try to abort multipart uploads if the bucket is already deleted 2025-09-17 21:48:01 +03:00