@@ -105,11 +105,10 @@ std::ostream& operator<<(std::ostream& os, GetObjectMetadataRequest const& r);
105105 */
106106template <typename Derived>
107107using InsertObjectRequestImpl = GenericObjectRequest<
108- Derived, ContentEncoding, ContentType, Crc32cChecksumValue,
109- EncryptionKey, IfGenerationMatch,
110- IfGenerationNotMatch, IfMetagenerationMatch, IfMetagenerationNotMatch,
111- KmsKeyName, MD5HashValue, PredefinedAcl, Projection, UserProject,
112- UploadFromOffset, UploadLimit, WithObjectMetadata>;
108+ Derived, ContentEncoding, ContentType, Crc32cChecksumValue, EncryptionKey,
109+ IfGenerationMatch, IfGenerationNotMatch, IfMetagenerationMatch,
110+ IfMetagenerationNotMatch, KmsKeyName, MD5HashValue, PredefinedAcl,
111+ Projection, UserProject, UploadFromOffset, UploadLimit, WithObjectMetadata>;
113112
114113/* *
115114 * Represents a request to the `Objects: insert` API with a string for the
@@ -193,10 +192,9 @@ std::ostream& operator<<(std::ostream& os, CopyObjectRequest const& r);
193192 */
194193class ReadObjectRangeRequest
195194 : public GenericObjectRequest<
196- ReadObjectRangeRequest,
197- EncryptionKey, Generation, IfGenerationMatch, IfGenerationNotMatch,
198- IfMetagenerationMatch, IfMetagenerationNotMatch, ReadFromOffset,
199- ReadRange, ReadLast, UserProject, AcceptEncoding> {
195+ ReadObjectRangeRequest, EncryptionKey, Generation, IfGenerationMatch,
196+ IfGenerationNotMatch, IfMetagenerationMatch, IfMetagenerationNotMatch,
197+ ReadFromOffset, ReadRange, ReadLast, UserProject, AcceptEncoding> {
200198 public:
201199 using GenericObjectRequest::GenericObjectRequest;
202200
@@ -438,12 +436,12 @@ std::ostream& operator<<(std::ostream& os, RestoreObjectRequest const& r);
438436class ResumableUploadRequest
439437 : public GenericObjectRequest<
440438 ResumableUploadRequest, ContentEncoding, ContentType,
441- Crc32cChecksumValue,
442- EncryptionKey, IfGenerationMatch, IfGenerationNotMatch ,
443- IfMetagenerationMatch, IfMetagenerationNotMatch, KmsKeyName ,
444- MD5HashValue, PredefinedAcl, Projection, UseResumableUploadSession ,
445- UserProject, UploadFromOffset, UploadLimit, WithObjectMetadata ,
446- UploadContentLength, AutoFinalize, UploadBufferSize> {
439+ Crc32cChecksumValue, EncryptionKey, IfGenerationMatch,
440+ IfGenerationNotMatch, IfMetagenerationMatch, IfMetagenerationNotMatch ,
441+ KmsKeyName, MD5HashValue, PredefinedAcl, Projection ,
442+ UseResumableUploadSession, UserProject, UploadFromOffset, UploadLimit ,
443+ WithObjectMetadata, UploadContentLength, AutoFinalize ,
444+ UploadBufferSize> {
447445 public:
448446 ResumableUploadRequest () = default ;
449447
0 commit comments