You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, i'm using windows and i have some problems when i tried to put an object in my s3 bucket.
For example, i have this file:
/96/40/75/9640759a4b7e2a9aca8ee8f377af0740.png
But in muy bucket, this file its wrong
/96/40/75\9640759a4b7e2a9aca8ee8f377af0740.png
if you add this fix , i think we solve the problem.
protected function getFinalTarget($uploadData)
{
// We cannot upload without a bucket
if (null === $this->options['bucket']) {
throw new MissingBucketException('No bucket was set when trying to upload a file to S3');
}
Well, i'm using windows and i have some problems when i tried to put an object in my s3 bucket.
For example, i have this file:
/96/40/75/9640759a4b7e2a9aca8ee8f377af0740.png
But in muy bucket, this file its wrong
/96/40/75\9640759a4b7e2a9aca8ee8f377af0740.png
if you add this fix , i think we solve the problem.
protected function getFinalTarget($uploadData)
{
// We cannot upload without a bucket
if (null === $this->options['bucket']) {
throw new MissingBucketException('No bucket was set when trying to upload a file to S3');
}
The text was updated successfully, but these errors were encountered: