Skip to content

Commit 529cca1

Browse files
authored
AWS S3 URL support (#42)
1 parent 92d45b4 commit 529cca1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ MediaInfo is a class wrapping [the mediainfo CLI](http://mediainfo.sourceforge.n
88

99
## Usage
1010

11+
- Versions > 1.3.0 support S3 URLs. See rspec test for example of how to obtain the supported URL.
12+
1113
#### Parsing raw XML
1214
media_info = MediaInfo.from(File.open('iphone6+_video.mov.xml').read)
1315
#### Handling a local file

lib/mediainfo/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MediaInfo
2-
VERSION = '1.2.2'
2+
VERSION = '1.3.0'
33
end

0 commit comments

Comments
 (0)