From b84524391ad9efcc815a0904b8e5975eaa7f3734 Mon Sep 17 00:00:00 2001 From: jeffyanta Date: Wed, 4 Mar 2026 09:41:59 -0500 Subject: [PATCH] Fix currency icon S3 upload --- ocp/rpc/currency/icon.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ocp/rpc/currency/icon.go b/ocp/rpc/currency/icon.go index 403a277..3cbf1d8 100644 --- a/ocp/rpc/currency/icon.go +++ b/ocp/rpc/currency/icon.go @@ -115,7 +115,6 @@ func (s *currencyServer) UpdateIcon(ctx context.Context, req *currencypb.UpdateI Key: aws.String(key), Body: bytes.NewReader(encoded.Bytes()), ContentType: aws.String(contentType), - ACL: s3.ObjectCannedACLPublicRead, }) _, err = putReq.Send(ctx) if err != nil {