I used to use s3, and it had the ‘visibility’ option, it was much easier.
I want to upload all my ‘video’ files, and be able to access them only via signed URLs, with expiration etc. If I try to access the .mp4 file directly it is not possible, how can I do this? It seems confusing to me.
By default they are already ‘private’, as soon as I add the domain it automatically becomes public, is there a way for me to add the domain but keep it private?
I have a project that needs to be able to toggle public/private status for specific files in a bucket at will because the distribution flow of the users I represent require that. And because putObjectAcl is not implemented in R2 API, its not possible to individually control this through S3 methods.
I came upon this thread through a google search, hoping that it would help, but apparently there isnt a feature like this.