cloudyr / googleCloudStorageR

Google Cloud Storage API to R
https://code.markedmondson.me/googleCloudStorageR
Other
104 stars 29 forks source link

Refactor gcs_upload to use s3 method dispatch #92

Closed MarkEdmondson1234 closed 6 years ago

MarkEdmondson1234 commented 6 years ago

This will make it easier for people to write their own methods for custom uploads, and just be less smelly code generally

https://github.com/cloudyr/googleCloudStorageR/blob/7a2b3e07047a5095c7a90f24f57a0011fa609d1d/R/upload.R#L88-L301