mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 20:17:59 +00:00
Bump deps
This commit is contained in:
9
vendor/github.com/aws/aws-sdk-go/service/s3/api.go
generated
vendored
9
vendor/github.com/aws/aws-sdk-go/service/s3/api.go
generated
vendored
@@ -7899,6 +7899,9 @@ type CreateMultipartUploadInput struct {
|
||||
// The type of storage to use for the object. Defaults to 'STANDARD'.
|
||||
StorageClass *string `location:"header" locationName:"x-amz-storage-class" type:"string" enum:"StorageClass"`
|
||||
|
||||
// The tag-set for the object. The tag-set must be encoded as URL Query parameters
|
||||
Tagging *string `location:"header" locationName:"x-amz-tagging" type:"string"`
|
||||
|
||||
// If the bucket is configured as a website, redirects requests for this object
|
||||
// to another object in the same bucket or to an external URL. Amazon S3 stores
|
||||
// the value of this header in the object metadata.
|
||||
@@ -8060,6 +8063,12 @@ func (s *CreateMultipartUploadInput) SetStorageClass(v string) *CreateMultipartU
|
||||
return s
|
||||
}
|
||||
|
||||
// SetTagging sets the Tagging field's value.
|
||||
func (s *CreateMultipartUploadInput) SetTagging(v string) *CreateMultipartUploadInput {
|
||||
s.Tagging = &v
|
||||
return s
|
||||
}
|
||||
|
||||
// SetWebsiteRedirectLocation sets the WebsiteRedirectLocation field's value.
|
||||
func (s *CreateMultipartUploadInput) SetWebsiteRedirectLocation(v string) *CreateMultipartUploadInput {
|
||||
s.WebsiteRedirectLocation = &v
|
||||
|
||||
Reference in New Issue
Block a user