1
0
Fork 0
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:
sue445 2018-09-14 23:14:34 +09:00
parent afa48062bc
commit f244ee944c

View file

@ -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]$/