You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought about measures, but it is difficult.
Implementation may take time.
The reasons are described below.
The issue I'm getting is that editing a file with the public-read ACL then saving it results in the file no longer being publicly accessible.
The reason is that ACL is initialized when PutObject API is executed.
Therefore, the countermeasure method is to acquire the previous ACL using the GetObjectAcl API and specify it when using the PutObject API.
However, the return value of GetObjectAcl API and the argument structure of PuObject API are quite different in aws-sdk-go.
Therefore, it is difficult to interpret the return value of GetObjectAcl API yourself and pass it as an argument of PutObject API.
First of all, great tool! I love the editor integration, makes everything really easy.
The issue I'm getting is that editing a file with the
public-read
ACL then saving it results in the file no longer being publicly accessible.Steps to reproduce:
public-read
canned ACL.The text was updated successfully, but these errors were encountered: