Is there a way to configure unauthenticated object access?
I have a use case where I want to allow access to a particular object in Swift without enforcing authentication, but I don't want the Content-Disposition header being set. In fact, I require it not be set, so using tempurl is not going to work. Is there a way to configure this, or will I have to modify the code?