This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "uploadcare/custom-s3", | |
"description": "Custom S3 storage example", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Dmitry Mukhin", | |
"email": "[email protected]" | |
} | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dd if=/dev/urandom of=garbage bs=5M count=1 | |
curl -F file=@garbage -F UPLOADCARE_PUB_KEY=demopublickey -w "\n%{speed_upload}\n%{time_connect} %{time_starttransfer} %{time_total}\n" https://upload.uploadcare.com/base/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
l10n.translations.en = { | |
logout: 'Log out', | |
error: { | |
a: 'Something went wrong. Please', | |
b: 'reload', | |
c: 'Here some technical details:' | |
}, | |
sourceName: { | |
gdrive: 'Google Drive', | |
dropbox: 'Dropbox', |
NewerOlder