Class AbstractBucketLifecycleManagerDescriptor

    • Method Detail

      • doCheckBucketNameWithVars

        public FormValidation doCheckBucketNameWithVars​(@QueryParameter
                                                        String bucketNameWithVars)
                                                 throws IOException
        This specialized override of the bucket name form validation disallows multi-part storage prefixes (just the bucket name).
        Overrides:
        doCheckBucketNameWithVars in class AbstractUploadDescriptor
        Parameters:
        bucketNameWithVars - GCS bucket.
        Returns:
        Valid form validation result or error message if invalid.
        Throws:
        IOException - If there was an issue validating the bucket.