PhilippHeuer / wordpress-heroku

This project is a template for installing and running WordPress 5.x on Heroku.
MIT License
273 stars 316 forks source link

Fixed parse AWS_S3_URL #27

Closed naoa closed 6 years ago

naoa commented 6 years ago

fix: #26

In API reference, a secret access key is just String. It doesn't have pattern. https://docs.aws.amazon.com/IAM/latest/APIReference/API_AccessKey.html

I'm not sure whether it includes @ or not but I often see a \ but I have never seen the @ for now.

How about using sscanf?