This PR introduces an AWS method for uploading files according to the specification requested by dune. Namely
[x] Data providers should write objects with the bucket-owner-full-control canned ACL.
[x] If you plan to write data into several tables, you can write data for different tables in different folders in the S3 bucket. (e.g. s3:::{bucket name}/{folder name})
I am pretty new to the aws stuff, but it is my understanding that object_name (in the method) might be analogous to folder_name, however I will need to double check this.
Also, not really sure where to specify the aws region... kinda weird.
Based on #43
This PR introduces an AWS method for uploading files according to the specification requested by dune. Namely
[x] Data providers should write objects with the bucket-owner-full-control canned ACL.
[x] If you plan to write data into several tables, you can write data for different tables in different folders in the S3 bucket. (e.g. s3:::{bucket name}/{folder name})
I am pretty new to the aws stuff, but it is my understanding that
object_name
(in the method) might be analogous tofolder_name
, however I will need to double check this.Also, not really sure where to specify the aws region... kinda weird.