Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
9 views

Uploading from OneDrive/Sharepoint in Laravel App

I'm looking for a solution to allow users to authenticate then upload files from their Sharepoint/OneDrive to S3 within a Laravel application. Has anyone been able to accomplish this before? I've only ...
Abdel Ibrahim's user avatar
1 vote
0 answers
32 views

PHP: Does move_uploaded_file() actually work with the S3 Stream Wrapper?

The Amazon S3 stream wrapper "enables you to store and retrieve data from Amazon S3 using built-in PHP functions, such as file_get_contents, fopen, copy, rename, unlink, mkdir, and rmdir. ... ...
Jay Bienvenu's user avatar
  • 3,245
0 votes
0 answers
47 views

Random cURL error 35 when call to S3-compatible API

Here is my situation : I'm trying to use a S3-compatible API, called from a PHP script. (Ionos : documentation here) I want to do some API requests to get files from the S3 and buckets informations. ...
Anthelme's user avatar
0 votes
0 answers
42 views

Laravel Job timeouts streaming large file from S3 to Cloudflare R2 despite increasing timeout to 60mins

Using Laravel v10 I'm attempting to stream PDF data from S3 to Cloudflare R2, using Laravel Filesystem along with league/flysystem-aws-s3-v3, this process is done via a dedicated queue. Most of the ...
PeteB's user avatar
  • 122
1 vote
0 answers
31 views

Is it possible to get an S3 object, manipulate the file using PHP, then place it back into the S3 bucket without saving anything on the server?

I am trying to grab an image I have stored out in a S3 bucket, and then either resize or rotate the image, and then load it back into my S3 bucket at it's original spot. I am able to grab the image ...
zeropsi's user avatar
  • 694
0 votes
1 answer
65 views

Which Authentication Mode for Programmatically Uploading Files to S3 Bucket

I have never done this before. What I am trying to do is allow customers, who have already authenticated themselves on my own website, to upload files to an S3 bucket via a dashboard on my own website....
oldboy's user avatar
  • 5,840
1 vote
0 answers
82 views

How do I list objects from public AWS S3 buckets using aws-sdk-php (v3.305.1) using anonymous clients?

So I have a public bucket which can directly be access by a link (can see the data if I copy paste that link on the browser). However, when I try access the bucket via aws-sdk-php (v3.305.1) library ...
MajesticOverlord's user avatar
0 votes
0 answers
43 views

InvalidArgumentException Disk [minio] does not have a configured driver error

When I try to connect to minio error like this when i try to connect minio server there is error like this InvalidArgumentException Disk [minio] does not have a configured driver. I am appy ...
Santosh Subedi's user avatar
0 votes
0 answers
26 views

InvalidArgumentException Disk [minio] does not have a configured driver

when i try to connect to minio errro like this i am using laravel and try to connect to minio . i just try to insert key and secrate key directly filesystem.php when i try to connect to minio there ...
Santosh Subedi's user avatar
1 vote
1 answer
91 views

Amazon S3 (PHP) Copy files larger than 5GB

I have a PHP file which copies backup files from one folder to another in Amazon S3 at the end of every day. Recently, it stopped working and is generating the following error. The specified copy ...
homertino's user avatar
0 votes
0 answers
137 views

does temporaryUrl function in laravel request to aws to get temporary url for private files every times?

I use the AWS S3 filesystem to get/upload ... files in Laravel and I have an accessor like this that gets the file URL and passes it to the front end. everything is fine and I can see/upload my files ...
sajadsholi's user avatar
0 votes
1 answer
61 views

How I can emulate a storage failure at s3 in my unit test?

I have a service that uploads a file into s3: class MyService { public function uploadFile(SomeModel $m, UplaodFile $f) { $filename = md5(uniqid()).$file->getClientOriginalName(); $...
Dimitrios Desyllas's user avatar
1 vote
1 answer
569 views

How to fix a cURL error 60: SSL certificate problem using a PutObject in AWS

First and foremost, I am a total noob when it comes to using Amazon's SDK for PHP so bare with me. I am trying to follow along with a video tutorial on how to upload a file to an AWS S3 bucket using ...
Tychoash's user avatar
0 votes
1 answer
391 views

Laravel with AMAZON S3 Storage

I already changed the s3 driver in config/filesystem.php .env is already set up . Error: Class "League\Flysystem\AwsS3V3\PortableVisibilityConverter" not found in file /Users/ADMIN/John/...
John Patrick Pahunang's user avatar

15 30 50 per page
1
2 3 4 5
154