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
it works.
$s3->getBucket("my-image-bucket-name-here");
But,
$s3->putObjectFile($buffer, "my-image-bucket-name-here", $filename, S3::ACL_PUBLIC_READ);
not working, it shows "wrong24" which means image not uploading to S3 box using openx.
thanks in advance.
The text was updated successfully, but these errors were encountered:
it works.
$s3->getBucket("my-image-bucket-name-here");
But,
$s3->putObjectFile($buffer, "my-image-bucket-name-here", $filename, S3::ACL_PUBLIC_READ);
not working, it shows "wrong24" which means image not uploading to S3 box using openx.
thanks in advance.
The text was updated successfully, but these errors were encountered: