hkusu / s3-upload-action

MIT License
18 stars 11 forks source link

Expire equal to Zero is not accepted #17

Closed paulocoutinhox closed 1 year ago

paulocoutinhox commented 1 year ago

Hi,

Expire seconds equal to Zero is not accepted, since you add if (!expire [...]) { }: https://github.com/hkusu/s3-upload-action/blob/master/src/main.js#L60

Can you fix this?

Thanks.

hkusu commented 1 year ago

I fixed it with #19.