Closed msucevan closed 9 months ago
This commit is aimed to support the visibility, in order to set to public when necessary specially when you need to use s3 as disk.
Thanks!
This is probably a BC-break change, as private is not the default visibility for all disks. E.g. the default visibility for public disk is public (755 for dir and 644 for files.)
private
public
755
644
This commit is aimed to support the visibility, in order to set to public when necessary specially when you need to use s3 as disk.