Can I import a file to reader using external sources like S3 or FTP #3136
-
Hello, I can't find a way to give a s3 Amazon link to the reader, it only accepts Filename and directly take the files from public server. Any suggestions or comments ?! I'm already like 3 days in a row in this problem. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
PR #2326 made a change that allowed writing to Amazon S3. It was needed because the parameters for fopen needed to be different for S3 than for other sources. I don't think distinguishing between S3 and other systems would be necessary for read, and I don't see why S3 read wouldn't be allowed if S3 write is. I have no way to test. The discussion in that PR gives an example of the setup needed to write; can you adapt it for read? |
Beta Was this translation helpful? Give feedback.
PR #2326 made a change that allowed writing to Amazon S3. It was needed because the parameters for fopen needed to be different for S3 than for other sources. I don't think distinguishing between S3 and other systems would be necessary for read, and I don't see why S3 read wouldn't be allowed if S3 write is. I have no way to test. The discussion in that PR gives an example of the setup needed to write; can you adapt it for read?