You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
Hi,
I need to get the size of the directory (folder) in google storage
recently I get list of the files in a directory and send request to storage to get the size of that file Storage ::disk('gcs')-> size('/path/to/file'); but it's too slow. Is there any other way?
The text was updated successfully, but these errors were encountered:
Hi,
I need to get the size of the directory (folder) in google storage
recently I get list of the files in a directory and send request to storage to get the size of that file
Storage ::disk('gcs')-> size('/path/to/file');
but it's too slow. Is there any other way?
The text was updated successfully, but these errors were encountered: