leaving a note that I was not able to avoid ``` An unexpected error occurred, please try again. "The bucket does not allow ACLs" ``` despite trying `acl: null` `acl: ""` and removing the `acl` config option. I removed the ACL line in the `save()` function and got this to work
leaving a note that I was not able to avoid
despite trying
acl: nullacl: ""and removing theaclconfig option.I removed the ACL line in the
save()function and got this to work