Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Permanently (0.08 sec)

  1. docs/changelogs/changelog_3x.md

        ```
    
     *  Fix: Handle dispatcher executor shutdowns gracefully. When there aren't any threads to carry a
        call its callback now gets a `RejectedExecutionException`.
     *  Fix: Don't permanently cache responses with `Cache-Control: immutable`. We misunderstood the
        original `immutable` proposal!
     *  Fix: Change `Authenticator`'s `Route` parameter to be nullable. This was marked as non-null but
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  2. cmd/erasure-object.go

    						}
    					}
    					return goi, ObjectNotFound{
    						Bucket: bucket,
    						Object: object,
    					}
    				}
    			}
    		} // Delete marker and any latest that qualifies shall be expired permanently.
    
    		return ObjectInfo{}, toObjectErr(er.deletePrefix(ctx, bucket, object), bucket, object)
    	}
    
    	storageDisks := er.getDisks()
    	versionFound := true
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 31 22:10:24 UTC 2024
    - 78.8K bytes
    - Viewed (0)
Back to top