Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetContentLengthRange (0.24 sec)

  1. cmd/postpolicyform_test.go

    	pp := minio.NewPostPolicy()
    	pp.SetBucket("testbucket")
    	pp.SetContentType("image/jpeg")
    	pp.SetUserMetadata("uuid", "14365123651274")
    	pp.SetKeyStartsWith("user/user1/filename")
    	pp.SetContentLengthRange(1048579, 10485760)
    	pp.SetSuccessStatusAction("201")
    
    	type testCase struct {
    		Bucket              string
    		Key                 string
    		XAmzDate            string
    		XAmzAlgorithm       string
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 8.9K bytes
    - Viewed (0)
Back to top