mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
git grep -l "class AWS" -- lib/fog/aws/storage.rb | xargs sed -i "" "s/class AWS/class Storage/g"
This commit is contained in:
parent
afa48062bc
commit
f244ee944c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
module Fog
|
||||
module AWS
|
||||
class AWS < Fog::Service
|
||||
class Storage < Fog::Service
|
||||
extend Fog::AWS::CredentialFetcher::ServiceMethods
|
||||
|
||||
COMPLIANT_BUCKET_NAMES = /^(?:[a-z]|\d(?!\d{0,2}(?:\.\d{1,3}){3}$))(?:[a-z0-9]|\.(?![\.\-])|\-(?![\.])){1,61}[a-z0-9]$/
|
||||
|
|
Loading…
Add table
Reference in a new issue