github.com/aws/aws-sdk-go-v2/service/internal/checksum.InputMiddlewareOptions.EnableDecodedContentLengthHeader (field)

25 uses

	github.com/aws/aws-sdk-go-v2/service/internal/checksum (current package)
		middleware_add.go#L45: 	EnableDecodedContentLengthHeader bool
		middleware_add.go#L90: 		EnableDecodedContentLengthHeader: options.EnableDecodedContentLengthHeader,

	github.com/aws/aws-sdk-go-v2/service/s3
		api_op_DeleteObjects.go#L266: 		EnableDecodedContentLengthHeader: true,
		api_op_PutBucketAccelerateConfiguration.go#L209: 		EnableDecodedContentLengthHeader: true,
		api_op_PutBucketAcl.go#L340: 		EnableDecodedContentLengthHeader: true,
		api_op_PutBucketCors.go#L225: 		EnableDecodedContentLengthHeader: true,
		api_op_PutBucketEncryption.go#L215: 		EnableDecodedContentLengthHeader: true,
		api_op_PutBucketLifecycleConfiguration.go#L241: 		EnableDecodedContentLengthHeader: true,
		api_op_PutBucketLogging.go#L230: 		EnableDecodedContentLengthHeader: true,
		api_op_PutBucketOwnershipControls.go#L169: 		EnableDecodedContentLengthHeader: true,
		api_op_PutBucketPolicy.go#L201: 		EnableDecodedContentLengthHeader: true,
		api_op_PutBucketReplication.go#L236: 		EnableDecodedContentLengthHeader: true,
		api_op_PutBucketRequestPayment.go#L193: 		EnableDecodedContentLengthHeader: true,
		api_op_PutBucketTagging.go#L238: 		EnableDecodedContentLengthHeader: true,
		api_op_PutBucketVersioning.go#L215: 		EnableDecodedContentLengthHeader: true,
		api_op_PutBucketWebsite.go#L251: 		EnableDecodedContentLengthHeader: true,
		api_op_PutObject.go#L552: 		EnableDecodedContentLengthHeader: true,
		api_op_PutObjectAcl.go#L382: 		EnableDecodedContentLengthHeader: true,
		api_op_PutObjectLegalHold.go#L209: 		EnableDecodedContentLengthHeader: true,
		api_op_PutObjectLockConfiguration.go#L206: 		EnableDecodedContentLengthHeader: true,
		api_op_PutObjectRetention.go#L216: 		EnableDecodedContentLengthHeader: true,
		api_op_PutObjectTagging.go#L263: 		EnableDecodedContentLengthHeader: true,
		api_op_PutPublicAccessBlock.go#L212: 		EnableDecodedContentLengthHeader: true,
		api_op_RestoreObject.go#L429: 		EnableDecodedContentLengthHeader: true,
		api_op_UploadPart.go#L435: 		EnableDecodedContentLengthHeader: true,