Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 PHP 上传文件,以便 Amazon S3 服务器。到目前为止,我只设法将文件上传到存储桶(我正在使用亚马逊的 php 类和 putObjectFile 方法)。问题是我无法上传到存储桶内的特定文件夹。假设我想在这里上传 - mybucket/folder 。该方法给出了一个错误,它无法解析 mybucket(但是,如果我尝试直接上传到 mybucket 它确实有效)。
任何帮助将非常感激
你应该尝试如下
$s3->create_object($bucket, 'folder/filename', $options)