-
Hello, TL;DR - Is it currently possible to set a I'm trying to set input file target that sits on aws s3. By way of example, if you take the canonical minimal example,
I would like to modify the above code so that I am referencing an unsuported file format in AWS. Like so -
Now, I know that my
I can get the data by just using So. Am I trying to do something that is not actually possible? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
So I can see that if I create a file in my local environment called But my use case is different - in my situation there is already a parquet file in a bucket, which is refreshed periodically, that I want to read into my targets folder. |
Beta Was this translation helpful? Give feedback.
-
Here, for posterity, is my setup. This allows me to use the "url" format on minio-hosted S3 objects. The url path construction may need to be modified for it to work with S3 subdomain-style bucket paths, YMMV. Will only work after ae0f8f6. It assumes that environment variables In
My
|
Beta Was this translation helpful? Give feedback.
Here, for posterity, is my setup. This allows me to use the "url" format on minio-hosted S3 objects. The url path construction may need to be modified for it to work with S3 subdomain-style bucket paths, YMMV.
Will only work after ae0f8f6.
It assumes that environment variables
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
are set.In
R/functions.R