Searched refs:putObjectRequest (Results 1 – 1 of 1) sorted by relevance
254 Aws::S3::Model::PutObjectRequest putObjectRequest; in Sync() local255 putObjectRequest.WithBucket(bucket_.c_str()).WithKey(object_.c_str()); in Sync()258 putObjectRequest.SetBody(outfile_); in Sync()259 putObjectRequest.SetContentLength(offset); in Sync()260 auto putObjectOutcome = this->s3_client_->PutObject(putObjectRequest); in Sync()