We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35a837 commit 41445b6Copy full SHA for 41445b6
lib/fog/storage/google_json/models/directories.rb
@@ -22,7 +22,9 @@ def get(bucket_name, options = {})
22
).to_h
23
24
directory = new(data)
25
-
+ # Because fog-aws accepts these arguments on files at the
26
+ # directories.get level, we need to preload the directory files
27
+ # with these attributes here.
28
files_attr_names = %i(delimiter page_token max_results prefix)
29
30
file_opts = options.select { |k, _| files_attr_names.include? k }
0 commit comments