gpt4 book ai didi

python - 使用 django-storages 和 S3boto 设置不公开的文件权限

转载 作者:太空宇宙 更新时间:2023-11-04 03:58:35 24 4
gpt4 key购买 nike

我正在使用 django-storages 和 botoS3 开发 django1.4 应用程序。

我有这样的模型

class MyModel(models.Model):
image = models.ImageField(blank=True, null=True, upload_to='my_image')

我不想公开图片,但是django-storage设置文件权限公开(受赠人:所有人打开/下载)自动。

你能告诉我如何自动设置权限不公开吗?谢谢!

最佳答案

您可以使用 AWS_DEFAULT_ACL 设置,如果将其设置为 'private',s3boto 会将文件存储为私有(private)文件。

我认为这没有记录,但您可以在 source code of the original __init__ function 中看到 django-storage S3 参数的完整列表。 .

关于python - 使用 django-storages 和 S3boto 设置不公开的文件权限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16981926/

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