Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for output (0.13 sec)

  1. cmd/bucket-lifecycle.go

    }
    
    // OutputLocation specifies bucket where object needs to be restored
    type OutputLocation struct {
    	S3 S3Location `xml:"S3,omitempty"`
    }
    
    // IsEmpty returns true if output location not specified.
    func (o *OutputLocation) IsEmpty() bool {
    	return o.S3.BucketName == ""
    }
    
    // SelectParameters specifies sql select parameters
    type SelectParameters struct {
    	s3select.S3Select
    }
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Apr 17 05:09:58 GMT 2024
    - 33.1K bytes
    - Viewed (0)
Back to top