Module: VagrantPlugins::S3Auth
- Defined in:
- lib/vagrant-s3auth.rb,
lib/vagrant-s3auth/action.rb,
lib/vagrant-s3auth/errors.rb,
lib/vagrant-s3auth/plugin.rb,
lib/vagrant-s3auth/version.rb,
lib/vagrant-s3auth/action/authenticate_box_url.rb
Defined Under Namespace
Modules: Action, Errors Classes: Plugin
Constant Summary collapse
- S3_HOST =
's3.amazonaws.com'- BOX_URL_MATCHER =
%r{^s3://(?<bucket>[[:alnum:]\-\.]+)(?<resource>.*)/?}- VERSION =
'0.0.2'
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
10 11 12 |
# File 'lib/vagrant-s3auth.rb', line 10 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |