s3fsr 1.11 → 1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/s3fsr.rb +4 -0
- metadata +2 -2
data/lib/s3fsr.rb
CHANGED
|
@@ -71,6 +71,10 @@ class SBaseDir
|
|
|
71
71
|
get_contents[f.name] = f
|
|
72
72
|
end
|
|
73
73
|
def create_dir child_key
|
|
74
|
+
if child_key.end_with? "flush" then
|
|
75
|
+
@data = nil
|
|
76
|
+
return
|
|
77
|
+
end
|
|
74
78
|
AWS::S3::S3Object.store(child_key + '/', '', bucket)
|
|
75
79
|
d = SPrefixDir.new(self, child_key + '/')
|
|
76
80
|
get_contents[d.name] = d
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: s3fsr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '1.
|
|
4
|
+
version: '1.12'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-05-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: builder
|