hkusu / s3-upload-action

MIT License
18 stars 11 forks source link

file-path not accepting directory #12

Closed satish-dosapati closed 1 year ago

satish-dosapati commented 2 years ago

Hi Team,

I am trying to upload my test results to S3, here I am storing my results to /reposts directory. Under the report directory I have different test suites like reports/testsuite1/report.html reports/testsuite2/report.html

if I use file-path: reports/testsuite1/report.html , able to upload that file to S3 But if I try to upload reports directory like file-path: reports I am getting "EISDIR: illegal operation on a directory, read" error I gave chmod 777 permissions to that directory, still no use.

Can you please guide me on how to upload directory to S3

hkusu commented 1 year ago

Sorry,

As the README.md says:

Currently, only single file upload is supported.

Only single files can be uploaded.