gpt4 book ai didi

php - 使用脚本在 Amazon S3 存储桶中创建子目录

转载 作者:可可西里 更新时间:2023-11-01 12:34:22 24 4
gpt4 key购买 nike

我在以下链接中找到了用于在 amazon s3 中创建存储桶并维护该存储桶中的文件的脚本。

http://net.tutsplus.com/tutorials/php/how-to-use-amazon-s3-php-to-dynamically-store-and-manage-files-with-ease/

但我想在 amazon s3 存储桶中创建子目录,并且必须维护这些目录中的文件。任何人都可以告诉我是否可以使用 api。如果可能,请告诉我怎么做?

最佳答案

是的,这应该很容易。而不是给予

$s3->putObjectFile($fileTempName, "jurgens-nettuts-tutorial", $fileName, S3::ACL_PUBLIC_READ)

只是给

$folderName = 'xyz/abc/filename';  // path on s3 bucket.

$s3->putObjectFile($fileTempName,"jurgens-nettuts-tutorial",$folderName,S3::ACL_PUBLIC_READ);

在文件夹名中定义目录

关于php - 使用脚本在 Amazon S3 存储桶中创建子目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12369926/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com