Skip to content

Commit

Permalink
Merge pull request #811 from paws-r/regen_paws
Browse files Browse the repository at this point in the history
Regenerate Paws
  • Loading branch information
DyfanJones authored Jul 19, 2024
2 parents c37c23b + 25752fb commit 2b86e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cran/paws.storage/R/s3_custom.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ s3_download_file <- function(Bucket, Key, Filename, IfMatch = NULL, IfModifiedSi
input <- .s3$get_object_input(Bucket = Bucket, IfMatch = IfMatch, IfModifiedSince = IfModifiedSince, IfNoneMatch = IfNoneMatch, IfUnmodifiedSince = IfUnmodifiedSince, Key = Key, Range = Range, ResponseCacheControl = ResponseCacheControl, ResponseContentDisposition = ResponseContentDisposition, ResponseContentEncoding = ResponseContentEncoding, ResponseContentLanguage = ResponseContentLanguage, ResponseContentType = ResponseContentType, ResponseExpires = ResponseExpires, VersionId = VersionId, SSECustomerAlgorithm = SSECustomerAlgorithm, SSECustomerKey = SSECustomerKey, SSECustomerKeyMD5 = SSECustomerKeyMD5, RequestPayer = RequestPayer, PartNumber = PartNumber, ExpectedBucketOwner = ExpectedBucketOwner)
output <- .s3$get_object_output()
config <- get_config()
svc <- .s3$service(config)
svc <- .s3$service(config, op)
request <- new_request(svc, op, input, output, Filename)
response <- send_request(request)
return(list())
Expand Down
2 changes: 1 addition & 1 deletion paws/R/s3_custom.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ s3_download_file <- function(Bucket, Key, Filename, IfMatch = NULL, IfModifiedSi
input <- .s3$get_object_input(Bucket = Bucket, IfMatch = IfMatch, IfModifiedSince = IfModifiedSince, IfNoneMatch = IfNoneMatch, IfUnmodifiedSince = IfUnmodifiedSince, Key = Key, Range = Range, ResponseCacheControl = ResponseCacheControl, ResponseContentDisposition = ResponseContentDisposition, ResponseContentEncoding = ResponseContentEncoding, ResponseContentLanguage = ResponseContentLanguage, ResponseContentType = ResponseContentType, ResponseExpires = ResponseExpires, VersionId = VersionId, SSECustomerAlgorithm = SSECustomerAlgorithm, SSECustomerKey = SSECustomerKey, SSECustomerKeyMD5 = SSECustomerKeyMD5, RequestPayer = RequestPayer, PartNumber = PartNumber, ExpectedBucketOwner = ExpectedBucketOwner)
output <- .s3$get_object_output()
config <- get_config()
svc <- .s3$service(config)
svc <- .s3$service(config, op)
request <- new_request(svc, op, input, output, Filename)
response <- send_request(request)
return(list())
Expand Down

0 comments on commit 2b86e39

Please sign in to comment.