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 {