Ulf Schuberth

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
in reply to: Amazon S3 #128364

I enable debug log and found
GuzzleHttp\Exception\ClientException: Client error: GET https://s3.us-west-2.amazonaws.com/ resulted in a 403 Forbidden response:
Is there a way to change which s3 to connect to? since we are not using us-west-2

in reply to: Create a file resource with API #119723

I figured it out. I just added random number as id. I used todays date and time.
´
{
“title”: “Windows-package”,
“slug”: “Windows-package”,
“description”: “Windows package”,
“status”: “publish”,
“permalink”: “https:\/\/www.mypage.com\/download\/windows-package\/”,
“tags”: [
“windows”
],
“categories”: [],
“thumbnail”: false,
“files”: {
“2020020617491”: “\/downloads\/windows.exe”
},
“fileinfo”: {
“2020020617491”: {
“title”: “windows.exe”,
“password”: “”
}
}

Viewing 2 posts - 1 through 2 (of 2 total)