Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 2006 (2.49 sec)

  1. cmd/bucket-lifecycle.go

    	}
    	return sp.S3Select.UnmarshalXML(d, start)
    }
    
    // RestoreObjectRequest - xml to restore a transitioned object
    type RestoreObjectRequest struct {
    	XMLName          xml.Name           `xml:"http://s3.amazonaws.com/doc/2006-03-01/ RestoreRequest" json:"-"`
    	Days             int                `xml:"Days,omitempty"`
    	Type             RestoreRequestType `xml:"Type,omitempty"`
    	Tier             string             `xml:"Tier"`
    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