Replies: 1 comment
-
this is being discussed #3069 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our s3-compatible storage does not support bucket policies (like AWS or Minio do). So instead, we upload files and set a header to make the file public. For example, if I was to use
mc
(or any AWS SDK), I set an additional header ofx-amz-acl: public-read
with the request and it works.I dug into the code briefly, it would probably need to go there:
goreleaser/internal/pipe/blob/upload.go
Lines 229 to 231 in df0216d
I would expose it via the config for
blobs
in.goreleaser.yml
.The questions are:
I am happy to come up with a PR for this.
Beta Was this translation helpful? Give feedback.
All reactions