Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 188 for Previously (0.12 sec)

  1. cmd/batch-rotate.go

    1. sseS3 := crypto.S3.IsEncrypted(objInfo.UserDefined)
    2. if !sseKMS && !sseS3 { // neither sse-s3 nor sse-kms disallowed
    3. return errInvalidEncryptionParameters
    4. }
    5. if sseKMS && r.Encryption.Type == sses3 { // previously encrypted with sse-kms, now sse-s3 disallowed
    6. return errInvalidEncryptionParameters
    7. }
    8. versioned := globalBucketVersioningSys.PrefixEnabled(srcBucket, srcObject)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Sep 18 17:59:03 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/ImmutableListMultimap.java

    1. * }</pre>
    2. *
    3. * <p>Builder instances can be reused; it is safe to call {@link #build} multiple times to build
    4. * multiple multimaps in series. Each multimap contains the key-value mappings in the previously
    5. * created multimaps.
    6. *
    7. * @since 2.0
    8. */
    9. public static final class Builder<K, V> extends ImmutableMultimap.Builder<K, V> {
    10. /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Aug 16 20:20:32 UTC 2024
    - 19K bytes
    - Viewed (0)
  3. cmd/bucket-replication-handlers.go

    1. // enabled for the qualifying rule. This API is a MinIO only extension provided for situations where
    2. // remote target is entirely lost,and previously replicated objects need to be re-synced. If resync is
    3. // already in progress it returns an error
    4. func (api objectAPIHandlers) ResetBucketReplicationStartHandler(w http.ResponseWriter, r *http.Request) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 15 12:04:40 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  4. cmd/generic-handlers.go

    1. header.Set("Strict-Transport-Security", "max-age=31536000; includeSubDomains") // HSTS mitigates variants of MITM attacks
    2.  
    3. // Previously, this value was set right before a response was sent to
    4. // the client. So, logger and Error response XML were not using this
    5. // value. This is set here so that this header can be logged as
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jul 29 18:10:04 UTC 2024
    - 20.5K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.14.md

    1. * - AWS_SSH_KEY, previously assumed to be an absolute path can now be either relative or absolute
    2. * - LOCAL_SSH_KEY (for local and vsphere providers) was previously assumed to be a filename relative to ~/.ssh but can now also be an absolute path
    3. * - KUBE_SSH_KEY (for skeleton provider) was previously assumed to be a filename relative to ~/.ssh but can now also be an absolute path
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  6. cmd/xl-storage_test.go

    1. {"myobject", nil},
    2. {"path/to/my/object", nil},
    3. // TestXLStorage to append to previously created file.
    4. {"myobject", nil},
    5. // TestXLStorage to use same path of previously created file.
    6. {"path/to/my/testobject", nil},
    7. // TestXLStorage to use object is a directory now.
    8. {"object-as-dir", errIsNotRegular},
    9. // path segment uses previously uploaded object.
    10. {"myobject/testobject", errFileAccessDenied},
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Aug 14 17:11:51 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.8.md

    1. * support mount options in azure file ([#54674](https://github.com/kubernetes/kubernetes/pull/54674), [@andyzhangx](https://github.com/andyzhangx))
    2. * kube-apiserver: fixed --oidc-username-prefix and --oidc-group-prefix flags which previously weren't correctly enabled ([#56175](https://github.com/kubernetes/kubernetes/pull/56175), [@ericchiang](https://github.com/ericchiang))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  8. Makefile.core.mk

    1. # Target: clean
    2. #-----------------------------------------------------------------------------
    3. .PHONY: clean
    4.  
    5. clean: ## Cleans all the intermediate files and folders previously generated.
    6. rm -rf $(DIRS_TO_CLEAN)
    7.  
    8. #-----------------------------------------------------------------------------
    9. # Target: docker
    10. #-----------------------------------------------------------------------------
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 03 23:53:59 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/ImmutableListMultimap.java

    1. * }</pre>
    2. *
    3. * <p>Builder instances can be reused; it is safe to call {@link #build} multiple times to build
    4. * multiple multimaps in series. Each multimap contains the key-value mappings in the previously
    5. * created multimaps.
    6. *
    7. * @since 2.0
    8. */
    9. public static final class Builder<K, V> extends ImmutableMultimap.Builder<K, V> {
    10. /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 16 21:21:17 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.29.md

    1. - `kube-scheduler` implemented scheduling hints for the `NodeUnschedulable` plugin.
    2. The scheduling hints allow the scheduler to only retry scheduling a `Pod`
    3. that was previously rejected by the `NodeSchedulable` plugin if a new `Node` or a `Node` update sets `.spec.unschedulable` to false. ([#119396](https://github.com/kubernetes/kubernetes/pull/119396), [@wackxu](https://github.com/wackxu))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:37:31 UTC 2024
    - 375.1K bytes
    - Viewed (1)
Back to top