hkusu / s3-upload-action

MIT License
18 stars 11 forks source link

Legacy S3 URLs #10

Closed Skizu closed 1 year ago

Skizu commented 2 years ago

When creating urls for the file here, you are using the legacy s3-Region format, instead of the current s3.Region format as noted in the AWS docs.

hkusu commented 1 year ago

Thank you! I will fix it in the next version.

hkusu commented 1 year ago

I fixed it with #19.