Would be nice to be able to do something like:
await tmpFile.copy(dstFile, { destinationPredefinedAcl: 'publicRead' })
Instead of:
await tmpFile.copy(dstFile)
await dstFile.acl.readers.addAllUsers()
This isn't the only option missing, of course, but I'm just reporting my usecase.
Would be nice to be able to do something like:
Instead of:
This isn't the only option missing, of course, but I'm just reporting my usecase.