isPublicRead property
bool
get
isPublicRead
Whether no credentials are provided (public-read bucket).
Implementation
bool get isPublicRead => accessKeyId.isEmpty;
Whether no credentials are provided (public-read bucket).
bool get isPublicRead => accessKeyId.isEmpty;